#E0A2DD

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

Shades of Plum #E0A2DD

Tints of Plum #E0A2DD

Color information

#E0A2DD (or 0xE0A2DD) is unknown color: approx Plum. HEX triplet: E0, A2 and DD. RGB value is (224,162,221). Sum of RGB (Red+Green+Blue) = 224+162+221=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 162 (63.67% from 255 or 26.69% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A2DD is #1F5D22. Grayscale: #BBBBBB. Windows color (decimal): -2055459 or 14525152. OLE color: 14525152.

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

Color convert

RGB224162221-
CMYK00.280.010.12
HSL302.9º50%75.69%-
HSV(B)302.9º27.68%87.84%-
XYZ56.7146.9174.47-
YUV187.26147.04154.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.90%
GREEN value IS 162 (63.67% from 255) = 26.69%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=36.90%
G=26.69%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416222100.280.010.12302.95075.69
HexE0A2DD01C1C12f324c
Octal34024233503411445762114
Binary111000001010001011011101011100111001001011111100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A2DD; }

 p { color: rgb(224,162,221); }

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

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

 a { background-color: rgb(224,162,221); }

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

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

 span { border-color: rgb(224,162,221); }

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