#E0ABF9

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

Shades of Mauve #E0ABF9

Tints of Mauve #E0ABF9

Color information

#E0ABF9 (or 0xE0ABF9) is unknown color: approx Mauve. HEX triplet: E0, AB and F9. RGB value is (224,171,249). Sum of RGB (Red+Green+Blue) = 224+171+249=644 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.78% from 644); Green value is 171 (67.19% from 255 or 26.55% from 644); Blue value is 249 (97.66% from 255 or 38.66% from 644); Max value from RGB is 249 - color contains mainly: blue. Hex color #E0ABF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ABF9 is #1F5406. Grayscale: #C3C3C3. Windows color (decimal): -2053127 or 16362464. OLE color: 16362464.

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

Color convert

RGB224171249-
CMYK0.100.3100.02
HSL280.77º86.67%82.35%-
HSV(B)280.77º31.33%97.65%-
XYZ62.451.8196.33-
YUV195.74158.06148.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.78%
GREEN value IS 171 (67.19% from 255) = 26.55%
BLUE value IS 249 (97.66% from 255) = 38.66%
R=34.78%
G=26.55%
B=38.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2241712490.100.3100.02280.7786.6782.35
HexE0ABF9A1F021195752
Octal340253371123702431127122
Binary11100000101010111111100110101111101010001100110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ABF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ABF9; }

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

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

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

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

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

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

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

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