#E09BD9

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

Shades of Plum #E09BD9

Tints of Plum #E09BD9

Color information

#E09BD9 (or 0xE09BD9) is unknown color: approx Plum. HEX triplet: E0, 9B and D9. RGB value is (224,155,217). Sum of RGB (Red+Green+Blue) = 224+155+217=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 155 (60.94% from 255 or 26.01% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09BD9 is #1F6426. Grayscale: #B6B6B6. Windows color (decimal): -2057255 or 14261216. OLE color: 14261216.

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

Color convert

RGB224155217-
CMYK00.310.030.12
HSL306.09º52.67%74.31%-
HSV(B)306.09º30.8%87.84%-
XYZ54.9944.371.3-
YUV182.7147.36157.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.58%
GREEN value IS 155 (60.94% from 255) = 26.01%
BLUE value IS 217 (85.16% from 255) = 36.41%
R=37.58%
G=26.01%
B=36.41%

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
Decimal22415521700.310.030.12306.0952.6774.31
HexE09BD901F3C132354a
Octal34023333103731446265112
Binary1110000010011011110110010111111111001001100101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09BD9; }

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

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

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

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

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

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

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

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