#E08DCD

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

Shades of Plum #E08DCD

Tints of Plum #E08DCD

Color information

#E08DCD (or 0xE08DCD) is unknown color: approx Plum. HEX triplet: E0, 8D and CD. RGB value is (224,141,205). Sum of RGB (Red+Green+Blue) = 224+141+205=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08DCD is #1F7232. Grayscale: #ACACAC. Windows color (decimal): -2060851 or 13471200. OLE color: 13471200.

HSL color Cylindrical-coordinate representation of color #E08DCD: hue angle of 313.73º 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 #E08DCD is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB224141205-
CMYK00.370.080.12
HSL313.73º57.24%71.57%-
HSV(B)313.73º37.05%87.84%-
XYZ51.2839.362.64-
YUV173.11146164.3-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.30%
GREEN value IS 141 (55.47% from 255) = 24.74%
BLUE value IS 205 (80.47% from 255) = 35.96%
R=39.30%
G=24.74%
B=35.96%

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
Decimal22414120500.370.080.12313.7357.2471.57
HexE08DCD0258C13a3948
Octal340215315045101447271110
Binary1110000010001101110011010100101100011001001110101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08DCD; }

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

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

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

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

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

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

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

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