#E5A8FF

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

Shades of Mauve #E5A8FF

Tints of Mauve #E5A8FF

Color information

#E5A8FF (or 0xE5A8FF) is unknown color: approx Mauve. HEX triplet: E5, A8 and FF. RGB value is (229,168,255). Sum of RGB (Red+Green+Blue) = 229+168+255=652 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.12% from 652); Green value is 168 (66.02% from 255 or 25.77% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5A8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A8FF is #1A5700. Grayscale: #C3C3C3. Windows color (decimal): -1726209 or 16754917. OLE color: 16754917.

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

Color convert

RGB229168255-
CMYK0.100.3400
HSL282.07º100%82.94%-
HSV(B)282.07º34.12%100%-
XYZ64.3751.88101.23-
YUV196.16161.21151.43-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.12%
GREEN value IS 168 (66.02% from 255) = 25.77%
BLUE value IS 255 (100% from 255) = 39.11%
R=35.12%
G=25.77%
B=39.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2291682550.100.3400282.0710082.94
HexE5A8FFA220011a6453
Octal345250377124200432144123
Binary11100101101010001111111110101000100010001101011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A8FF; }

 p { color: rgb(229,168,255); }

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

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

 a { background-color: rgb(229,168,255); }

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

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

 span { border-color: rgb(229,168,255); }

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