COLOR #E99AEE

HEX: #E99AEE
RGB: (233,154,238)

Color info

#E99AEE contains mainly red and blue colors. Web safe color of #E99AEE is #FF99FF (or #F9F).

RGB color model

#E99AEE color RGB value is (233,154,238).

  • red value is 233;
  • green value is 154;
  • blue value is 238.
RGB:
(233,154,238)
(91%,60%,93%)

RGB channels and saturation

R 233 of 255 = 91%
G 154 of 255 = 60%
B 238 of 255 = 93%

233
154
238

R + G + B ~ 81%. #E99AEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 154 + 238 = 625 (100%)
R 233 of 625 ~ 37.28%
G 154 of 625 ~ 24.64%
B 238 of 625 ~ 38.08%

%37.28
%24.64
%38.08

CMYK color model

#E99AEE color CMYK value is (2,35,0,7).

  • cyan value is 2.10%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(2,35,0,7)
C2M35Y0K7 
(2%,35%,0%,7%)
(0.02/0.35/0.00/0.07)	

CMYK percentages

%2.1
%35.29
%0
%6.67

Codes

Color #E99AEE in popluar color models

E99AEE
RGB233154238
HSL296°71.19%76.86%
HSB/HSV296°35.29%93.33%
CMYK2.10%35.29%0.00%
6.67%

Color #E99AEE in popluar number systems.

HEXE99AEE
Decimal233154238
Binary111010011001101011101110
Octal351232356

Shades and tints

Shades of #E99AEE

#E99AEE
(233,154,238)
#D48CD9
(212,140,217)
#BF7EC4
(191,126,196)
#AA70AF
(170,112,175)
#95629A
(149,98,154)
#805485
(128,84,133)
#6B4670
(107,70,112)
#56385B
(86,56,91)
#412A46
(65,42,70)
#2C1C31
(44,28,49)
#170E1C
(23,14,28)
#000000
(0,0,0)

Tints of #E99AEE

#E99AEE
(233,154,238)
#EBA3EF
(235,163,239)
#EDACF0
(237,172,240)
#EFB5F1
(239,181,241)
#F1BEF2
(241,190,242)
#F3C7F3
(243,199,243)
#F5D0F4
(245,208,244)
#F7D9F5
(247,217,245)
#F9E2F6
(249,226,246)
#FBEBF7
(251,235,247)
#FDF4F8
(253,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E99AEE color. Also use rgb(233,154,238) instead hex code.

Text Font Color

.myTextColor { color: #E99AEE; }

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

This text font color is #E99AEE.


Background Color

.myBgColor { background-color: #E99AEE; }

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

This div background color is #E99AEE.


Border color

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

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

This div border color is #E99AEE.


Opacity

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

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

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

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

This text has shadow with #E99AEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E99AEE on black background.


Color preview on white background

This text has color #E99AEE on white background.



Black color preview on #E99AEE background

This text has black color on #E99AEE background.


White color preview on #E99AEE background

This text has white color on #E99AEE background.