Shades of Mauve #E0AFEC
Tints of Mauve #E0AFEC
RGB
CMYK
RGB Variations
Color information
#E0AFEC (or 0xE0AFEC) is known color: Mauve. HEX triplet: E0, AF and EC. RGB value is (224,175,236). Sum of RGB (Red+Green+Blue) = 224+175+236=635 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.28% from 635); Green value is 175 (68.75% from 255 or 27.56% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AFEC is #1F5013. Grayscale: #C4C4C4. Windows color (decimal): -2052116 or 15511520. OLE color: 15511520.
HSL color Cylindrical-coordinate representation of color #E0AFEC: hue angle of 288.2º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0AFEC is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 175 | 236 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.07 |
| HSL | 288.2º | 0.62% | 0.81% | - |
| HSV(B) | 288.2º | 0.26% | 0.93% | - |
| XYZ | 61.21 | 52.56 | 86.28 | - |
| YUV | 196.61 | 150.23 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 175 | 236 | 0.05 | 0.26 | 0 | 0.07 | 288.2 | 0.62 | 0.81 |
| Hex | E0 | AF | EC | 5 | 1A | 0 | 7 | 120 | 3E | 51 |
| Octal | 340 | 257 | 354 | 5 | 32 | 0 | 7 | 440 | 76 | 121 |
| Binary | 11100000 | 10101111 | 11101100 | 101 | 11010 | 0 | 111 | 100100000 | 111110 | 1010001 |
Color Harmonies of #E0AFEC
Complementary color
Monochromatic Colors of #E0AFEC
Black with #E0AFEC
Text Example
Text Example
White with #E0AFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AFEC; }
p { color: rgb(224,175,236); }
H1.HeaderClassName
{
color: #E0AFEC;
}
.AnyTagClassName
{
color: #E0AFEC;
}
</style>
background-color css
<style>
a { background-color: #E0AFEC; }
a { background-color: rgb(224,175,236); }
div.DivClassName
{
background-color: #E0AFEC;
}
.BgClassName
{
background-color: #E0AFEC;
}
</style>
border-color css
<style>
span { border-color: #E0AFEC; }
span { border-color: rgb(224,175,236); }
td.TdClassName
{
border-color: #E0AFEC;
}
.TagClassName
{
border-color: #E0AFEC;
}
</style>