Shades of Mauve #E5AFF5
Tints of Mauve #E5AFF5
RGB
CMYK
RGB Variations
Color information
#E5AFF5 (or 0xE5AFF5) is known color: Mauve. HEX triplet: E5, AF and F5. RGB value is (229,175,245). Sum of RGB (Red+Green+Blue) = 229+175+245=649 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.29% from 649); Green value is 175 (68.75% from 255 or 26.96% from 649); Blue value is 245 (96.09% from 255 or 37.75% from 649); Max value from RGB is 245 - color contains mainly: blue. Hex color #E5AFF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AFF5 is #1A500A. Grayscale: #C6C6C6. Windows color (decimal): -1724427 or 16101349. OLE color: 16101349.
HSL color Cylindrical-coordinate representation of color #E5AFF5: hue angle of 286.29º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5AFF5 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 175 | 245 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.04 |
| HSL | 286.29º | 0.78% | 0.82% | - |
| HSV(B) | 286.29º | 0.29% | 0.96% | - |
| XYZ | 64.12 | 53.91 | 93.41 | - |
| YUV | 199.13 | 153.89 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 245 | 0.07 | 0.29 | 0 | 0.04 | 286.29 | 0.78 | 0.82 |
| Hex | E5 | AF | F5 | 7 | 1D | 0 | 4 | 11E | 4E | 52 |
| Octal | 345 | 257 | 365 | 7 | 35 | 0 | 4 | 436 | 116 | 122 |
| Binary | 11100101 | 10101111 | 11110101 | 111 | 11101 | 0 | 100 | 100011110 | 1001110 | 1010010 |
Color Harmonies of #E5AFF5
Complementary color
Monochromatic Colors of #E5AFF5
Black with #E5AFF5
Text Example
Text Example
White with #E5AFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AFF5; }
p { color: rgb(229,175,245); }
H1.HeaderClassName
{
color: #E5AFF5;
}
.AnyTagClassName
{
color: #E5AFF5;
}
</style>
background-color css
<style>
a { background-color: #E5AFF5; }
a { background-color: rgb(229,175,245); }
div.DivClassName
{
background-color: #E5AFF5;
}
.BgClassName
{
background-color: #E5AFF5;
}
</style>
border-color css
<style>
span { border-color: #E5AFF5; }
span { border-color: rgb(229,175,245); }
td.TdClassName
{
border-color: #E5AFF5;
}
.TagClassName
{
border-color: #E5AFF5;
}
</style>