#E09BDC

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

Shades of Plum #E09BDC

Tints of Plum #E09BDC

Color information

#E09BDC (or 0xE09BDC) is unknown color: approx Plum. HEX triplet: E0, 9B and DC. RGB value is (224,155,220). Sum of RGB (Red+Green+Blue) = 224+155+220=599 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.40% from 599); Green value is 155 (60.94% from 255 or 25.88% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09BDC is #1F6423. Grayscale: #B6B6B6. Windows color (decimal): -2057252 or 14457824. OLE color: 14457824.

HSL color Cylindrical-coordinate representation of color #E09BDC: hue angle of 303.48º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E09BDC is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB224155220-
CMYK00.310.020.12
HSL303.48º52.67%74.31%-
HSV(B)303.48º30.8%87.84%-
XYZ55.3844.4673.37-
YUV183.04148.86157.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.40%
GREEN value IS 155 (60.94% from 255) = 25.88%
BLUE value IS 220 (86.33% from 255) = 36.73%
R=37.40%
G=25.88%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415522000.310.020.12303.4852.6774.31
HexE09BDC01F2C12f354a
Octal34023333403721445765112
Binary1110000010011011110111000111111011001001011111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09BDC; }

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

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

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

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

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

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

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

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