COLOR #E999C4

HEX: #E999C4
RGB: (233,153,196)

Color info

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

RGB color model

#E999C4 color RGB value is (233,153,196).

  • red value is 233;
  • green value is 153;
  • blue value is 196.
RGB:
(233,153,196)
(91%,60%,77%)

RGB channels and saturation

R 233 of 255 = 91%
G 153 of 255 = 60%
B 196 of 255 = 77%

233
153
196

R + G + B ~ 76%. #E999C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 153 + 196 = 582 (100%)
R 233 of 582 ~ 40.03%
G 153 of 582 ~ 26.29%
B 196 of 582 ~ 33.68%

%40.03
%26.29
%33.68

CMYK color model

#E999C4 color CMYK value is (0,34,16,9).

  • cyan value is 0.00%
  • magenta value is 34.33%
  • yellow value is 15.88%
  • key color value is 8.63%
CMYK:
(0,34,16,9)
C0M34Y16K9 
(0%,34%,16%,9%)
(0.00/0.34/0.16/0.09)	

CMYK percentages

%0
%34.33
%15.88
%8.63

Codes

Color #E999C4 in popluar color models

E999C4
RGB233153196
HSL328°64.52%75.69%
HSB/HSV328°34.33%91.37%
CMYK0.00%34.33%15.88%
8.63%

Color #E999C4 in popluar number systems.

HEXE999C4
Decimal233153196
Binary111010011001100111000100
Octal351231304

Shades and tints

Shades of #E999C4

#E999C4
(233,153,196)
#D48CB3
(212,140,179)
#BF7FA2
(191,127,162)
#AA7291
(170,114,145)
#956580
(149,101,128)
#80586F
(128,88,111)
#6B4B5E
(107,75,94)
#563E4D
(86,62,77)
#41313C
(65,49,60)
#2C242B
(44,36,43)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #E999C4

#E999C4
(233,153,196)
#EBA2C9
(235,162,201)
#EDABCE
(237,171,206)
#EFB4D3
(239,180,211)
#F1BDD8
(241,189,216)
#F3C6DD
(243,198,221)
#F5CFE2
(245,207,226)
#F7D8E7
(247,216,231)
#F9E1EC
(249,225,236)
#FBEAF1
(251,234,241)
#FDF3F6
(253,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E999C4 color. Also use rgb(233,153,196) instead hex code.

Text Font Color

.myTextColor { color: #E999C4; }

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

This text font color is #E999C4.


Background Color

.myBgColor { background-color: #E999C4; }

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

This div background color is #E999C4.


Border color

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

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

This div border color is #E999C4.


Opacity

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

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

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

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

This text has shadow with #E999C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E999C4 on black background.


Color preview on white background

This text has color #E999C4 on white background.



Black color preview on #E999C4 background

This text has black color on #E999C4 background.


White color preview on #E999C4 background

This text has white color on #E999C4 background.