COLOR #EA9ED2

HEX: #EA9ED2 RGB: (234,158,210)

Color info

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

RGB color model

#EA9ED2 color RGB value is (234,158,210).

RGB: (234,158,210) (92%, 62%, 82%)

RGB channels and saturation

R 234 of 255 = 92%
G 158 of 255 = 62%
B 210 of 255 = 82%

234
158
210

R + G + B ~ 79%. #EA9ED2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 158 + 210 = 602 (100%)
R 234 of 602 ~ 38.87%
G 158 of 602 ~ 26.25%
B 210 of 602 ~ 34.88'%

%38.87
%26.25
%34.88

CMYK color model

#EA9ED2 color CMYK value is (0,32,10,8).

  • cyan value is 0.00%
  • magenta value is 32.48%
  • yellow value is 10.26%
  • key color value is 8.24%

CMYK: (0,32,10,8)
C0M32Y10K8 (0%, 32%, 10%, 8%)
(0.00 / 0.32 / 0.10 / 0.08)

CMYK percentages

%0
%32.48
%10.26
%8.24

Codes

Color #EA9ED2 in popluar color models

EA 9E D2
RGB 234 158 210
HSL 319° 64.41% 76.86%
HSB/HSV 319° 32.48% 91.76%
CMYK 0.00% 32.48% 10.26%
8.24%

Color #EA9ED2 in popluar number systems.

HEX EA 9E D2
Decimal 234 158 210
Binary 11101010 10011110 11010010
Octal 352 236 322

Shades and tints

Shades of #EA9ED2

#EA9ED2
(234,158,210)
#D590BF
(213,144,191)
#C082AC
(192,130,172)
#AB7499
(171,116,153)
#966686
(150,102,134)
#815873
(129,88,115)
#6C4A60
(108,74,96)
#573C4D
(87,60,77)
#422E3A
(66,46,58)
#2D2027
(45,32,39)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #EA9ED2

#EA9ED2
(234,158,210)
#EBA6D6
(235,166,214)
#ECAEDA
(236,174,218)
#EDB6DE
(237,182,222)
#EEBEE2
(238,190,226)
#EFC6E6
(239,198,230)
#F0CEEA
(240,206,234)
#F1D6EE
(241,214,238)
#F2DEF2
(242,222,242)
#F3E6F6
(243,230,246)
#F4EEFA
(244,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA9ED2; }

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

This text font color is #EA9ED2.

Background Color

.myBgColor { background-color: #EA9ED2; }

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

This div background color is #EA9ED2.

Border color

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

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

This div border color is #EA9ED2.

Opacity

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

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

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

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

This text has shadow with #EA9ED2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EA9ED2.

Preview

Color preview on black background

This text has color #EA9ED2 on black background.


Color preview on white background

This text has color #EA9ED2 on white background.


Black color preview on #EA9ED2 background

This text has black color on #EA9ED2 background.


White color preview on #EA9ED2 background

This text has white color on #EA9ED2 background.


Related colors

Complementary color

Complementary color for #hex is #15612D.


I love getcolorcode.com

Triadic colors

1 #D2EA9E and #9ED2EA with #EA9ED2 are triadic colors.

2 #D29EEA and #9EEAD2 with #EA9ED2 are triadic colors.