#E8A5FC

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

Shades of Mauve #E8A5FC

Tints of Mauve #E8A5FC

Color information

#E8A5FC (or 0xE8A5FC) is unknown color: approx Mauve. HEX triplet: E8, A5 and FC. RGB value is (232,165,252). Sum of RGB (Red+Green+Blue) = 232+165+252=649 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.75% from 649); Green value is 165 (64.84% from 255 or 25.42% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8A5FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A5FC is #175A03. Grayscale: #C2C2C2. Windows color (decimal): -1530372 or 16557544. OLE color: 16557544.

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

Color convert

RGB232165252-
CMYK0.080.3500.01
HSL286.21º93.55%81.76%-
HSV(B)286.21º34.52%98.82%-
XYZ64.351.0998.57-
YUV194.95160.2154.43-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.75%
GREEN value IS 165 (64.84% from 255) = 25.42%
BLUE value IS 252 (98.83% from 255) = 38.83%
R=35.75%
G=25.42%
B=38.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2321652520.080.3500.01286.2193.5581.76
HexE8A5FC8230111e5e52
Octal350245374104301436136122
Binary11101000101001011111110010001000110110001111010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A5FC; }

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

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

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

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

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

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

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

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