#E08DCE

Color #E08DCE Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #E08DCE

Tints of Plum #E08DCE

Color information

#E08DCE (or 0xE08DCE) is unknown color: approx Plum. HEX triplet: E0, 8D and CE. RGB value is (224,141,206). Sum of RGB (Red+Green+Blue) = 224+141+206=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08DCE is #1F7231. Grayscale: #ADADAD. Windows color (decimal): -2060850 or 13536736. OLE color: 13536736.

HSL color Cylindrical-coordinate representation of color #E08DCE: hue angle of 313.01º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E08DCE is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB224141206-
CMYK00.370.080.12
HSL313.01º57.24%71.57%-
HSV(B)313.01º37.05%87.84%-
XYZ51.4139.3563.28-
YUV173.23146.5164.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 39.23%
GREEN value IS 141 (55.47% from 255) = 24.69%
BLUE value IS 206 (80.86% from 255) = 36.08%
R=39.23%
G=24.69%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414120600.370.080.12313.0157.2471.57
HexE08DCE0258C1393948
Octal340215316045101447171110
Binary1110000010001101110011100100101100011001001110011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08DCE; }

 p { color: rgb(224,141,206); }

 H1.HeaderClassName
 {
   color: #E08DCE;
 }
 .AnyTagClassName
 {
   color: #E08DCE;
 }
</style>
background-color css

<style>
 a { background-color: #E08DCE; }

 a { background-color: rgb(224,141,206); }

 div.DivClassName
 {
   background-color: #E08DCE;
 }
 .BgClassName
 {
   background-color: #E08DCE;
 }
</style>
border-color css

<style>
 span { border-color: #E08DCE; }

 span { border-color: rgb(224,141,206); }

 td.TdClassName
 {
   border-color: #E08DCE;
 }
 .TagClassName
 {
   border-color: #E08DCE;
 }
</style>