#E8A2E6

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

Shades of Plum #E8A2E6

Tints of Plum #E8A2E6

Color information

#E8A2E6 (or 0xE8A2E6) is unknown color: approx Plum. HEX triplet: E8, A2 and E6. RGB value is (232,162,230). Sum of RGB (Red+Green+Blue) = 232+162+230=624 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.18% from 624); Green value is 162 (63.67% from 255 or 25.96% from 624); Blue value is 230 (90.23% from 255 or 36.86% from 624); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A2E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A2E6 is #175D19. Grayscale: #BEBEBE. Windows color (decimal): -1531162 or 15114984. OLE color: 15114984.

HSL color Cylindrical-coordinate representation of color #E8A2E6: hue angle of 301.71º degrees, saturation: 0.6, 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 #E8A2E6 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB232162230-
CMYK00.300.010.09
HSL301.71º60.34%77.25%-
HSV(B)301.71º30.17%90.98%-
XYZ60.4848.7181.08-
YUV190.68150.19157.47-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.18%
GREEN value IS 162 (63.67% from 255) = 25.96%
BLUE value IS 230 (90.23% from 255) = 36.86%
R=37.18%
G=25.96%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216223000.300.010.09301.7160.3477.25
HexE8A2E601E1912e3c4d
Octal35024234603611145674115
Binary111010001010001011100110011110110011001011101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A2E6; }

 p { color: rgb(232,162,230); }

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

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

 a { background-color: rgb(232,162,230); }

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

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

 span { border-color: rgb(232,162,230); }

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