COLOR #E099FE

HEX: #E099FE
RGB: (224,153,254)

Color info

#E099FE contains mainly red and blue colors. Web safe color of #E099FE is #CC99FF (or #C9F).

RGB color model

#E099FE color RGB value is (224,153,254).

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

RGB channels and saturation

R 224 of 255 = 88%
G 153 of 255 = 60%
B 254 of 255 = 100%

224
153
254

R + G + B ~ 83%. #E099FE is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 153 + 254 = 631 (100%)
R 224 of 631 ~ 35.5%
G 153 of 631 ~ 24.25%
B 254 of 631 ~ 40.25%

%35.5
%24.25
%40.25

CMYK color model

#E099FE color CMYK value is (12,40,0,0).

  • cyan value is 11.81%
  • magenta value is 39.76%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(12,40,0,0)
C12M40Y0K0 
(12%,40%,0%,0%)
(0.12/0.40/0.00/0.00)	

CMYK percentages

%11.81
%39.76
%0
%0.39

Codes

Color #E099FE in popluar color models

E099FE
RGB224153254
HSL282°98.06%79.80%
HSB/HSV282°39.76%99.61%
CMYK11.81%39.76%0.00%
0.39%

Color #E099FE in popluar number systems.

HEXE099FE
Decimal224153254
Binary111000001001100111111110
Octal340231376

Shades and tints

Shades of #E099FE

#E099FE
(224,153,254)
#CC8CE7
(204,140,231)
#B87FD0
(184,127,208)
#A472B9
(164,114,185)
#9065A2
(144,101,162)
#7C588B
(124,88,139)
#684B74
(104,75,116)
#543E5D
(84,62,93)
#403146
(64,49,70)
#2C242F
(44,36,47)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #E099FE

#E099FE
(224,153,254)
#E2A2FE
(226,162,254)
#E4ABFE
(228,171,254)
#E6B4FE
(230,180,254)
#E8BDFE
(232,189,254)
#EAC6FE
(234,198,254)
#ECCFFE
(236,207,254)
#EED8FE
(238,216,254)
#F0E1FE
(240,225,254)
#F2EAFE
(242,234,254)
#F4F3FE
(244,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E099FE; }

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

This text font color is #E099FE.


Background Color

.myBgColor { background-color: #E099FE; }

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

This div background color is #E099FE.


Border color

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

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

This div border color is #E099FE.


Opacity

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

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

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

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

This text has shadow with #E099FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E099FE on black background.


Color preview on white background

This text has color #E099FE on white background.



Black color preview on #E099FE background

This text has black color on #E099FE background.


White color preview on #E099FE background

This text has white color on #E099FE background.