#E8ABE5

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

Shades of Plum #E8ABE5

Tints of Plum #E8ABE5

Color information

#E8ABE5 (or 0xE8ABE5) is unknown color: approx Plum. HEX triplet: E8, AB and E5. RGB value is (232,171,229). Sum of RGB (Red+Green+Blue) = 232+171+229=632 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.71% from 632); Green value is 171 (67.19% from 255 or 27.06% from 632); Blue value is 229 (89.84% from 255 or 36.23% from 632); Max value from RGB is 232 - color contains mainly: red. Hex color #E8ABE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8ABE5 is #17541A. Grayscale: #C3C3C3. Windows color (decimal): -1528859 or 15051752. OLE color: 15051752.

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

Color convert

RGB232171229-
CMYK00.260.010.09
HSL302.95º57.01%79.02%-
HSV(B)302.95º26.29%90.98%-
XYZ61.9851.9480.89-
YUV195.85146.71153.78-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.71%
GREEN value IS 171 (67.19% from 255) = 27.06%
BLUE value IS 229 (89.84% from 255) = 36.23%
R=36.71%
G=27.06%
B=36.23%

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
Decimal23217122900.260.010.09302.9557.0179.02
HexE8ABE501A1912f394f
Octal35025334503211145771117
Binary111010001010101111100101011010110011001011111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8ABE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8ABE5; }

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

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

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

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

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

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

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

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