#E8ABFC

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

Shades of Mauve #E8ABFC

Tints of Mauve #E8ABFC

Color information

#E8ABFC (or 0xE8ABFC) is unknown color: approx Mauve. HEX triplet: E8, AB and FC. RGB value is (232,171,252). Sum of RGB (Red+Green+Blue) = 232+171+252=655 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.42% from 655); Green value is 171 (67.19% from 255 or 26.11% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8ABFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ABFC is #175403. Grayscale: #C6C6C6. Windows color (decimal): -1528836 or 16559080. OLE color: 16559080.

HSL color Cylindrical-coordinate representation of color #E8ABFC: hue angle of 285.19º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E8ABFC is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB232171252-
CMYK0.080.3200.01
HSL285.19º93.1%82.94%-
HSV(B)285.19º32.14%98.82%-
XYZ65.4153.3198.94-
YUV198.47158.21151.91-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.42%
GREEN value IS 171 (67.19% from 255) = 26.11%
BLUE value IS 252 (98.83% from 255) = 38.47%
R=35.42%
G=26.11%
B=38.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2321712520.080.3200.01285.1993.182.94
HexE8ABFC8200111d5d53
Octal350253374104001435135123
Binary11101000101010111111110010001000000110001110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8ABFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8ABFC; }

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

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

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

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

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

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

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

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