#E0ABF7

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

Shades of Mauve #E0ABF7

Tints of Mauve #E0ABF7

Color information

#E0ABF7 (or 0xE0ABF7) is unknown color: approx Mauve. HEX triplet: E0, AB and F7. RGB value is (224,171,247). Sum of RGB (Red+Green+Blue) = 224+171+247=642 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.89% from 642); Green value is 171 (67.19% from 255 or 26.64% from 642); Blue value is 247 (96.88% from 255 or 38.47% from 642); Max value from RGB is 247 - color contains mainly: blue. Hex color #E0ABF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ABF7 is #1F5408. Grayscale: #C3C3C3. Windows color (decimal): -2053129 or 16231392. OLE color: 16231392.

HSL color Cylindrical-coordinate representation of color #E0ABF7: hue angle of 281.84º 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 #E0ABF7 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB224171247-
CMYK0.090.3100.03
HSL281.84º82.61%81.96%-
HSV(B)281.84º30.77%96.86%-
XYZ62.0951.6994.7-
YUV195.51157.06148.32-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.89%
GREEN value IS 171 (67.19% from 255) = 26.64%
BLUE value IS 247 (96.88% from 255) = 38.47%
R=34.89%
G=26.64%
B=38.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2241712470.090.3100.03281.8482.6181.96
HexE0ABF791F0311a5352
Octal340253367113703432123122
Binary11100000101010111111011110011111101110001101010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ABF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ABF7; }

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

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

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

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

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

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

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

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