#E0ABF6

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

Shades of Mauve #E0ABF6

Tints of Mauve #E0ABF6

Color information

#E0ABF6 (or 0xE0ABF6) is unknown color: approx Mauve. HEX triplet: E0, AB and F6. RGB value is (224,171,246). Sum of RGB (Red+Green+Blue) = 224+171+246=641 (84% of max value = 765). Red value is 224 (87.89% from 255 or 34.95% from 641); Green value is 171 (67.19% from 255 or 26.68% from 641); Blue value is 246 (96.48% from 255 or 38.38% from 641); Max value from RGB is 246 - color contains mainly: blue. Hex color #E0ABF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ABF6 is #1F5409. Grayscale: #C3C3C3. Windows color (decimal): -2053130 or 16165856. OLE color: 16165856.

HSL color Cylindrical-coordinate representation of color #E0ABF6: hue angle of 282.4º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0ABF6 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB224171246-
CMYK0.090.3000.04
HSL282.4º80.65%81.76%-
HSV(B)282.4º30.49%96.47%-
XYZ61.9451.6393.89-
YUV195.4156.56148.4-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.95%
GREEN value IS 171 (67.19% from 255) = 26.68%
BLUE value IS 246 (96.48% from 255) = 38.38%
R=34.95%
G=26.68%
B=38.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2241712460.090.3000.04282.480.6581.76
HexE0ABF691E0411a5152
Octal340253366113604432121122
Binary111000001010101111110110100111110010010001101010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ABF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ABF6; }

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

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

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

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

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

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

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

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