#E8ABF6

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

Shades of Mauve #E8ABF6

Tints of Mauve #E8ABF6

Color information

#E8ABF6 (or 0xE8ABF6) is unknown color: approx Mauve. HEX triplet: E8, AB and F6. RGB value is (232,171,246). Sum of RGB (Red+Green+Blue) = 232+171+246=649 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.75% from 649); Green value is 171 (67.19% from 255 or 26.35% from 649); Blue value is 246 (96.48% from 255 or 37.90% from 649); Max value from RGB is 246 - color contains mainly: blue. Hex color #E8ABF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ABF6 is #175409. Grayscale: #C5C5C5. Windows color (decimal): -1528842 or 16165864. OLE color: 16165864.

HSL color Cylindrical-coordinate representation of color #E8ABF6: hue angle of 288.8º 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 #E8ABF6 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB232171246-
CMYK0.060.3000.04
HSL288.8º80.65%81.76%-
HSV(B)288.8º30.49%96.47%-
XYZ64.4852.9494.01-
YUV197.79155.21152.4-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.75%
GREEN value IS 171 (67.19% from 255) = 26.35%
BLUE value IS 246 (96.48% from 255) = 37.90%
R=35.75%
G=26.35%
B=37.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2321712460.060.3000.04288.880.6581.76
HexE8ABF661E041215152
Octal35025336663604441121122
Binary11101000101010111111011011011110010010010000110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8ABF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8ABF6; }

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

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

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

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

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

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

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

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