COLOR #EA9AE6

HEX: #EA9AE6
RGB: (234,154,230)

Color info

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

RGB color model

#EA9AE6 color RGB value is (234,154,230).

  • red value is 234;
  • green value is 154;
  • blue value is 230.
RGB:
(234,154,230)
(92%,60%,90%)

RGB channels and saturation

R 234 of 255 = 92%
G 154 of 255 = 60%
B 230 of 255 = 90%

234
154
230

R + G + B ~ 81%. #EA9AE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 154 + 230 = 618 (100%)
R 234 of 618 ~ 37.86%
G 154 of 618 ~ 24.92%
B 230 of 618 ~ 37.22%

%37.86
%24.92
%37.22

CMYK color model

#EA9AE6 color CMYK value is (0,34,2,8).

  • cyan value is 0.00%
  • magenta value is 34.19%
  • yellow value is 1.71%
  • key color value is 8.24%
CMYK:
(0,34,2,8)
C0M34Y2K8 
(0%,34%,2%,8%)
(0.00/0.34/0.02/0.08)	

CMYK percentages

%0
%34.19
%1.71
%8.24

Codes

Color #EA9AE6 in popluar color models

EA9AE6
RGB234154230
HSL303°65.57%76.08%
HSB/HSV303°34.19%91.76%
CMYK0.00%34.19%1.71%
8.24%

Color #EA9AE6 in popluar number systems.

HEXEA9AE6
Decimal234154230
Binary111010101001101011100110
Octal352232346

Shades and tints

Shades of #EA9AE6

#EA9AE6
(234,154,230)
#D58CD2
(213,140,210)
#C07EBE
(192,126,190)
#AB70AA
(171,112,170)
#966296
(150,98,150)
#815482
(129,84,130)
#6C466E
(108,70,110)
#57385A
(87,56,90)
#422A46
(66,42,70)
#2D1C32
(45,28,50)
#180E1E
(24,14,30)
#000000
(0,0,0)

Tints of #EA9AE6

#EA9AE6
(234,154,230)
#EBA3E8
(235,163,232)
#ECACEA
(236,172,234)
#EDB5EC
(237,181,236)
#EEBEEE
(238,190,238)
#EFC7F0
(239,199,240)
#F0D0F2
(240,208,242)
#F1D9F4
(241,217,244)
#F2E2F6
(242,226,246)
#F3EBF8
(243,235,248)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA9AE6 color. Also use rgb(234,154,230) instead hex code.

Text Font Color

.myTextColor { color: #EA9AE6; }

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

This text font color is #EA9AE6.


Background Color

.myBgColor { background-color: #EA9AE6; }

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

This div background color is #EA9AE6.


Border color

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

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

This div border color is #EA9AE6.


Opacity

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

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

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

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

This text has shadow with #EA9AE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA9AE6 on black background.


Color preview on white background

This text has color #EA9AE6 on white background.



Black color preview on #EA9AE6 background

This text has black color on #EA9AE6 background.


White color preview on #EA9AE6 background

This text has white color on #EA9AE6 background.