COLOR #E08DEF

HEX: #E08DEF
RGB: (224,141,239)

Color info

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

RGB color model

#E08DEF color RGB value is (224,141,239).

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

RGB channels and saturation

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

224
141
239

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

Portions of RGB colors in percentages

R + G + B =
224 + 141 + 239 = 604 (100%)
R 224 of 604 ~ 37.09%
G 141 of 604 ~ 23.34%
B 239 of 604 ~ 39.57%

%37.09
%23.34
%39.57

CMYK color model

#E08DEF color CMYK value is (6,41,0,6).

  • cyan value is 6.28%
  • magenta value is 41.00%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(6,41,0,6)
C6M41Y0K6 
(6%,41%,0%,6%)
(0.06/0.41/0.00/0.06)	

CMYK percentages

%6.28
%41
%0
%6.27

Codes

Color #E08DEF in popluar color models

E08DEF
RGB224141239
HSL291°75.38%74.51%
HSB/HSV291°41.00%93.73%
CMYK6.28%41.00%0.00%
6.27%

Color #E08DEF in popluar number systems.

HEXE08DEF
Decimal224141239
Binary111000001000110111101111
Octal340215357

Shades and tints

Shades of #E08DEF

#E08DEF
(224,141,239)
#CC81DA
(204,129,218)
#B875C5
(184,117,197)
#A469B0
(164,105,176)
#905D9B
(144,93,155)
#7C5186
(124,81,134)
#684571
(104,69,113)
#54395C
(84,57,92)
#402D47
(64,45,71)
#2C2132
(44,33,50)
#18151D
(24,21,29)
#000000
(0,0,0)

Tints of #E08DEF

#E08DEF
(224,141,239)
#E297F0
(226,151,240)
#E4A1F1
(228,161,241)
#E6ABF2
(230,171,242)
#E8B5F3
(232,181,243)
#EABFF4
(234,191,244)
#ECC9F5
(236,201,245)
#EED3F6
(238,211,246)
#F0DDF7
(240,221,247)
#F2E7F8
(242,231,248)
#F4F1F9
(244,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E08DEF; }

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

This text font color is #E08DEF.


Background Color

.myBgColor { background-color: #E08DEF; }

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

This div background color is #E08DEF.


Border color

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

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

This div border color is #E08DEF.


Opacity

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

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

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

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

This text has shadow with #E08DEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E08DEF on black background.


Color preview on white background

This text has color #E08DEF on white background.



Black color preview on #E08DEF background

This text has black color on #E08DEF background.


White color preview on #E08DEF background

This text has white color on #E08DEF background.