COLOR #EA99B2

HEX: #EA99B2
RGB: (234,153,178)

Color info

#EA99B2 contains mainly red and blue colors. Web safe color of #EA99B2 is #FF9999 (or #F99).

RGB color model

#EA99B2 color RGB value is (234,153,178).

  • red value is 234;
  • green value is 153;
  • blue value is 178.
RGB: (234,153,178) (92%,60%,70%)

RGB channels and saturation

R 234 of 255 = 92%
G 153 of 255 = 60%
B 178 of 255 = 70%

234
153
178

R + G + B ~ 74%. #EA99B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 153 + 178 = 565 (100%)
R 234 of 565 ~ 41.42%
G 153 of 565 ~ 27.08%
B 178 of 565 ~ 31.5%

%41.42
%27.08
%31.5

CMYK color model

#EA99B2 color CMYK value is (0,35,24,8).

  • cyan value is 0.00%
  • magenta value is 34.62%
  • yellow value is 23.93%
  • key color value is 8.24%
CMYK: (0,35,24,8) C0M35Y24K8 (0%,35%,24%,8%) (0.00/0.35/0.24/0.08)

CMYK percentages

%0
%34.62
%23.93
%8.24

Codes

Color #EA99B2 in popluar color models

EA99B2
RGB234153178
HSL341°65.85%75.88%
HSB/HSV341°34.62%91.76%
CMYK0.00%34.62%23.93%
8.24%

Color #EA99B2 in popluar number systems.

HEXEA99B2
Decimal234153178
Binary111010101001100110110010
Octal352231262

Shades and tints

Shades of #EA99B2

#EA99B2
(234,153,178)
#D58CA2
(213,140,162)
#C07F92
(192,127,146)
#AB7282
(171,114,130)
#966572
(150,101,114)
#815862
(129,88,98)
#6C4B52
(108,75,82)
#573E42
(87,62,66)
#423132
(66,49,50)
#2D2422
(45,36,34)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #EA99B2

#EA99B2
(234,153,178)
#EBA2B9
(235,162,185)
#ECABC0
(236,171,192)
#EDB4C7
(237,180,199)
#EEBDCE
(238,189,206)
#EFC6D5
(239,198,213)
#F0CFDC
(240,207,220)
#F1D8E3
(241,216,227)
#F2E1EA
(242,225,234)
#F3EAF1
(243,234,241)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA99B2; }

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

This text font color is #EA99B2.


Background Color

.myBgColor { background-color: #EA99B2; }

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

This div background color is #EA99B2.


Border color

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

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

This div border color is #EA99B2.


Opacity

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

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

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

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

This text has shadow with #EA99B2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EA99B2 on black background.


Color preview on white background

This text has color #EA99B2 on white background.



Black color preview on #EA99B2 background

This text has black color on #EA99B2 background.


White color preview on #EA99B2 background

This text has white color on #EA99B2 background.