COLOR #EA9FE5

HEX: #EA9FE5
RGB: (234,159,229)

Color info

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

RGB color model

#EA9FE5 color RGB value is (234,159,229).

  • red value is 234;
  • green value is 159;
  • blue value is 229.
RGB:
(234,159,229)
(92%,62%,90%)

RGB channels and saturation

R 234 of 255 = 92%
G 159 of 255 = 62%
B 229 of 255 = 90%

234
159
229

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

Portions of RGB colors in percentages

R + G + B =
234 + 159 + 229 = 622 (100%)
R 234 of 622 ~ 37.62%
G 159 of 622 ~ 25.56%
B 229 of 622 ~ 36.82%

%37.62
%25.56
%36.82

CMYK color model

#EA9FE5 color CMYK value is (0,32,2,8).

  • cyan value is 0.00%
  • magenta value is 32.05%
  • yellow value is 2.14%
  • key color value is 8.24%
CMYK:
(0,32,2,8)
C0M32Y2K8 
(0%,32%,2%,8%)
(0.00/0.32/0.02/0.08)	

CMYK percentages

%0
%32.05
%2.14
%8.24

Codes

Color #EA9FE5 in popluar color models

EA9FE5
RGB234159229
HSL304°64.10%77.06%
HSB/HSV304°32.05%91.76%
CMYK0.00%32.05%2.14%
8.24%

Color #EA9FE5 in popluar number systems.

HEXEA9FE5
Decimal234159229
Binary111010101001111111100101
Octal352237345

Shades and tints

Shades of #EA9FE5

#EA9FE5
(234,159,229)
#D591D1
(213,145,209)
#C083BD
(192,131,189)
#AB75A9
(171,117,169)
#966795
(150,103,149)
#815981
(129,89,129)
#6C4B6D
(108,75,109)
#573D59
(87,61,89)
#422F45
(66,47,69)
#2D2131
(45,33,49)
#18131D
(24,19,29)
#000000
(0,0,0)

Tints of #EA9FE5

#EA9FE5
(234,159,229)
#EBA7E7
(235,167,231)
#ECAFE9
(236,175,233)
#EDB7EB
(237,183,235)
#EEBFED
(238,191,237)
#EFC7EF
(239,199,239)
#F0CFF1
(240,207,241)
#F1D7F3
(241,215,243)
#F2DFF5
(242,223,245)
#F3E7F7
(243,231,247)
#F4EFF9
(244,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA9FE5 color. Also use rgb(234,159,229) instead hex code.

Text Font Color

.myTextColor { color: #EA9FE5; }

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

This text font color is #EA9FE5.


Background Color

.myBgColor { background-color: #EA9FE5; }

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

This div background color is #EA9FE5.


Border color

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

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

This div border color is #EA9FE5.


Opacity

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

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

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

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

This text has shadow with #EA9FE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA9FE5 on black background.


Color preview on white background

This text has color #EA9FE5 on white background.



Black color preview on #EA9FE5 background

This text has black color on #EA9FE5 background.


White color preview on #EA9FE5 background

This text has white color on #EA9FE5 background.