COLOR #E099F7

HEX: #E099F7
RGB: (224,153,247)

Color info

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

RGB color model

#E099F7 color RGB value is (224,153,247).

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

RGB channels and saturation

R 224 of 255 = 88%
G 153 of 255 = 60%
B 247 of 255 = 97%

224
153
247

R + G + B ~ 82%. #E099F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 153 + 247 = 624 (100%)
R 224 of 624 ~ 35.9%
G 153 of 624 ~ 24.52%
B 247 of 624 ~ 39.58%

%35.9
%24.52
%39.58

CMYK color model

#E099F7 color CMYK value is (9,38,0,3).

  • cyan value is 9.31%
  • magenta value is 38.06%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(9,38,0,3)
C9M38Y0K3 
(9%,38%,0%,3%)
(0.09/0.38/0.00/0.03)	

CMYK percentages

%9.31
%38.06
%0
%3.14

Codes

Color #E099F7 in popluar color models

E099F7
RGB224153247
HSL285°85.45%78.43%
HSB/HSV285°38.06%96.86%
CMYK9.31%38.06%0.00%
3.14%

Color #E099F7 in popluar number systems.

HEXE099F7
Decimal224153247
Binary111000001001100111110111
Octal340231367

Shades and tints

Shades of #E099F7

#E099F7
(224,153,247)
#CC8CE1
(204,140,225)
#B87FCB
(184,127,203)
#A472B5
(164,114,181)
#90659F
(144,101,159)
#7C5889
(124,88,137)
#684B73
(104,75,115)
#543E5D
(84,62,93)
#403147
(64,49,71)
#2C2431
(44,36,49)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #E099F7

#E099F7
(224,153,247)
#E2A2F7
(226,162,247)
#E4ABF7
(228,171,247)
#E6B4F7
(230,180,247)
#E8BDF7
(232,189,247)
#EAC6F7
(234,198,247)
#ECCFF7
(236,207,247)
#EED8F7
(238,216,247)
#F0E1F7
(240,225,247)
#F2EAF7
(242,234,247)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E099F7; }

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

This text font color is #E099F7.


Background Color

.myBgColor { background-color: #E099F7; }

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

This div background color is #E099F7.


Border color

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

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

This div border color is #E099F7.


Opacity

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

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

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

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

This text has shadow with #E099F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E099F7 on black background.


Color preview on white background

This text has color #E099F7 on white background.



Black color preview on #E099F7 background

This text has black color on #E099F7 background.


White color preview on #E099F7 background

This text has white color on #E099F7 background.