#E8A8FE

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

Shades of Mauve #E8A8FE

Tints of Mauve #E8A8FE

Color information

#E8A8FE (or 0xE8A8FE) is unknown color: approx Mauve. HEX triplet: E8, A8 and FE. RGB value is (232,168,254). Sum of RGB (Red+Green+Blue) = 232+168+254=654 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.47% from 654); Green value is 168 (66.02% from 255 or 25.69% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8A8FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A8FE is #175701. Grayscale: #C4C4C4. Windows color (decimal): -1529602 or 16689384. OLE color: 16689384.

HSL color Cylindrical-coordinate representation of color #E8A8FE: hue angle of 284.65º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E8A8FE is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB232168254-
CMYK0.090.3400.00
HSL284.65º97.73%82.75%-
HSV(B)284.65º33.86%99.61%-
XYZ65.1752.32100.43-
YUV196.94160.2153.01-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.47%
GREEN value IS 168 (66.02% from 255) = 25.69%
BLUE value IS 254 (99.61% from 255) = 38.84%
R=35.47%
G=25.69%
B=38.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2321682540.090.3400.00284.6597.7382.75
HexE8A8FE9220011d6253
Octal350250376114200435142123
Binary11101000101010001111111010011000100010001110111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A8FE; }

 p { color: rgb(232,168,254); }

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

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

 a { background-color: rgb(232,168,254); }

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

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

 span { border-color: rgb(232,168,254); }

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