#E2ABF2

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

Shades of Mauve #E2ABF2

Tints of Mauve #E2ABF2

Color information

#E2ABF2 (or 0xE2ABF2) is unknown color: approx Mauve. HEX triplet: E2, AB and F2. RGB value is (226,171,242). Sum of RGB (Red+Green+Blue) = 226+171+242=639 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.37% from 639); Green value is 171 (67.19% from 255 or 26.76% from 639); Blue value is 242 (94.92% from 255 or 37.87% from 639); Max value from RGB is 242 - color contains mainly: blue. Hex color #E2ABF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ABF2 is #1D540D. Grayscale: #C3C3C3. Windows color (decimal): -1922062 or 15903714. OLE color: 15903714.

HSL color Cylindrical-coordinate representation of color #E2ABF2: hue angle of 286.48º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E2ABF2 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB226171242-
CMYK0.070.2900.05
HSL286.48º73.2%80.98%-
HSV(B)286.48º29.34%94.9%-
XYZ61.9551.7190.72-
YUV195.54154.22149.73-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.37%
GREEN value IS 171 (67.19% from 255) = 26.76%
BLUE value IS 242 (94.92% from 255) = 37.87%
R=35.37%
G=26.76%
B=37.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2261712420.070.2900.05286.4873.280.98
HexE2ABF271D0511e4951
Octal34225336273505436111121
Binary11100010101010111111001011111101010110001111010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ABF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ABF2; }

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

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

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

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

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

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

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

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