#E2ABEF

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

Shades of Mauve #E2ABEF

Tints of Mauve #E2ABEF

Color information

#E2ABEF (or 0xE2ABEF) is unknown color: approx Mauve. HEX triplet: E2, AB and EF. RGB value is (226,171,239). Sum of RGB (Red+Green+Blue) = 226+171+239=636 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.53% from 636); Green value is 171 (67.19% from 255 or 26.89% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2ABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ABEF is #1D5410. Grayscale: #C2C2C2. Windows color (decimal): -1922065 or 15707106. OLE color: 15707106.

HSL color Cylindrical-coordinate representation of color #E2ABEF: hue angle of 288.53º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E2ABEF is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB226171239-
CMYK0.050.2800.06
HSL288.53º68%80.39%-
HSV(B)288.53º28.45%93.73%-
XYZ61.5151.5388.37-
YUV195.2152.72149.97-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.53%
GREEN value IS 171 (67.19% from 255) = 26.89%
BLUE value IS 239 (93.75% from 255) = 37.58%
R=35.53%
G=26.89%
B=37.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2261712390.050.2800.06288.536880.39
HexE2ABEF51C061214450
Octal34225335753406441104120
Binary11100010101010111110111110111100011010010000110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ABEF; }

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

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

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

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

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

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

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

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