#E09ADE

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

Shades of Plum #E09ADE

Tints of Plum #E09ADE

Color information

#E09ADE (or 0xE09ADE) is unknown color: approx Plum. HEX triplet: E0, 9A and DE. RGB value is (224,154,222). Sum of RGB (Red+Green+Blue) = 224+154+222=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 154 (60.55% from 255 or 25.67% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 224 - color contains mainly: red. Hex color #E09ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09ADE is #1F6521. Grayscale: #B6B6B6. Windows color (decimal): -2057506 or 14588640. OLE color: 14588640.

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

Color convert

RGB224154222-
CMYK00.310.010.12
HSL301.71º53.03%74.12%-
HSV(B)301.71º31.25%87.84%-
XYZ55.4844.2374.72-
YUV182.68150.19157.47-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.33%
GREEN value IS 154 (60.55% from 255) = 25.67%
BLUE value IS 222 (87.11% from 255) = 37%
R=37.33%
G=25.67%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415422200.310.010.12301.7153.0374.12
HexE09ADE01F1C12e354a
Octal34023233603711445665112
Binary111000001001101011011110011111111001001011101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09ADE; }

 p { color: rgb(224,154,222); }

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

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

 a { background-color: rgb(224,154,222); }

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

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

 span { border-color: rgb(224,154,222); }

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