COLOR #E08DD3

HEX: #E08DD3
RGB: (224,141,211)

Color info

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

RGB color model

#E08DD3 color RGB value is (224,141,211).

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

RGB channels and saturation

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

224
141
211

R + G + B ~ 75%. #E08DD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 141 + 211 = 576 (100%)
R 224 of 576 ~ 38.89%
G 141 of 576 ~ 24.48%
B 211 of 576 ~ 36.63%

%38.89
%24.48
%36.63

CMYK color model

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

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

CMYK percentages

%0
%37.05
%5.8
%12.16

Codes

Color #E08DD3 in popluar color models

E08DD3
RGB224141211
HSL309°57.24%71.57%
HSB/HSV309°37.05%87.84%
CMYK0.00%37.05%5.80%
12.16%

Color #E08DD3 in popluar number systems.

HEXE08DD3
Decimal224141211
Binary111000001000110111010011
Octal340215323

Shades and tints

Shades of #E08DD3

#E08DD3
(224,141,211)
#CC81C0
(204,129,192)
#B875AD
(184,117,173)
#A4699A
(164,105,154)
#905D87
(144,93,135)
#7C5174
(124,81,116)
#684561
(104,69,97)
#54394E
(84,57,78)
#402D3B
(64,45,59)
#2C2128
(44,33,40)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #E08DD3

#E08DD3
(224,141,211)
#E297D7
(226,151,215)
#E4A1DB
(228,161,219)
#E6ABDF
(230,171,223)
#E8B5E3
(232,181,227)
#EABFE7
(234,191,231)
#ECC9EB
(236,201,235)
#EED3EF
(238,211,239)
#F0DDF3
(240,221,243)
#F2E7F7
(242,231,247)
#F4F1FB
(244,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E08DD3; }

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

This text font color is #E08DD3.


Background Color

.myBgColor { background-color: #E08DD3; }

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

This div background color is #E08DD3.


Border color

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

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

This div border color is #E08DD3.


Opacity

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

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

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

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

This text has shadow with #E08DD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E08DD3 on black background.


Color preview on white background

This text has color #E08DD3 on white background.



Black color preview on #E08DD3 background

This text has black color on #E08DD3 background.


White color preview on #E08DD3 background

This text has white color on #E08DD3 background.