COLOR #EA99E4

HEX: #EA99E4 RGB: (234,153,228)

Color info

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

RGB color model

#EA99E4 color RGB value is (234,153,228).

RGB: (234,153,228) (92%, 60%, 89%)

RGB channels and saturation

R 234 of 255 = 92%
G 153 of 255 = 60%
B 228 of 255 = 89%

234
153
228

R + G + B ~ 80%. #EA99E4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 153 + 228 = 615 (100%)
R 234 of 615 ~ 38.05%
G 153 of 615 ~ 24.88%
B 228 of 615 ~ 37.07'%

%38.05
%24.88
%37.07

CMYK color model

#EA99E4 color CMYK value is (0,35,3,8).

  • cyan value is 0.00%
  • magenta value is 34.62%
  • yellow value is 2.56%
  • key color value is 8.24%

CMYK: (0,35,3,8)
C0M35Y3K8 (0%, 35%, 3%, 8%)
(0.00 / 0.35 / 0.03 / 0.08)

CMYK percentages

%0
%34.62
%2.56
%8.24

Codes

Color #EA99E4 in popluar color models

EA 99 E4
RGB 234 153 228
HSL 304° 65.85% 75.88%
HSB/HSV 304° 34.62% 91.76%
CMYK 0.00% 34.62% 2.56%
8.24%

Color #EA99E4 in popluar number systems.

HEX EA 99 E4
Decimal 234 153 228
Binary 11101010 10011001 11100100
Octal 352 231 344

Shades and tints

Shades of #EA99E4

#EA99E4
(234,153,228)
#D58CD0
(213,140,208)
#C07FBC
(192,127,188)
#AB72A8
(171,114,168)
#966594
(150,101,148)
#815880
(129,88,128)
#6C4B6C
(108,75,108)
#573E58
(87,62,88)
#423144
(66,49,68)
#2D2430
(45,36,48)
#18171C
(24,23,28)
#000000
(0,0,0)

Tints of #EA99E4

#EA99E4
(234,153,228)
#EBA2E6
(235,162,230)
#ECABE8
(236,171,232)
#EDB4EA
(237,180,234)
#EEBDEC
(238,189,236)
#EFC6EE
(239,198,238)
#F0CFF0
(240,207,240)
#F1D8F2
(241,216,242)
#F2E1F4
(242,225,244)
#F3EAF6
(243,234,246)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA99E4; }

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

This text font color is #EA99E4.

Background Color

.myBgColor { background-color: #EA99E4; }

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

This div background color is #EA99E4.

Border color

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

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

This div border color is #EA99E4.

Opacity

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

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

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

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

This text has shadow with #EA99E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EA99E4.

Preview

Color preview on black background

This text has color #EA99E4 on black background.


Color preview on white background

This text has color #EA99E4 on white background.


Black color preview on #EA99E4 background

This text has black color on #EA99E4 background.


White color preview on #EA99E4 background

This text has white color on #EA99E4 background.


Related colors

Complementary color

Complementary color for #hex is #15661B.


I love getcolorcode.com

Triadic colors

1 #E4EA99 and #99E4EA with #EA99E4 are triadic colors.

2 #E499EA and #99EAE4 with #EA99E4 are triadic colors.