#E8ABE8

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

Shades of Plum #E8ABE8

Tints of Plum #E8ABE8

Color information

#E8ABE8 (or 0xE8ABE8) is unknown color: approx Plum. HEX triplet: E8, AB and E8. RGB value is (232,171,232). Sum of RGB (Red+Green+Blue) = 232+171+232=635 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.54% from 635); Green value is 171 (67.19% from 255 or 26.93% from 635); Blue value is 232 (91.02% from 255 or 36.54% from 635); Max value from RGB is 232 - color contains mainly: red, blue. Hex color #E8ABE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ABE8 is #175417. Grayscale: #C4C4C4. Windows color (decimal): -1528856 or 15248360. OLE color: 15248360.

HSL color Cylindrical-coordinate representation of color #E8ABE8: hue angle of 300º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E8ABE8 is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB232171232-
CMYK00.2600.09
HSL300º57.01%79.02%-
HSV(B)300º26.29%90.98%-
XYZ62.4152.1183.11-
YUV196.19148.21153.54-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.54%
GREEN value IS 171 (67.19% from 255) = 26.93%
BLUE value IS 232 (91.02% from 255) = 36.54%
R=36.54%
G=26.93%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217123200.2600.0930057.0179.02
HexE8ABE801A0912c394f
Octal35025335003201145471117
Binary111010001010101111101000011010010011001011001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8ABE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8ABE8; }

 p { color: rgb(232,171,232); }

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

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

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

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

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

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

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