Shades of Mauve #E4AFF0
Tints of Mauve #E4AFF0
RGB
CMYK
RGB Variations
Color information
#E4AFF0 (or 0xE4AFF0) is known color: Mauve. HEX triplet: E4, AF and F0. RGB value is (228,175,240). Sum of RGB (Red+Green+Blue) = 228+175+240=643 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.46% from 643); Green value is 175 (68.75% from 255 or 27.22% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #E4AFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4AFF0 is #1B500F. Grayscale: #C6C6C6. Windows color (decimal): -1789968 or 15773668. OLE color: 15773668.
HSL color Cylindrical-coordinate representation of color #E4AFF0: hue angle of 288.92º 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 #E4AFF0 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 175 | 240 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.06 |
| HSL | 288.92º | 0.68% | 0.81% | - |
| HSV(B) | 288.92º | 0.27% | 0.94% | - |
| XYZ | 63.05 | 53.45 | 89.43 | - |
| YUV | 198.26 | 151.56 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 175 | 240 | 0.05 | 0.27 | 0 | 0.06 | 288.92 | 0.68 | 0.81 |
| Hex | E4 | AF | F0 | 5 | 1B | 0 | 6 | 121 | 44 | 51 |
| Octal | 344 | 257 | 360 | 5 | 33 | 0 | 6 | 441 | 104 | 121 |
| Binary | 11100100 | 10101111 | 11110000 | 101 | 11011 | 0 | 110 | 100100001 | 1000100 | 1010001 |
Color Harmonies of #E4AFF0
Complementary color
Monochromatic Colors of #E4AFF0
Black with #E4AFF0
Text Example
Text Example
White with #E4AFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AFF0; }
p { color: rgb(228,175,240); }
H1.HeaderClassName
{
color: #E4AFF0;
}
.AnyTagClassName
{
color: #E4AFF0;
}
</style>
background-color css
<style>
a { background-color: #E4AFF0; }
a { background-color: rgb(228,175,240); }
div.DivClassName
{
background-color: #E4AFF0;
}
.BgClassName
{
background-color: #E4AFF0;
}
</style>
border-color css
<style>
span { border-color: #E4AFF0; }
span { border-color: rgb(228,175,240); }
td.TdClassName
{
border-color: #E4AFF0;
}
.TagClassName
{
border-color: #E4AFF0;
}
</style>