Shades of Mauve #E2AFFC
Tints of Mauve #E2AFFC
RGB
CMYK
RGB Variations
Color information
#E2AFFC (or 0xE2AFFC) is known color: Mauve. HEX triplet: E2, AF and FC. RGB value is (226,175,252). Sum of RGB (Red+Green+Blue) = 226+175+252=653 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.61% from 653); Green value is 175 (68.75% from 255 or 26.80% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2AFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AFFC is #1D5003. Grayscale: #C6C6C6. Windows color (decimal): -1921028 or 16560098. OLE color: 16560098.
HSL color Cylindrical-coordinate representation of color #E2AFFC: hue angle of 279.74º 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 #E2AFFC is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 175 | 252 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.01 |
| HSL | 279.74º | 0.93% | 0.84% | - |
| HSV(B) | 279.74º | 0.31% | 0.99% | - |
| XYZ | 64.26 | 53.86 | 99.1 | - |
| YUV | 199.03 | 157.9 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 252 | 0.10 | 0.31 | 0 | 0.01 | 279.74 | 0.93 | 0.84 |
| Hex | E2 | AF | FC | A | 1F | 0 | 1 | 118 | 5D | 54 |
| Octal | 342 | 257 | 374 | 12 | 37 | 0 | 1 | 430 | 135 | 124 |
| Binary | 11100010 | 10101111 | 11111100 | 1010 | 11111 | 0 | 1 | 100011000 | 1011101 | 1010100 |
Color Harmonies of #E2AFFC
Complementary color
Monochromatic Colors of #E2AFFC
Black with #E2AFFC
Text Example
Text Example
White with #E2AFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AFFC; }
p { color: rgb(226,175,252); }
H1.HeaderClassName
{
color: #E2AFFC;
}
.AnyTagClassName
{
color: #E2AFFC;
}
</style>
background-color css
<style>
a { background-color: #E2AFFC; }
a { background-color: rgb(226,175,252); }
div.DivClassName
{
background-color: #E2AFFC;
}
.BgClassName
{
background-color: #E2AFFC;
}
</style>
border-color css
<style>
span { border-color: #E2AFFC; }
span { border-color: rgb(226,175,252); }
td.TdClassName
{
border-color: #E2AFFC;
}
.TagClassName
{
border-color: #E2AFFC;
}
</style>