#E09CD9

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

Shades of Plum #E09CD9

Tints of Plum #E09CD9

Color information

#E09CD9 (or 0xE09CD9) is unknown color: approx Plum. HEX triplet: E0, 9C and D9. RGB value is (224,156,217). Sum of RGB (Red+Green+Blue) = 224+156+217=597 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.52% from 597); Green value is 156 (61.33% from 255 or 26.13% from 597); Blue value is 217 (85.16% from 255 or 36.35% from 597); Max value from RGB is 224 - color contains mainly: red. Hex color #E09CD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09CD9 is #1F6326. Grayscale: #B7B7B7. Windows color (decimal): -2056999 or 14261472. OLE color: 14261472.

HSL color Cylindrical-coordinate representation of color #E09CD9: hue angle of 306.18º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E09CD9 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB224156217-
CMYK00.300.030.12
HSL306.18º52.31%74.51%-
HSV(B)306.18º30.36%87.84%-
XYZ55.1544.6371.35-
YUV183.29147.03157.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.52%
GREEN value IS 156 (61.33% from 255) = 26.13%
BLUE value IS 217 (85.16% from 255) = 36.35%
R=37.52%
G=26.13%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415621700.300.030.12306.1852.3174.51
HexE09CD901E3C132344b
Octal34023433103631446264113
Binary1110000010011100110110010111101111001001100101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09CD9; }

 p { color: rgb(224,156,217); }

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

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

 a { background-color: rgb(224,156,217); }

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

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

 span { border-color: rgb(224,156,217); }

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