#E5AFFF

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

Shades of Mauve #E5AFFF

Tints of Mauve #E5AFFF

Color information

#E5AFFF (or 0xE5AFFF) is unknown color: approx Mauve. HEX triplet: E5, AF and FF. RGB value is (229,175,255). Sum of RGB (Red+Green+Blue) = 229+175+255=659 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.75% from 659); Green value is 175 (68.75% from 255 or 26.56% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5AFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AFFF is #1A5000. Grayscale: #C8C8C8. Windows color (decimal): -1724417 or 16756709. OLE color: 16756709.

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

Color convert

RGB229175255-
CMYK0.100.3100
HSL280.5º100%84.31%-
HSV(B)280.5º31.37%100%-
XYZ65.6954.54101.67-
YUV200.27158.89148.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.75%
GREEN value IS 175 (68.75% from 255) = 26.56%
BLUE value IS 255 (100% from 255) = 38.69%
R=34.75%
G=26.56%
B=38.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2291752550.100.3100280.510084.31
HexE5AFFFA1F001186454
Octal345257377123700430144124
Binary1110010110101111111111111010111110010001100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AFFF; }

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

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

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

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

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

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

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

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