Shades of Mauve #E5AFF2
Tints of Mauve #E5AFF2
RGB
CMYK
RGB Variations
Color information
#E5AFF2 (or 0xE5AFF2) is known color: Mauve. HEX triplet: E5, AF and F2. RGB value is (229,175,242). Sum of RGB (Red+Green+Blue) = 229+175+242=646 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.45% from 646); Green value is 175 (68.75% from 255 or 27.09% from 646); Blue value is 242 (94.92% from 255 or 37.46% from 646); Max value from RGB is 242 - color contains mainly: blue. Hex color #E5AFF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AFF2 is #1A500D. Grayscale: #C6C6C6. Windows color (decimal): -1724430 or 15904741. OLE color: 15904741.
HSL color Cylindrical-coordinate representation of color #E5AFF2: hue angle of 288.36º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5AFF2 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 175 | 242 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.05 |
| HSL | 288.36º | 0.72% | 0.82% | - |
| HSV(B) | 288.36º | 0.28% | 0.95% | - |
| XYZ | 63.67 | 53.73 | 91.02 | - |
| YUV | 198.78 | 152.39 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 242 | 0.05 | 0.28 | 0 | 0.05 | 288.36 | 0.72 | 0.82 |
| Hex | E5 | AF | F2 | 5 | 1C | 0 | 5 | 120 | 48 | 52 |
| Octal | 345 | 257 | 362 | 5 | 34 | 0 | 5 | 440 | 110 | 122 |
| Binary | 11100101 | 10101111 | 11110010 | 101 | 11100 | 0 | 101 | 100100000 | 1001000 | 1010010 |
Color Harmonies of #E5AFF2
Complementary color
Monochromatic Colors of #E5AFF2
Black with #E5AFF2
Text Example
Text Example
White with #E5AFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AFF2; }
p { color: rgb(229,175,242); }
H1.HeaderClassName
{
color: #E5AFF2;
}
.AnyTagClassName
{
color: #E5AFF2;
}
</style>
background-color css
<style>
a { background-color: #E5AFF2; }
a { background-color: rgb(229,175,242); }
div.DivClassName
{
background-color: #E5AFF2;
}
.BgClassName
{
background-color: #E5AFF2;
}
</style>
border-color css
<style>
span { border-color: #E5AFF2; }
span { border-color: rgb(229,175,242); }
td.TdClassName
{
border-color: #E5AFF2;
}
.TagClassName
{
border-color: #E5AFF2;
}
</style>