COLOR #E08DE0

HEX: #E08DE0
RGB: (224,141,224)

Color info

#E08DE0 contains mainly red and blue colors. Web safe color of #E08DE0 is #CC99CC (or #C9C).

RGB color model

#E08DE0 color RGB value is (224,141,224).

  • red value is 224;
  • green value is 141;
  • blue value is 224.
RGB:
(224,141,224)
(88%,55%,88%)

RGB channels and saturation

R 224 of 255 = 88%
G 141 of 255 = 55%
B 224 of 255 = 88%

224
141
224

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

Portions of RGB colors in percentages

R + G + B =
224 + 141 + 224 = 589 (100%)
R 224 of 589 ~ 38.03%
G 141 of 589 ~ 23.94%
B 224 of 589 ~ 38.03%

%38.03
%23.94
%38.03

CMYK color model

#E08DE0 color CMYK value is (0,37,0,12).

  • cyan value is 0.00%
  • magenta value is 37.05%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(0,37,0,12)
C0M37Y0K12 
(0%,37%,0%,12%)
(0.00/0.37/0.00/0.12)	

CMYK percentages

%0
%37.05
%0
%12.16

Codes

Color #E08DE0 in popluar color models

E08DE0
RGB224141224
HSL300°57.24%71.57%
HSB/HSV300°37.05%87.84%
CMYK0.00%37.05%0.00%
12.16%

Color #E08DE0 in popluar number systems.

HEXE08DE0
Decimal224141224
Binary111000001000110111100000
Octal340215340

Shades and tints

Shades of #E08DE0

#E08DE0
(224,141,224)
#CC81CC
(204,129,204)
#B875B8
(184,117,184)
#A469A4
(164,105,164)
#905D90
(144,93,144)
#7C517C
(124,81,124)
#684568
(104,69,104)
#543954
(84,57,84)
#402D40
(64,45,64)
#2C212C
(44,33,44)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #E08DE0

#E08DE0
(224,141,224)
#E297E2
(226,151,226)
#E4A1E4
(228,161,228)
#E6ABE6
(230,171,230)
#E8B5E8
(232,181,232)
#EABFEA
(234,191,234)
#ECC9EC
(236,201,236)
#EED3EE
(238,211,238)
#F0DDF0
(240,221,240)
#F2E7F2
(242,231,242)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E08DE0; }

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

This text font color is #E08DE0.


Background Color

.myBgColor { background-color: #E08DE0; }

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

This div background color is #E08DE0.


Border color

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

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

This div border color is #E08DE0.


Opacity

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

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

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

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

This text has shadow with #E08DE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E08DE0 on black background.


Color preview on white background

This text has color #E08DE0 on white background.



Black color preview on #E08DE0 background

This text has black color on #E08DE0 background.


White color preview on #E08DE0 background

This text has white color on #E08DE0 background.