#E2ABF0

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

Shades of Mauve #E2ABF0

Tints of Mauve #E2ABF0

Color information

#E2ABF0 (or 0xE2ABF0) is unknown color: approx Mauve. HEX triplet: E2, AB and F0. RGB value is (226,171,240). Sum of RGB (Red+Green+Blue) = 226+171+240=637 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.48% from 637); Green value is 171 (67.19% from 255 or 26.84% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 240 - color contains mainly: blue. Hex color #E2ABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ABF0 is #1D540F. Grayscale: #C3C3C3. Windows color (decimal): -1922064 or 15772642. OLE color: 15772642.

HSL color Cylindrical-coordinate representation of color #E2ABF0: hue angle of 287.83º 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 #E2ABF0 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB226171240-
CMYK0.060.2900.06
HSL287.83º69.7%80.59%-
HSV(B)287.83º28.75%94.12%-
XYZ61.6651.5989.15-
YUV195.31153.22149.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.48%
GREEN value IS 171 (67.19% from 255) = 26.84%
BLUE value IS 240 (94.14% from 255) = 37.68%
R=35.48%
G=26.84%
B=37.68%

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
Decimal2261712400.060.2900.06287.8369.780.59
HexE2ABF061D061204651
Octal34225336063506440106121
Binary11100010101010111111000011011101011010010000010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ABF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ABF0; }

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

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

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

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

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

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

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

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