#E9A0E8

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

Shades of Plum #E9A0E8

Tints of Plum #E9A0E8

Color information

#E9A0E8 (or 0xE9A0E8) is unknown color: approx Plum. HEX triplet: E9, A0 and E8. RGB value is (233,160,232). Sum of RGB (Red+Green+Blue) = 233+160+232=625 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.28% from 625); Green value is 160 (62.89% from 255 or 25.6% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A0E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9A0E8 is #165F17. Grayscale: #BDBDBD. Windows color (decimal): -1466136 or 15245545. OLE color: 15245545.

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

Color convert

RGB233160232-
CMYK00.310.000.09
HSL300.82º62.39%77.06%-
HSV(B)300.82º31.33%91.37%-
XYZ60.7448.2982.46-
YUV190.04151.68158.65-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.28%
GREEN value IS 160 (62.89% from 255) = 25.6%
BLUE value IS 232 (91.02% from 255) = 37.12%
R=37.28%
G=25.6%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316023200.310.000.09300.8262.3977.06
HexE9A0E801F0912d3e4d
Octal35124035003701145576115
Binary111010011010000011101000011111010011001011011111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A0E8; }

 p { color: rgb(233,160,232); }

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

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

 a { background-color: rgb(233,160,232); }

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

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

 span { border-color: rgb(233,160,232); }

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