#E8ABE6

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

Shades of Plum #E8ABE6

Tints of Plum #E8ABE6

Color information

#E8ABE6 (or 0xE8ABE6) is unknown color: approx Plum. HEX triplet: E8, AB and E6. RGB value is (232,171,230). Sum of RGB (Red+Green+Blue) = 232+171+230=633 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.65% from 633); Green value is 171 (67.19% from 255 or 27.01% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 232 - color contains mainly: red. Hex color #E8ABE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ABE6 is #175419. Grayscale: #C3C3C3. Windows color (decimal): -1528858 or 15117288. OLE color: 15117288.

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

Color convert

RGB232171230-
CMYK00.260.010.09
HSL301.97º57.01%79.02%-
HSV(B)301.97º26.29%90.98%-
XYZ62.1251.9981.62-
YUV195.96147.21153.7-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.65%
GREEN value IS 171 (67.19% from 255) = 27.01%
BLUE value IS 230 (90.23% from 255) = 36.33%
R=36.65%
G=27.01%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217123000.260.010.09301.9757.0179.02
HexE8ABE601A1912e394f
Octal35025334603211145671117
Binary111010001010101111100110011010110011001011101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8ABE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8ABE6; }

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

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

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

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

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

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

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

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