#E0A0DE

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

Shades of Plum #E0A0DE

Tints of Plum #E0A0DE

Color information

#E0A0DE (or 0xE0A0DE) is unknown color: approx Plum. HEX triplet: E0, A0 and DE. RGB value is (224,160,222). Sum of RGB (Red+Green+Blue) = 224+160+222=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 160 (62.89% from 255 or 26.40% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A0DE is #1F5F21. Grayscale: #BABABA. Windows color (decimal): -2055970 or 14590176. OLE color: 14590176.

HSL color Cylindrical-coordinate representation of color #E0A0DE: hue angle of 301.88º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0A0DE is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB224160222-
CMYK00.290.010.12
HSL301.88º50.79%75.29%-
HSV(B)301.88º28.57%87.84%-
XYZ56.546.2675.06-
YUV186.2148.2154.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.96%
GREEN value IS 160 (62.89% from 255) = 26.40%
BLUE value IS 222 (87.11% from 255) = 36.63%
R=36.96%
G=26.40%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416022200.290.010.12301.8850.7975.29
HexE0A0DE01D1C12e334b
Octal34024033603511445663113
Binary111000001010000011011110011101111001001011101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A0DE; }

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

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

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

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

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

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

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

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