COLOR #E99EC7

HEX: #E99EC7
RGB: (233,158,199)

Color info

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

RGB color model

#E99EC7 color RGB value is (233,158,199).

  • red value is 233;
  • green value is 158;
  • blue value is 199.
RGB:
(233,158,199)
(91%,62%,78%)

RGB channels and saturation

R 233 of 255 = 91%
G 158 of 255 = 62%
B 199 of 255 = 78%

233
158
199

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

Portions of RGB colors in percentages

R + G + B =
233 + 158 + 199 = 590 (100%)
R 233 of 590 ~ 39.49%
G 158 of 590 ~ 26.78%
B 199 of 590 ~ 33.73%

%39.49
%26.78
%33.73

CMYK color model

#E99EC7 color CMYK value is (0,32,15,9).

  • cyan value is 0.00%
  • magenta value is 32.19%
  • yellow value is 14.59%
  • key color value is 8.63%
CMYK:
(0,32,15,9)
C0M32Y15K9 
(0%,32%,15%,9%)
(0.00/0.32/0.15/0.09)	

CMYK percentages

%0
%32.19
%14.59
%8.63

Codes

Color #E99EC7 in popluar color models

E99EC7
RGB233158199
HSL327°63.03%76.67%
HSB/HSV327°32.19%91.37%
CMYK0.00%32.19%14.59%
8.63%

Color #E99EC7 in popluar number systems.

HEXE99EC7
Decimal233158199
Binary111010011001111011000111
Octal351236307

Shades and tints

Shades of #E99EC7

#E99EC7
(233,158,199)
#D490B5
(212,144,181)
#BF82A3
(191,130,163)
#AA7491
(170,116,145)
#95667F
(149,102,127)
#80586D
(128,88,109)
#6B4A5B
(107,74,91)
#563C49
(86,60,73)
#412E37
(65,46,55)
#2C2025
(44,32,37)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #E99EC7

#E99EC7
(233,158,199)
#EBA6CC
(235,166,204)
#EDAED1
(237,174,209)
#EFB6D6
(239,182,214)
#F1BEDB
(241,190,219)
#F3C6E0
(243,198,224)
#F5CEE5
(245,206,229)
#F7D6EA
(247,214,234)
#F9DEEF
(249,222,239)
#FBE6F4
(251,230,244)
#FDEEF9
(253,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E99EC7 color. Also use rgb(233,158,199) instead hex code.

Text Font Color

.myTextColor { color: #E99EC7; }

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

This text font color is #E99EC7.


Background Color

.myBgColor { background-color: #E99EC7; }

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

This div background color is #E99EC7.


Border color

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

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

This div border color is #E99EC7.


Opacity

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

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

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

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

This text has shadow with #E99EC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E99EC7 on black background.


Color preview on white background

This text has color #E99EC7 on white background.



Black color preview on #E99EC7 background

This text has black color on #E99EC7 background.


White color preview on #E99EC7 background

This text has white color on #E99EC7 background.