#E5AFFA

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

Shades of Mauve #E5AFFA

Tints of Mauve #E5AFFA

Color information

#E5AFFA (or 0xE5AFFA) is unknown color: approx Mauve. HEX triplet: E5, AF and FA. RGB value is (229,175,250). Sum of RGB (Red+Green+Blue) = 229+175+250=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 175 (68.75% from 255 or 26.76% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5AFFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AFFA is #1A5005. Grayscale: #C7C7C7. Windows color (decimal): -1724422 or 16429029. OLE color: 16429029.

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

Color convert

RGB229175250-
CMYK0.080.300.02
HSL283.2º88.24%83.33%-
HSV(B)283.2º30%98.04%-
XYZ64.954.2297.49-
YUV199.7156.39148.9-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.02%
GREEN value IS 175 (68.75% from 255) = 26.76%
BLUE value IS 250 (98.05% from 255) = 38.23%
R=35.02%
G=26.76%
B=38.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2291752500.080.300.02283.288.2483.33
HexE5AFFA81E0211b5853
Octal345257372103602433130123
Binary11100101101011111111101010001111001010001101110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AFFA; }

 p { color: rgb(229,175,250); }

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

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

 a { background-color: rgb(229,175,250); }

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

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

 span { border-color: rgb(229,175,250); }

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