Shades of Mauve #E5AFF0
Tints of Mauve #E5AFF0
RGB
CMYK
RGB Variations
Color information
#E5AFF0 (or 0xE5AFF0) is known color: Mauve. HEX triplet: E5, AF and F0. RGB value is (229,175,240). Sum of RGB (Red+Green+Blue) = 229+175+240=644 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.56% from 644); Green value is 175 (68.75% from 255 or 27.17% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 240 - color contains mainly: blue. Hex color #E5AFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AFF0 is #1A500F. Grayscale: #C6C6C6. Windows color (decimal): -1724432 or 15773669. OLE color: 15773669.
HSL color Cylindrical-coordinate representation of color #E5AFF0: hue angle of 289.85º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5AFF0 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 175 | 240 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.06 |
| HSL | 289.85º | 0.68% | 0.81% | - |
| HSV(B) | 289.85º | 0.27% | 0.94% | - |
| XYZ | 63.37 | 53.61 | 89.45 | - |
| YUV | 198.56 | 151.39 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 240 | 0.05 | 0.27 | 0 | 0.06 | 289.85 | 0.68 | 0.81 |
| Hex | E5 | AF | F0 | 5 | 1B | 0 | 6 | 122 | 44 | 51 |
| Octal | 345 | 257 | 360 | 5 | 33 | 0 | 6 | 442 | 104 | 121 |
| Binary | 11100101 | 10101111 | 11110000 | 101 | 11011 | 0 | 110 | 100100010 | 1000100 | 1010001 |
Color Harmonies of #E5AFF0
Complementary color
Monochromatic Colors of #E5AFF0
Black with #E5AFF0
Text Example
Text Example
White with #E5AFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AFF0; }
p { color: rgb(229,175,240); }
H1.HeaderClassName
{
color: #E5AFF0;
}
.AnyTagClassName
{
color: #E5AFF0;
}
</style>
background-color css
<style>
a { background-color: #E5AFF0; }
a { background-color: rgb(229,175,240); }
div.DivClassName
{
background-color: #E5AFF0;
}
.BgClassName
{
background-color: #E5AFF0;
}
</style>
border-color css
<style>
span { border-color: #E5AFF0; }
span { border-color: rgb(229,175,240); }
td.TdClassName
{
border-color: #E5AFF0;
}
.TagClassName
{
border-color: #E5AFF0;
}
</style>