#E2ABFB

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

Shades of Mauve #E2ABFB

Tints of Mauve #E2ABFB

Color information

#E2ABFB (or 0xE2ABFB) is unknown color: approx Mauve. HEX triplet: E2, AB and FB. RGB value is (226,171,251). Sum of RGB (Red+Green+Blue) = 226+171+251=648 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.88% from 648); Green value is 171 (67.19% from 255 or 26.39% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2ABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ABFB is #1D5404. Grayscale: #C4C4C4. Windows color (decimal): -1922053 or 16493538. OLE color: 16493538.

HSL color Cylindrical-coordinate representation of color #E2ABFB: hue angle of 281.25º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2ABFB is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226171251-
CMYK0.100.3200.02
HSL281.25º90.91%82.75%-
HSV(B)281.25º31.87%98.43%-
XYZ63.3452.2698.02-
YUV196.56158.72149-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.88%
GREEN value IS 171 (67.19% from 255) = 26.39%
BLUE value IS 251 (98.44% from 255) = 38.73%
R=34.88%
G=26.39%
B=38.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2261712510.100.3200.02281.2590.9182.75
HexE2ABFBA20021195b53
Octal342253373124002431133123
Binary111000101010101111111011101010000001010001100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ABFB; }

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

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

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

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

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

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

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

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