#E4ABF7

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

Shades of Mauve #E4ABF7

Tints of Mauve #E4ABF7

Color information

#E4ABF7 (or 0xE4ABF7) is unknown color: approx Mauve. HEX triplet: E4, AB and F7. RGB value is (228,171,247). Sum of RGB (Red+Green+Blue) = 228+171+247=646 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.29% from 646); Green value is 171 (67.19% from 255 or 26.47% from 646); Blue value is 247 (96.88% from 255 or 38.24% from 646); Max value from RGB is 247 - color contains mainly: blue. Hex color #E4ABF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4ABF7 is #1B5408. Grayscale: #C4C4C4. Windows color (decimal): -1790985 or 16231396. OLE color: 16231396.

HSL color Cylindrical-coordinate representation of color #E4ABF7: hue angle of 285º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E4ABF7 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB228171247-
CMYK0.080.3100.03
HSL285º82.61%81.96%-
HSV(B)285º30.77%96.86%-
XYZ63.3552.3494.76-
YUV196.71156.38150.32-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.29%
GREEN value IS 171 (67.19% from 255) = 26.47%
BLUE value IS 247 (96.88% from 255) = 38.24%
R=35.29%
G=26.47%
B=38.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2281712470.080.3100.0328582.6181.96
HexE4ABF781F0311d5352
Octal344253367103703435123122
Binary11100100101010111111011110001111101110001110110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4ABF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4ABF7; }

 p { color: rgb(228,171,247); }

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

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

 a { background-color: rgb(228,171,247); }

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

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

 span { border-color: rgb(228,171,247); }

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