COLOR #E081E7

HEX: #E081E7
RGB: (224,129,231)

Color info

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

RGB color model

#E081E7 color RGB value is (224,129,231).

  • red value is 224;
  • green value is 129;
  • blue value is 231.
RGB:
(224,129,231)
(88%,51%,91%)

RGB channels and saturation

R 224 of 255 = 88%
G 129 of 255 = 51%
B 231 of 255 = 91%

224
129
231

R + G + B ~ 77%. #E081E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 129 + 231 = 584 (100%)
R 224 of 584 ~ 38.36%
G 129 of 584 ~ 22.09%
B 231 of 584 ~ 39.55%

%38.36
%22.09
%39.55

CMYK color model

#E081E7 color CMYK value is (3,44,0,9).

  • cyan value is 3.03%
  • magenta value is 44.16%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(3,44,0,9)
C3M44Y0K9 
(3%,44%,0%,9%)
(0.03/0.44/0.00/0.09)	

CMYK percentages

%3.03
%44.16
%0
%9.41

Codes

Color #E081E7 in popluar color models

E081E7
RGB224129231
HSL296°68.00%70.59%
HSB/HSV296°44.16%90.59%
CMYK3.03%44.16%0.00%
9.41%

Color #E081E7 in popluar number systems.

HEXE081E7
Decimal224129231
Binary111000001000000111100111
Octal340201347

Shades and tints

Shades of #E081E7

#E081E7
(224,129,231)
#CC76D2
(204,118,210)
#B86BBD
(184,107,189)
#A460A8
(164,96,168)
#905593
(144,85,147)
#7C4A7E
(124,74,126)
#683F69
(104,63,105)
#543454
(84,52,84)
#40293F
(64,41,63)
#2C1E2A
(44,30,42)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #E081E7

#E081E7
(224,129,231)
#E28CE9
(226,140,233)
#E497EB
(228,151,235)
#E6A2ED
(230,162,237)
#E8ADEF
(232,173,239)
#EAB8F1
(234,184,241)
#ECC3F3
(236,195,243)
#EECEF5
(238,206,245)
#F0D9F7
(240,217,247)
#F2E4F9
(242,228,249)
#F4EFFB
(244,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E081E7 color. Also use rgb(224,129,231) instead hex code.

Text Font Color

.myTextColor { color: #E081E7; }

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

This text font color is #E081E7.


Background Color

.myBgColor { background-color: #E081E7; }

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

This div background color is #E081E7.


Border color

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

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

This div border color is #E081E7.


Opacity

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

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

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

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

This text has shadow with #E081E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E081E7 on black background.


Color preview on white background

This text has color #E081E7 on white background.



Black color preview on #E081E7 background

This text has black color on #E081E7 background.


White color preview on #E081E7 background

This text has white color on #E081E7 background.