#E1ABF0

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

Shades of Mauve #E1ABF0

Tints of Mauve #E1ABF0

Color information

#E1ABF0 (or 0xE1ABF0) is unknown color: approx Mauve. HEX triplet: E1, AB and F0. RGB value is (225,171,240). Sum of RGB (Red+Green+Blue) = 225+171+240=636 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.38% from 636); Green value is 171 (67.19% from 255 or 26.89% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #E1ABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ABF0 is #1E540F. Grayscale: #C2C2C2. Windows color (decimal): -1987600 or 15772641. OLE color: 15772641.

HSL color Cylindrical-coordinate representation of color #E1ABF0: hue angle of 286.96º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1ABF0 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB225171240-
CMYK0.060.2900.06
HSL286.96º69.7%80.59%-
HSV(B)286.96º28.75%94.12%-
XYZ61.3451.4289.13-
YUV195.01153.39149.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.38%
GREEN value IS 171 (67.19% from 255) = 26.89%
BLUE value IS 240 (94.14% from 255) = 37.74%
R=35.38%
G=26.89%
B=37.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2251712400.060.2900.06286.9669.780.59
HexE1ABF061D0611f4651
Octal34125336063506437106121
Binary11100001101010111111000011011101011010001111110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ABF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ABF0; }

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

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

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

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

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

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

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

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