COLOR #EA94B6

HEX: #EA94B6
RGB: (234,148,182)

Color info

#EA94B6 contains mainly red and blue colors. Web safe color of #EA94B6 is #FF99CC (or #F9C).

RGB color model

#EA94B6 color RGB value is (234,148,182).

  • red value is 234;
  • green value is 148;
  • blue value is 182.
RGB:
(234,148,182)
(92%,58%,71%)

RGB channels and saturation

R 234 of 255 = 92%
G 148 of 255 = 58%
B 182 of 255 = 71%

234
148
182

R + G + B ~ 74%. #EA94B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 148 + 182 = 564 (100%)
R 234 of 564 ~ 41.49%
G 148 of 564 ~ 26.24%
B 182 of 564 ~ 32.27%

%41.49
%26.24
%32.27

CMYK color model

#EA94B6 color CMYK value is (0,37,22,8).

  • cyan value is 0.00%
  • magenta value is 36.75%
  • yellow value is 22.22%
  • key color value is 8.24%
CMYK:
(0,37,22,8)
C0M37Y22K8 
(0%,37%,22%,8%)
(0.00/0.37/0.22/0.08)	

CMYK percentages

%0
%36.75
%22.22
%8.24

Codes

Color #EA94B6 in popluar color models

EA94B6
RGB234148182
HSL336°67.19%74.90%
HSB/HSV336°36.75%91.76%
CMYK0.00%36.75%22.22%
8.24%

Color #EA94B6 in popluar number systems.

HEXEA94B6
Decimal234148182
Binary111010101001010010110110
Octal352224266

Shades and tints

Shades of #EA94B6

#EA94B6
(234,148,182)
#D587A6
(213,135,166)
#C07A96
(192,122,150)
#AB6D86
(171,109,134)
#966076
(150,96,118)
#815366
(129,83,102)
#6C4656
(108,70,86)
#573946
(87,57,70)
#422C36
(66,44,54)
#2D1F26
(45,31,38)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #EA94B6

#EA94B6
(234,148,182)
#EB9DBC
(235,157,188)
#ECA6C2
(236,166,194)
#EDAFC8
(237,175,200)
#EEB8CE
(238,184,206)
#EFC1D4
(239,193,212)
#F0CADA
(240,202,218)
#F1D3E0
(241,211,224)
#F2DCE6
(242,220,230)
#F3E5EC
(243,229,236)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA94B6 color. Also use rgb(234,148,182) instead hex code.

Text Font Color

.myTextColor { color: #EA94B6; }

<p style="color:#EA94B6">This sample text font color is #EA94B6.</p>

This text font color is #EA94B6.


Background Color

.myBgColor { background-color: #EA94B6; }

<div style="background-color:#EA94B6">Inner text</div>

This div background color is #EA94B6.


Border color

.myBorderColor { border: 1px solid #EA94B6; }

<div style="border:3px solid #EA94B6">Div</div>

This div border color is #EA94B6.


Opacity

.myOpacity80 { color: #EA94B6; opacity: 0.8; }

<p style="color:#EA94B6;opacity:0.8;">80%</p>

Text with #EA94B6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EA94B6;}

<p style="text-shadow: 3px 3px 1px #EA94B6">Text here.</p>

This text has shadow with #EA94B6 color.

.textShadow {text-shadow: 3px 3px 1px #EA94B6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EA94B6, 5px 5px 20px red">Text here.</p>

This text has shadow with #EA94B6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EA94B6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EA94B6, Direction=45, Strength=4)">Text</p>

This text has shadow with #EA94B6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EA94B6;
  -webkit-box-shadow:	1px 1px 3px 2px #EA94B6;
  box-shadow:		1px 1px 3px 2px #EA94B6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EA94B6;
-webkit-box-shadow: 1px 1px 3px 2px #EA94B6;
box-shadow:1px 1px 3px 2px #EA94B6;">
Div content here</div>
This div box has shadow with color #EA94B6.

Preview

Color preview on black background

This text has color #EA94B6 on black background.


Color preview on white background

This text has color #EA94B6 on white background.



Black color preview on #EA94B6 background

This text has black color on #EA94B6 background.


White color preview on #EA94B6 background

This text has white color on #EA94B6 background.