COLOR #EA99CC

HEX: #EA99CC RGB: (234,153,204)

Color info

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

RGB color model

#EA99CC color RGB value is (234,153,204).

RGB: (234,153,204) (92%, 60%, 80%)

RGB channels and saturation

R 234 of 255 = 92%
G 153 of 255 = 60%
B 204 of 255 = 80%

234
153
204

R + G + B ~ 77%. #EA99CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 153 + 204 = 591 (100%)
R 234 of 591 ~ 39.59%
G 153 of 591 ~ 25.89%
B 204 of 591 ~ 34.52'%

%39.59
%25.89
%34.52

CMYK color model

#EA99CC color CMYK value is (0,35,13,8).

  • cyan value is 0.00%
  • magenta value is 34.62%
  • yellow value is 12.82%
  • key color value is 8.24%
CMYK: (0,35,13,8) C0M35Y13K8 (0%,35%,13%,8%) (0.00/0.35/0.13/0.08) 

CMYK percentages

%0
%34.62
%12.82
%8.24

Codes

Color #EA99CC in popluar color models

EA 99 CC
RGB 234 153 204
HSL 322° 65.85% 75.88%
HSB/HSV 322° 34.62% 91.76%
CMYK 0.00% 34.62% 12.82%
8.24%

Color #EA99CC in popluar number systems.

HEX EA 99 CC
Decimal 234 153 204
Binary 11101010 10011001 11001100
Octal 352 231 314

Shades and tints

Shades of #EA99CC

#EA99CC
(234,153,204)
#D58CBA
(213,140,186)
#C07FA8
(192,127,168)
#AB7296
(171,114,150)
#966584
(150,101,132)
#815872
(129,88,114)
#6C4B60
(108,75,96)
#573E4E
(87,62,78)
#42313C
(66,49,60)
#2D242A
(45,36,42)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #EA99CC

#EA99CC
(234,153,204)
#EBA2D0
(235,162,208)
#ECABD4
(236,171,212)
#EDB4D8
(237,180,216)
#EEBDDC
(238,189,220)
#EFC6E0
(239,198,224)
#F0CFE4
(240,207,228)
#F1D8E8
(241,216,232)
#F2E1EC
(242,225,236)
#F3EAF0
(243,234,240)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA99CC; }

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

This text font color is #EA99CC.

Background Color

.myBgColor { background-color: #EA99CC; }

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

This div background color is #EA99CC.

Border color

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

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

This div border color is #EA99CC.

Opacity

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

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

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

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

This text has shadow with #EA99CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EA99CC.

Preview

Color preview on black background

This text has color #EA99CC on black background.


Color preview on white background

This text has color #EA99CC on white background.


Black color preview on #EA99CC background

This text has black color on #EA99CC background.


White color preview on #EA99CC background

This text has white color on #EA99CC background.


Related colors

Complementary color

Complementary color for #hex is #156633.


I love getcolorcode.com

Triadic colors

1 #CCEA99 and #99CCEA with #EA99CC are triadic colors.

2 #CC99EA and #99EACC with #EA99CC are triadic colors.