#E8ABFA

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

Shades of Mauve #E8ABFA

Tints of Mauve #E8ABFA

Color information

#E8ABFA (or 0xE8ABFA) is unknown color: approx Mauve. HEX triplet: E8, AB and FA. RGB value is (232,171,250). Sum of RGB (Red+Green+Blue) = 232+171+250=653 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.53% from 653); Green value is 171 (67.19% from 255 or 26.19% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8ABFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ABFA is #175405. Grayscale: #C5C5C5. Windows color (decimal): -1528838 or 16428008. OLE color: 16428008.

HSL color Cylindrical-coordinate representation of color #E8ABFA: hue angle of 286.33º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E8ABFA is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB232171250-
CMYK0.070.3200.02
HSL286.33º88.76%82.55%-
HSV(B)286.33º31.6%98.04%-
XYZ65.153.1897.28-
YUV198.24157.21152.08-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.53%
GREEN value IS 171 (67.19% from 255) = 26.19%
BLUE value IS 250 (98.05% from 255) = 38.28%
R=35.53%
G=26.19%
B=38.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2321712500.070.3200.02286.3388.7682.55
HexE8ABFA7200211e5953
Octal35025337274002436131123
Binary11101000101010111111101011110000001010001111010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8ABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8ABFA; }

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

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

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

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

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

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

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

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