#E0A4E9

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

Shades of Plum #E0A4E9

Tints of Plum #E0A4E9

Color information

#E0A4E9 (or 0xE0A4E9) is unknown color: approx Plum. HEX triplet: E0, A4 and E9. RGB value is (224,164,233). Sum of RGB (Red+Green+Blue) = 224+164+233=621 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.07% from 621); Green value is 164 (64.45% from 255 or 26.41% from 621); Blue value is 233 (91.41% from 255 or 37.52% from 621); Max value from RGB is 233 - color contains mainly: blue. Hex color #E0A4E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A4E9 is #1F5B16. Grayscale: #BDBDBD. Windows color (decimal): -2054935 or 15312096. OLE color: 15312096.

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

Color convert

RGB224164233-
CMYK0.040.3000.09
HSL292.17º61.06%77.84%-
HSV(B)292.17º29.61%91.37%-
XYZ58.7248.2883.31-
YUV189.81152.38152.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.07%
GREEN value IS 164 (64.45% from 255) = 26.41%
BLUE value IS 233 (91.41% from 255) = 37.52%
R=36.07%
G=26.41%
B=37.52%

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
Decimal2241642330.040.3000.09292.1761.0677.84
HexE0A4E941E091243d4e
Octal34024435143601144475116
Binary11100000101001001110100110011110010011001001001111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A4E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A4E9; }

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

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

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

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

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

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

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

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