#E8A0E9

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

Shades of Plum #E8A0E9

Tints of Plum #E8A0E9

Color information

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

HSL color Cylindrical-coordinate representation of color #E8A0E9: hue angle of 299.18º 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 #E8A0E9 is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB232160233-
CMYK0.000.3100.09
HSL299.18º62.39%77.06%-
HSV(B)299.18º31.33%91.37%-
XYZ60.5648.1883.2-
YUV189.85152.35158.06-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321602330.000.3100.09299.1862.3977.06
HexE8A0E901F0912b3e4d
Octal35024035103701145376115
Binary111010001010000011101001011111010011001010111111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A0E9; }

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

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

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

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

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

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

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

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