Shades of Mauve #E0AFF6
Tints of Mauve #E0AFF6
RGB
CMYK
RGB Variations
Color information
#E0AFF6 (or 0xE0AFF6) is known color: Mauve. HEX triplet: E0, AF and F6. RGB value is (224,175,246). Sum of RGB (Red+Green+Blue) = 224+175+246=645 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.73% from 645); Green value is 175 (68.75% from 255 or 27.13% from 645); Blue value is 246 (96.48% from 255 or 38.14% from 645); Max value from RGB is 246 - color contains mainly: blue. Hex color #E0AFF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AFF6 is #1F5009. Grayscale: #C5C5C5. Windows color (decimal): -2052106 or 16166880. OLE color: 16166880.
HSL color Cylindrical-coordinate representation of color #E0AFF6: hue angle of 281.41º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0AFF6 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 175 | 246 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.04 |
| HSL | 281.41º | 0.8% | 0.83% | - |
| HSV(B) | 281.41º | 0.29% | 0.96% | - |
| XYZ | 62.71 | 53.16 | 94.14 | - |
| YUV | 197.75 | 155.23 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 175 | 246 | 0.09 | 0.29 | 0 | 0.04 | 281.41 | 0.8 | 0.83 |
| Hex | E0 | AF | F6 | 9 | 1D | 0 | 4 | 119 | 50 | 53 |
| Octal | 340 | 257 | 366 | 11 | 35 | 0 | 4 | 431 | 120 | 123 |
| Binary | 11100000 | 10101111 | 11110110 | 1001 | 11101 | 0 | 100 | 100011001 | 1010000 | 1010011 |
Color Harmonies of #E0AFF6
Complementary color
Monochromatic Colors of #E0AFF6
Black with #E0AFF6
Text Example
Text Example
White with #E0AFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AFF6; }
p { color: rgb(224,175,246); }
H1.HeaderClassName
{
color: #E0AFF6;
}
.AnyTagClassName
{
color: #E0AFF6;
}
</style>
background-color css
<style>
a { background-color: #E0AFF6; }
a { background-color: rgb(224,175,246); }
div.DivClassName
{
background-color: #E0AFF6;
}
.BgClassName
{
background-color: #E0AFF6;
}
</style>
border-color css
<style>
span { border-color: #E0AFF6; }
span { border-color: rgb(224,175,246); }
td.TdClassName
{
border-color: #E0AFF6;
}
.TagClassName
{
border-color: #E0AFF6;
}
</style>