COLOR #E08DC6

HEX: #E08DC6
RGB: (224,141,198)

Color info

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

RGB color model

#E08DC6 color RGB value is (224,141,198).

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

RGB channels and saturation

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

224
141
198

R + G + B ~ 74%. #E08DC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 141 + 198 = 563 (100%)
R 224 of 563 ~ 39.79%
G 141 of 563 ~ 25.04%
B 198 of 563 ~ 35.17%

%39.79
%25.04
%35.17

CMYK color model

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

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

CMYK percentages

%0
%37.05
%11.61
%12.16

Codes

Color #E08DC6 in popluar color models

E08DC6
RGB224141198
HSL319°57.24%71.57%
HSB/HSV319°37.05%87.84%
CMYK0.00%37.05%11.61%
12.16%

Color #E08DC6 in popluar number systems.

HEXE08DC6
Decimal224141198
Binary111000001000110111000110
Octal340215306

Shades and tints

Shades of #E08DC6

#E08DC6
(224,141,198)
#CC81B4
(204,129,180)
#B875A2
(184,117,162)
#A46990
(164,105,144)
#905D7E
(144,93,126)
#7C516C
(124,81,108)
#68455A
(104,69,90)
#543948
(84,57,72)
#402D36
(64,45,54)
#2C2124
(44,33,36)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #E08DC6

#E08DC6
(224,141,198)
#E297CB
(226,151,203)
#E4A1D0
(228,161,208)
#E6ABD5
(230,171,213)
#E8B5DA
(232,181,218)
#EABFDF
(234,191,223)
#ECC9E4
(236,201,228)
#EED3E9
(238,211,233)
#F0DDEE
(240,221,238)
#F2E7F3
(242,231,243)
#F4F1F8
(244,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E08DC6; }

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

This text font color is #E08DC6.


Background Color

.myBgColor { background-color: #E08DC6; }

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

This div background color is #E08DC6.


Border color

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

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

This div border color is #E08DC6.


Opacity

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

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

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

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

This text has shadow with #E08DC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E08DC6 on black background.


Color preview on white background

This text has color #E08DC6 on white background.



Black color preview on #E08DC6 background

This text has black color on #E08DC6 background.


White color preview on #E08DC6 background

This text has white color on #E08DC6 background.