#E09DEE

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

Shades of Plum #E09DEE

Tints of Plum #E09DEE

Color information

#E09DEE (or 0xE09DEE) is unknown color: approx Plum. HEX triplet: E0, 9D and EE. RGB value is (224,157,238). Sum of RGB (Red+Green+Blue) = 224+157+238=619 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.19% from 619); Green value is 157 (61.72% from 255 or 25.36% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #E09DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09DEE is #1F6211. Grayscale: #BABABA. Windows color (decimal): -2056722 or 15637984. OLE color: 15637984.

HSL color Cylindrical-coordinate representation of color #E09DEE: hue angle of 289.63º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E09DEE is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224157238-
CMYK0.060.3400.07
HSL289.63º70.43%77.45%-
HSV(B)289.63º34.03%93.33%-
XYZ58.2346.1386.72-
YUV186.27157.2154.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.19%
GREEN value IS 157 (61.72% from 255) = 25.36%
BLUE value IS 238 (93.36% from 255) = 38.45%
R=36.19%
G=25.36%
B=38.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241572380.060.3400.07289.6370.4377.45
HexE09DEE62207122464d
Octal34023535664207442106115
Binary111000001001110111101110110100010011110010001010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09DEE; }

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

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

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

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

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

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

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

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