COLOR #EA9FE4

HEX: #EA9FE4
RGB: (234,159,228)

Color info

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

RGB color model

#EA9FE4 color RGB value is (234,159,228).

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

RGB channels and saturation

R 234 of 255 = 92%
G 159 of 255 = 62%
B 228 of 255 = 89%

234
159
228

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

Portions of RGB colors in percentages

R + G + B =
234 + 159 + 228 = 621 (100%)
R 234 of 621 ~ 37.68%
G 159 of 621 ~ 25.6%
B 228 of 621 ~ 36.71%

%37.68
%25.6
%36.71

CMYK color model

#EA9FE4 color CMYK value is (0,32,3,8).

  • cyan value is 0.00%
  • magenta value is 32.05%
  • yellow value is 2.56%
  • key color value is 8.24%
CMYK:
(0,32,3,8)
C0M32Y3K8 
(0%,32%,3%,8%)
(0.00/0.32/0.03/0.08)	

CMYK percentages

%0
%32.05
%2.56
%8.24

Codes

Color #EA9FE4 in popluar color models

EA9FE4
RGB234159228
HSL305°64.10%77.06%
HSB/HSV305°32.05%91.76%
CMYK0.00%32.05%2.56%
8.24%

Color #EA9FE4 in popluar number systems.

HEXEA9FE4
Decimal234159228
Binary111010101001111111100100
Octal352237344

Shades and tints

Shades of #EA9FE4

#EA9FE4
(234,159,228)
#D591D0
(213,145,208)
#C083BC
(192,131,188)
#AB75A8
(171,117,168)
#966794
(150,103,148)
#815980
(129,89,128)
#6C4B6C
(108,75,108)
#573D58
(87,61,88)
#422F44
(66,47,68)
#2D2130
(45,33,48)
#18131C
(24,19,28)
#000000
(0,0,0)

Tints of #EA9FE4

#EA9FE4
(234,159,228)
#EBA7E6
(235,167,230)
#ECAFE8
(236,175,232)
#EDB7EA
(237,183,234)
#EEBFEC
(238,191,236)
#EFC7EE
(239,199,238)
#F0CFF0
(240,207,240)
#F1D7F2
(241,215,242)
#F2DFF4
(242,223,244)
#F3E7F6
(243,231,246)
#F4EFF8
(244,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA9FE4; }

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

This text font color is #EA9FE4.


Background Color

.myBgColor { background-color: #EA9FE4; }

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

This div background color is #EA9FE4.


Border color

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

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

This div border color is #EA9FE4.


Opacity

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

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

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

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

This text has shadow with #EA9FE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA9FE4 on black background.


Color preview on white background

This text has color #EA9FE4 on white background.



Black color preview on #EA9FE4 background

This text has black color on #EA9FE4 background.


White color preview on #EA9FE4 background

This text has white color on #EA9FE4 background.