Shades of Mauve #E5AFFC
Tints of Mauve #E5AFFC
RGB
CMYK
RGB Variations
Color information
#E5AFFC (or 0xE5AFFC) is known color: Mauve. HEX triplet: E5, AF and FC. RGB value is (229,175,252). Sum of RGB (Red+Green+Blue) = 229+175+252=656 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.91% from 656); Green value is 175 (68.75% from 255 or 26.68% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5AFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AFFC is #1A5003. Grayscale: #C7C7C7. Windows color (decimal): -1724420 or 16560101. OLE color: 16560101.
HSL color Cylindrical-coordinate representation of color #E5AFFC: hue angle of 282.08º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E5AFFC is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 175 | 252 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.01 |
| HSL | 282.08º | 0.93% | 0.84% | - |
| HSV(B) | 282.08º | 0.31% | 0.99% | - |
| XYZ | 65.21 | 54.35 | 99.15 | - |
| YUV | 199.92 | 157.39 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 252 | 0.09 | 0.31 | 0 | 0.01 | 282.08 | 0.93 | 0.84 |
| Hex | E5 | AF | FC | 9 | 1F | 0 | 1 | 11A | 5D | 54 |
| Octal | 345 | 257 | 374 | 11 | 37 | 0 | 1 | 432 | 135 | 124 |
| Binary | 11100101 | 10101111 | 11111100 | 1001 | 11111 | 0 | 1 | 100011010 | 1011101 | 1010100 |
Color Harmonies of #E5AFFC
Complementary color
Monochromatic Colors of #E5AFFC
Black with #E5AFFC
Text Example
Text Example
White with #E5AFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AFFC; }
p { color: rgb(229,175,252); }
H1.HeaderClassName
{
color: #E5AFFC;
}
.AnyTagClassName
{
color: #E5AFFC;
}
</style>
background-color css
<style>
a { background-color: #E5AFFC; }
a { background-color: rgb(229,175,252); }
div.DivClassName
{
background-color: #E5AFFC;
}
.BgClassName
{
background-color: #E5AFFC;
}
</style>
border-color css
<style>
span { border-color: #E5AFFC; }
span { border-color: rgb(229,175,252); }
td.TdClassName
{
border-color: #E5AFFC;
}
.TagClassName
{
border-color: #E5AFFC;
}
</style>