COLOR #E091E8

HEX: #E091E8
RGB: (224,145,232)

Color info

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

RGB color model

#E091E8 color RGB value is (224,145,232).

  • red value is 224;
  • green value is 145;
  • blue value is 232.
RGB:
(224,145,232)
(88%,57%,91%)

RGB channels and saturation

R 224 of 255 = 88%
G 145 of 255 = 57%
B 232 of 255 = 91%

224
145
232

R + G + B ~ 79%. #E091E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 145 + 232 = 601 (100%)
R 224 of 601 ~ 37.27%
G 145 of 601 ~ 24.13%
B 232 of 601 ~ 38.6%

%37.27
%24.13
%38.6

CMYK color model

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

  • cyan value is 3.45%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(3,38,0,9)
C3M38Y0K9 
(3%,38%,0%,9%)
(0.03/0.38/0.00/0.09)	

CMYK percentages

%3.45
%37.5
%0
%9.02

Codes

Color #E091E8 in popluar color models

E091E8
RGB224145232
HSL294°65.41%73.92%
HSB/HSV294°37.50%90.98%
CMYK3.45%37.50%0.00%
9.02%

Color #E091E8 in popluar number systems.

HEXE091E8
Decimal224145232
Binary111000001001000111101000
Octal340221350

Shades and tints

Shades of #E091E8

#E091E8
(224,145,232)
#CC84D3
(204,132,211)
#B877BE
(184,119,190)
#A46AA9
(164,106,169)
#905D94
(144,93,148)
#7C507F
(124,80,127)
#68436A
(104,67,106)
#543655
(84,54,85)
#402940
(64,41,64)
#2C1C2B
(44,28,43)
#180F16
(24,15,22)
#000000
(0,0,0)

Tints of #E091E8

#E091E8
(224,145,232)
#E29BEA
(226,155,234)
#E4A5EC
(228,165,236)
#E6AFEE
(230,175,238)
#E8B9F0
(232,185,240)
#EAC3F2
(234,195,242)
#ECCDF4
(236,205,244)
#EED7F6
(238,215,246)
#F0E1F8
(240,225,248)
#F2EBFA
(242,235,250)
#F4F5FC
(244,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E091E8 color. Also use rgb(224,145,232) instead hex code.

Text Font Color

.myTextColor { color: #E091E8; }

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

This text font color is #E091E8.


Background Color

.myBgColor { background-color: #E091E8; }

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

This div background color is #E091E8.


Border color

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

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

This div border color is #E091E8.


Opacity

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

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

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

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

This text has shadow with #E091E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E091E8 on black background.


Color preview on white background

This text has color #E091E8 on white background.



Black color preview on #E091E8 background

This text has black color on #E091E8 background.


White color preview on #E091E8 background

This text has white color on #E091E8 background.