COLOR #EA9EC2

HEX: #EA9EC2
RGB: (234,158,194)

Color info

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

RGB color model

#EA9EC2 color RGB value is (234,158,194).

  • red value is 234;
  • green value is 158;
  • blue value is 194.
RGB:
(234,158,194)
(92%,62%,76%)

RGB channels and saturation

R 234 of 255 = 92%
G 158 of 255 = 62%
B 194 of 255 = 76%

234
158
194

R + G + B ~ 77%. #EA9EC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 158 + 194 = 586 (100%)
R 234 of 586 ~ 39.93%
G 158 of 586 ~ 26.96%
B 194 of 586 ~ 33.11%

%39.93
%26.96
%33.11

CMYK color model

#EA9EC2 color CMYK value is (0,32,17,8).

  • cyan value is 0.00%
  • magenta value is 32.48%
  • yellow value is 17.09%
  • key color value is 8.24%
CMYK:
(0,32,17,8)
C0M32Y17K8 
(0%,32%,17%,8%)
(0.00/0.32/0.17/0.08)	

CMYK percentages

%0
%32.48
%17.09
%8.24

Codes

Color #EA9EC2 in popluar color models

EA9EC2
RGB234158194
HSL332°64.41%76.86%
HSB/HSV332°32.48%91.76%
CMYK0.00%32.48%17.09%
8.24%

Color #EA9EC2 in popluar number systems.

HEXEA9EC2
Decimal234158194
Binary111010101001111011000010
Octal352236302

Shades and tints

Shades of #EA9EC2

#EA9EC2
(234,158,194)
#D590B1
(213,144,177)
#C082A0
(192,130,160)
#AB748F
(171,116,143)
#96667E
(150,102,126)
#81586D
(129,88,109)
#6C4A5C
(108,74,92)
#573C4B
(87,60,75)
#422E3A
(66,46,58)
#2D2029
(45,32,41)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #EA9EC2

#EA9EC2
(234,158,194)
#EBA6C7
(235,166,199)
#ECAECC
(236,174,204)
#EDB6D1
(237,182,209)
#EEBED6
(238,190,214)
#EFC6DB
(239,198,219)
#F0CEE0
(240,206,224)
#F1D6E5
(241,214,229)
#F2DEEA
(242,222,234)
#F3E6EF
(243,230,239)
#F4EEF4
(244,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA9EC2 color. Also use rgb(234,158,194) instead hex code.

Text Font Color

.myTextColor { color: #EA9EC2; }

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

This text font color is #EA9EC2.


Background Color

.myBgColor { background-color: #EA9EC2; }

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

This div background color is #EA9EC2.


Border color

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

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

This div border color is #EA9EC2.


Opacity

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

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

Text with #EA9EC2 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 #EA9EC2;}

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

This text has shadow with #EA9EC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA9EC2 on black background.


Color preview on white background

This text has color #EA9EC2 on white background.



Black color preview on #EA9EC2 background

This text has black color on #EA9EC2 background.


White color preview on #EA9EC2 background

This text has white color on #EA9EC2 background.