COLOR #E0999C

HEX: #E0999C
RGB: (224,153,156)

Color info

#E0999C contains mainly red color. Web safe color of #E0999C is #CC9999 (or #C99).

RGB color model

#E0999C color RGB value is (224,153,156).

  • red value is 224;
  • green value is 153;
  • blue value is 156.
RGB:
(224,153,156)
(88%,60%,61%)

RGB channels and saturation

R 224 of 255 = 88%
G 153 of 255 = 60%
B 156 of 255 = 61%

224
153
156

R + G + B ~ 70%. #E0999C is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 153 + 156 = 533 (100%)
R 224 of 533 ~ 42.03%
G 153 of 533 ~ 28.71%
B 156 of 533 ~ 29.27%

%42.03
%28.71
%29.27

CMYK color model

#E0999C color CMYK value is (0,32,30,12).

  • cyan value is 0.00%
  • magenta value is 31.70%
  • yellow value is 30.36%
  • key color value is 12.16%
CMYK:
(0,32,30,12)
C0M32Y30K12 
(0%,32%,30%,12%)
(0.00/0.32/0.30/0.12)	

CMYK percentages

%0
%31.7
%30.36
%12.16

Codes

Color #E0999C in popluar color models

E0999C
RGB224153156
HSL357°53.38%73.92%
HSB/HSV357°31.70%87.84%
CMYK0.00%31.70%30.36%
12.16%

Color #E0999C in popluar number systems.

HEXE0999C
Decimal224153156
Binary111000001001100110011100
Octal340231234

Shades and tints

Shades of #E0999C

#E0999C
(224,153,156)
#CC8C8E
(204,140,142)
#B87F80
(184,127,128)
#A47272
(164,114,114)
#906564
(144,101,100)
#7C5856
(124,88,86)
#684B48
(104,75,72)
#543E3A
(84,62,58)
#40312C
(64,49,44)
#2C241E
(44,36,30)
#181710
(24,23,16)
#000000
(0,0,0)

Tints of #E0999C

#E0999C
(224,153,156)
#E2A2A5
(226,162,165)
#E4ABAE
(228,171,174)
#E6B4B7
(230,180,183)
#E8BDC0
(232,189,192)
#EAC6C9
(234,198,201)
#ECCFD2
(236,207,210)
#EED8DB
(238,216,219)
#F0E1E4
(240,225,228)
#F2EAED
(242,234,237)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0999C color. Also use rgb(224,153,156) instead hex code.

Text Font Color

.myTextColor { color: #E0999C; }

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

This text font color is #E0999C.


Background Color

.myBgColor { background-color: #E0999C; }

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

This div background color is #E0999C.


Border color

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

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

This div border color is #E0999C.


Opacity

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

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

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

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

This text has shadow with #E0999C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0999C on black background.


Color preview on white background

This text has color #E0999C on white background.



Black color preview on #E0999C background

This text has black color on #E0999C background.


White color preview on #E0999C background

This text has white color on #E0999C background.