#E0A2E9

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

Shades of Plum #E0A2E9

Tints of Plum #E0A2E9

Color information

#E0A2E9 (or 0xE0A2E9) is unknown color: approx Plum. HEX triplet: E0, A2 and E9. RGB value is (224,162,233). Sum of RGB (Red+Green+Blue) = 224+162+233=619 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.19% from 619); Green value is 162 (63.67% from 255 or 26.17% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 233 - color contains mainly: blue. Hex color #E0A2E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A2E9 is #1F5D16. Grayscale: #BCBCBC. Windows color (decimal): -2055447 or 15311584. OLE color: 15311584.

HSL color Cylindrical-coordinate representation of color #E0A2E9: hue angle of 292.39º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0A2E9 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB224162233-
CMYK0.040.3000.09
HSL292.39º61.74%77.45%-
HSV(B)292.39º30.47%91.37%-
XYZ58.3747.5783.2-
YUV188.63153.04153.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.19%
GREEN value IS 162 (63.67% from 255) = 26.17%
BLUE value IS 233 (91.41% from 255) = 37.64%
R=36.19%
G=26.17%
B=37.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2241622330.040.3000.09292.3961.7477.45
HexE0A2E941E091243e4d
Octal34024235143601144476115
Binary11100000101000101110100110011110010011001001001111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A2E9; }

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

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

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

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

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

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

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

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