#E09DDC

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

Shades of Plum #E09DDC

Tints of Plum #E09DDC

Color information

#E09DDC (or 0xE09DDC) is unknown color: approx Plum. HEX triplet: E0, 9D and DC. RGB value is (224,157,220). Sum of RGB (Red+Green+Blue) = 224+157+220=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 157 (61.72% from 255 or 26.12% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 224 - color contains mainly: red. Hex color #E09DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09DDC is #1F6223. Grayscale: #B8B8B8. Windows color (decimal): -2056740 or 14458336. OLE color: 14458336.

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

Color convert

RGB224157220-
CMYK00.300.020.12
HSL303.58º51.94%74.71%-
HSV(B)303.58º29.91%87.84%-
XYZ55.7245.1373.48-
YUV184.22148.2156.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.27%
GREEN value IS 157 (61.72% from 255) = 26.12%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=37.27%
G=26.12%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415722000.300.020.12303.5851.9474.71
HexE09DDC01E2C130344b
Octal34023533403621446064113
Binary1110000010011101110111000111101011001001100001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09DDC; }

 p { color: rgb(224,157,220); }

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

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

 a { background-color: rgb(224,157,220); }

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

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

 span { border-color: rgb(224,157,220); }

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