#E09DDB

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

Shades of Plum #E09DDB

Tints of Plum #E09DDB

Color information

#E09DDB (or 0xE09DDB) is unknown color: approx Plum. HEX triplet: E0, 9D and DB. RGB value is (224,157,219). Sum of RGB (Red+Green+Blue) = 224+157+219=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 157 (61.72% from 255 or 26.17% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 224 - color contains mainly: red. Hex color #E09DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09DDB is #1F6224. Grayscale: #B7B7B7. Windows color (decimal): -2056741 or 14392800. OLE color: 14392800.

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

Color convert

RGB224157219-
CMYK00.300.020.12
HSL304.48º51.94%74.71%-
HSV(B)304.48º29.91%87.84%-
XYZ55.5845.0872.79-
YUV184.1147.7156.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.33%
GREEN value IS 157 (61.72% from 255) = 26.17%
BLUE value IS 219 (85.94% from 255) = 36.5%
R=37.33%
G=26.17%
B=36.5%

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
Decimal22415721900.300.020.12304.4851.9474.71
HexE09DDB01E2C130344b
Octal34023533303621446064113
Binary1110000010011101110110110111101011001001100001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09DDB; }

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

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

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

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

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

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

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

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