COLOR #E0097E

HEX: #E0097E
RGB: (224,9,126)

Color info

#E0097E contains mainly red color. Web safe color of #E0097E is #CC0066 (or #C06).

RGB color model

#E0097E color RGB value is (224,9,126).

  • red value is 224;
  • green value is 9;
  • blue value is 126.
RGB:
(224,9,126)
(88%,4%,49%)

RGB channels and saturation

R 224 of 255 = 88%
G 9 of 255 = 4%
B 126 of 255 = 49%

224
9
126

R + G + B ~ 47%. #E0097E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
224 + 9 + 126 = 359 (100%)
R 224 of 359 ~ 62.4%
G 9 of 359 ~ 2.51%
B 126 of 359 ~ 35.1%

%62.4
%35.1

CMYK color model

#E0097E color CMYK value is (0,96,44,12).

  • cyan value is 0.00%
  • magenta value is 95.98%
  • yellow value is 43.75%
  • key color value is 12.16%
CMYK:
(0,96,44,12)
C0M96Y44K12 
(0%,96%,44%,12%)
(0.00/0.96/0.44/0.12)	

CMYK percentages

%0
%95.98
%43.75
%12.16

Codes

Color #E0097E in popluar color models

E0097E
RGB2249126
HSL327°92.27%45.69%
HSB/HSV327°95.98%87.84%
CMYK0.00%95.98%43.75%
12.16%

Color #E0097E in popluar number systems.

HEXE0097E
Decimal2249126
Binary1110000010011111110
Octal34011176

Shades and tints

Shades of #E0097E

#E0097E
(224,9,126)
#CC0973
(204,9,115)
#B80968
(184,9,104)
#A4095D
(164,9,93)
#900952
(144,9,82)
#7C0947
(124,9,71)
#68093C
(104,9,60)
#540931
(84,9,49)
#400926
(64,9,38)
#2C091B
(44,9,27)
#180910
(24,9,16)
#000000
(0,0,0)

Tints of #E0097E

#E0097E
(224,9,126)
#E21F89
(226,31,137)
#E43594
(228,53,148)
#E64B9F
(230,75,159)
#E861AA
(232,97,170)
#EA77B5
(234,119,181)
#EC8DC0
(236,141,192)
#EEA3CB
(238,163,203)
#F0B9D6
(240,185,214)
#F2CFE1
(242,207,225)
#F4E5EC
(244,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0097E color. Also use rgb(224,9,126) instead hex code.

Text Font Color

.myTextColor { color: #E0097E; }

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

This text font color is #E0097E.


Background Color

.myBgColor { background-color: #E0097E; }

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

This div background color is #E0097E.


Border color

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

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

This div border color is #E0097E.


Opacity

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

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

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

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

This text has shadow with #E0097E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0097E on black background.


Color preview on white background

This text has color #E0097E on white background.



Black color preview on #E0097E background

This text has black color on #E0097E background.


White color preview on #E0097E background

This text has white color on #E0097E background.