#E1ABE6

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

Shades of Plum #E1ABE6

Tints of Plum #E1ABE6

Color information

#E1ABE6 (or 0xE1ABE6) is unknown color: approx Plum. HEX triplet: E1, AB and E6. RGB value is (225,171,230). Sum of RGB (Red+Green+Blue) = 225+171+230=626 (82% of max value = 765). Red value is 225 (88.28% from 255 or 35.94% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 230 (90.23% from 255 or 36.74% from 626); Max value from RGB is 230 - color contains mainly: blue. Hex color #E1ABE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ABE6 is #1E5419. Grayscale: #C1C1C1. Windows color (decimal): -1987610 or 15117281. OLE color: 15117281.

HSL color Cylindrical-coordinate representation of color #E1ABE6: hue angle of 294.92º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1ABE6 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB225171230-
CMYK0.020.2600.10
HSL294.92º54.13%78.63%-
HSV(B)294.92º25.65%90.2%-
XYZ59.950.8581.52-
YUV193.87148.39150.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.94%
GREEN value IS 171 (67.19% from 255) = 27.32%
BLUE value IS 230 (90.23% from 255) = 36.74%
R=35.94%
G=27.32%
B=36.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2251712300.020.2600.10294.9254.1378.63
HexE1ABE621A0A127364f
Octal34125334623201244766117
Binary1110000110101011111001101011010010101001001111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ABE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ABE6; }

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

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

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

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

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

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

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

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