#E09BDA

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

Shades of Plum #E09BDA

Tints of Plum #E09BDA

Color information

#E09BDA (or 0xE09BDA) is unknown color: approx Plum. HEX triplet: E0, 9B and DA. RGB value is (224,155,218). Sum of RGB (Red+Green+Blue) = 224+155+218=597 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.52% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09BDA is #1F6425. Grayscale: #B6B6B6. Windows color (decimal): -2057254 or 14326752. OLE color: 14326752.

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

Color convert

RGB224155218-
CMYK00.310.030.12
HSL305.22º52.67%74.31%-
HSV(B)305.22º30.8%87.84%-
XYZ55.1244.3571.99-
YUV182.81147.86157.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.52%
GREEN value IS 155 (60.94% from 255) = 25.96%
BLUE value IS 218 (85.55% from 255) = 36.52%
R=37.52%
G=25.96%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415521800.310.030.12305.2252.6774.31
HexE09BDA01F3C131354a
Octal34023333203731446165112
Binary1110000010011011110110100111111111001001100011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09BDA; }

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

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

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

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

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

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

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

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