COLOR #E08FE7

HEX: #E08FE7
RGB: (224,143,231)

Color info

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

RGB color model

#E08FE7 color RGB value is (224,143,231).

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

RGB channels and saturation

R 224 of 255 = 88%
G 143 of 255 = 56%
B 231 of 255 = 91%

224
143
231

R + G + B ~ 78%. #E08FE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 143 + 231 = 598 (100%)
R 224 of 598 ~ 37.46%
G 143 of 598 ~ 23.91%
B 231 of 598 ~ 38.63%

%37.46
%23.91
%38.63

CMYK color model

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

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

CMYK percentages

%3.03
%38.1
%0
%9.41

Codes

Color #E08FE7 in popluar color models

E08FE7
RGB224143231
HSL295°64.71%73.33%
HSB/HSV295°38.10%90.59%
CMYK3.03%38.10%0.00%
9.41%

Color #E08FE7 in popluar number systems.

HEXE08FE7
Decimal224143231
Binary111000001000111111100111
Octal340217347

Shades and tints

Shades of #E08FE7

#E08FE7
(224,143,231)
#CC82D2
(204,130,210)
#B875BD
(184,117,189)
#A468A8
(164,104,168)
#905B93
(144,91,147)
#7C4E7E
(124,78,126)
#684169
(104,65,105)
#543454
(84,52,84)
#40273F
(64,39,63)
#2C1A2A
(44,26,42)
#180D15
(24,13,21)
#000000
(0,0,0)

Tints of #E08FE7

#E08FE7
(224,143,231)
#E299E9
(226,153,233)
#E4A3EB
(228,163,235)
#E6ADED
(230,173,237)
#E8B7EF
(232,183,239)
#EAC1F1
(234,193,241)
#ECCBF3
(236,203,243)
#EED5F5
(238,213,245)
#F0DFF7
(240,223,247)
#F2E9F9
(242,233,249)
#F4F3FB
(244,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E08FE7; }

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

This text font color is #E08FE7.


Background Color

.myBgColor { background-color: #E08FE7; }

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

This div background color is #E08FE7.


Border color

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

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

This div border color is #E08FE7.


Opacity

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

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

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

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

This text has shadow with #E08FE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E08FE7 on black background.


Color preview on white background

This text has color #E08FE7 on white background.



Black color preview on #E08FE7 background

This text has black color on #E08FE7 background.


White color preview on #E08FE7 background

This text has white color on #E08FE7 background.