#E1ABE0

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

Shades of Plum #E1ABE0

Tints of Plum #E1ABE0

Color information

#E1ABE0 (or 0xE1ABE0) is unknown color: approx Plum. HEX triplet: E1, AB and E0. RGB value is (225,171,224). Sum of RGB (Red+Green+Blue) = 225+171+224=620 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.29% from 620); Green value is 171 (67.19% from 255 or 27.58% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ABE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ABE0 is #1E541F. Grayscale: #C1C1C1. Windows color (decimal): -1987616 or 14724065. OLE color: 14724065.

HSL color Cylindrical-coordinate representation of color #E1ABE0: hue angle of 301.11º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1ABE0 is Cyan = 0, Magento = 0.24, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB225171224-
CMYK00.240.000.12
HSL301.11º47.37%77.65%-
HSV(B)301.11º24%88.24%-
XYZ59.0750.5277.16-
YUV193.19145.39150.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.29%
GREEN value IS 171 (67.19% from 255) = 27.58%
BLUE value IS 224 (87.89% from 255) = 36.13%
R=36.29%
G=27.58%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517122400.240.000.12301.1147.3777.65
HexE1ABE00180C12d2f4e
Octal34125334003001445557116
Binary111000011010101111100000011000011001001011011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ABE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ABE0; }

 p { color: rgb(225,171,224); }

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

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

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

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

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

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

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