COLOR #EA9BD2

HEX: #EA9BD2 RGB: (234,155,210)

Color info

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

RGB color model

#EA9BD2 color RGB value is (234,155,210).

RGB: (234,155,210) (92%, 61%, 82%)

RGB channels and saturation

R 234 of 255 = 92%
G 155 of 255 = 61%
B 210 of 255 = 82%

234
155
210

R + G + B ~ 78%. #EA9BD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 155 + 210 = 599 (100%)
R 234 of 599 ~ 39.07%
G 155 of 599 ~ 25.88%
B 210 of 599 ~ 35.06'%

%39.07
%25.88
%35.06

CMYK color model

#EA9BD2 color CMYK value is (0,34,10,8).

  • cyan value is 0.00%
  • magenta value is 33.76%
  • yellow value is 10.26%
  • key color value is 8.24%
CMYK: (0,34,10,8) C0M34Y10K8 (0%,34%,10%,8%) (0.00/0.34/0.10/0.08) 

CMYK percentages

%0
%33.76
%10.26
%8.24

Codes

Color #EA9BD2 in popluar color models

EA 9B D2
RGB 234 155 210
HSL 318° 65.29% 76.27%
HSB/HSV 318° 33.76% 91.76%
CMYK 0.00% 33.76% 10.26%
8.24%

Color #EA9BD2 in popluar number systems.

HEX EA 9B D2
Decimal 234 155 210
Binary 11101010 10011011 11010010
Octal 352 233 322

Shades and tints

Shades of #EA9BD2

#EA9BD2
(234,155,210)
#D58DBF
(213,141,191)
#C07FAC
(192,127,172)
#AB7199
(171,113,153)
#966386
(150,99,134)
#815573
(129,85,115)
#6C4760
(108,71,96)
#57394D
(87,57,77)
#422B3A
(66,43,58)
#2D1D27
(45,29,39)
#180F14
(24,15,20)
#000000
(0,0,0)

Tints of #EA9BD2

#EA9BD2
(234,155,210)
#EBA4D6
(235,164,214)
#ECADDA
(236,173,218)
#EDB6DE
(237,182,222)
#EEBFE2
(238,191,226)
#EFC8E6
(239,200,230)
#F0D1EA
(240,209,234)
#F1DAEE
(241,218,238)
#F2E3F2
(242,227,242)
#F3ECF6
(243,236,246)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA9BD2; }

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

This text font color is #EA9BD2.

Background Color

.myBgColor { background-color: #EA9BD2; }

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

This div background color is #EA9BD2.

Border color

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

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

This div border color is #EA9BD2.

Opacity

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

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

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

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

This text has shadow with #EA9BD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EA9BD2.

Preview

Color preview on black background

This text has color #EA9BD2 on black background.


Color preview on white background

This text has color #EA9BD2 on white background.


Black color preview on #EA9BD2 background

This text has black color on #EA9BD2 background.


White color preview on #EA9BD2 background

This text has white color on #EA9BD2 background.


Related colors

Complementary color

Complementary color for #hex is #15642D.


I love getcolorcode.com

Triadic colors

1 #D2EA9B and #9BD2EA with #EA9BD2 are triadic colors.

2 #D29BEA and #9BEAD2 with #EA9BD2 are triadic colors.