Shades of Mauve #E0AFFE
Tints of Mauve #E0AFFE
RGB
CMYK
RGB Variations
Color information
#E0AFFE (or 0xE0AFFE) is known color: Mauve. HEX triplet: E0, AF and FE. RGB value is (224,175,254). Sum of RGB (Red+Green+Blue) = 224+175+254=653 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.30% from 653); Green value is 175 (68.75% from 255 or 26.80% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0AFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AFFE is #1F5001. Grayscale: #C6C6C6. Windows color (decimal): -2052098 or 16691168. OLE color: 16691168.
HSL color Cylindrical-coordinate representation of color #E0AFFE: hue angle of 277.22º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0AFFE is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 175 | 254 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.00 |
| HSL | 277.22º | 0.98% | 0.84% | - |
| HSV(B) | 277.22º | 0.31% | 1% | - |
| XYZ | 63.96 | 53.66 | 100.75 | - |
| YUV | 198.66 | 159.23 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 175 | 254 | 0.12 | 0.31 | 0 | 0.00 | 277.22 | 0.98 | 0.84 |
| Hex | E0 | AF | FE | C | 1F | 0 | 0 | 115 | 62 | 54 |
| Octal | 340 | 257 | 376 | 14 | 37 | 0 | 0 | 425 | 142 | 124 |
| Binary | 11100000 | 10101111 | 11111110 | 1100 | 11111 | 0 | 0 | 100010101 | 1100010 | 1010100 |
Color Harmonies of #E0AFFE
Complementary color
Monochromatic Colors of #E0AFFE
Black with #E0AFFE
Text Example
Text Example
White with #E0AFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AFFE; }
p { color: rgb(224,175,254); }
H1.HeaderClassName
{
color: #E0AFFE;
}
.AnyTagClassName
{
color: #E0AFFE;
}
</style>
background-color css
<style>
a { background-color: #E0AFFE; }
a { background-color: rgb(224,175,254); }
div.DivClassName
{
background-color: #E0AFFE;
}
.BgClassName
{
background-color: #E0AFFE;
}
</style>
border-color css
<style>
span { border-color: #E0AFFE; }
span { border-color: rgb(224,175,254); }
td.TdClassName
{
border-color: #E0AFFE;
}
.TagClassName
{
border-color: #E0AFFE;
}
</style>