#E08CD8

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

Shades of Plum #E08CD8

Tints of Plum #E08CD8

Color information

#E08CD8 (or 0xE08CD8) is unknown color: approx Plum. HEX triplet: E0, 8C and D8. RGB value is (224,140,216). Sum of RGB (Red+Green+Blue) = 224+140+216=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 216 (84.77% from 255 or 37.24% from 580); Max value from RGB is 224 - color contains mainly: red. Hex color #E08CD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08CD8 is #1F7327. Grayscale: #ADADAD. Windows color (decimal): -2061096 or 14191840. OLE color: 14191840.

HSL color Cylindrical-coordinate representation of color #E08CD8: hue angle of 305.71º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08CD8 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB224140216-
CMYK00.380.040.12
HSL305.71º57.53%71.37%-
HSV(B)305.71º37.5%87.84%-
XYZ52.5139.5669.83-
YUV173.78151.83163.82-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.62%
GREEN value IS 140 (55.08% from 255) = 24.14%
BLUE value IS 216 (84.77% from 255) = 37.24%
R=38.62%
G=24.14%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414021600.380.040.12305.7157.5371.37
HexE08CD80264C1323a47
Octal34021433004641446272107
Binary111000001000110011011000010011010011001001100101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08CD8; }

 p { color: rgb(224,140,216); }

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

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

 a { background-color: rgb(224,140,216); }

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

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

 span { border-color: rgb(224,140,216); }

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