Shades of Mauve #E2AFFF
Tints of Mauve #E2AFFF
RGB
CMYK
RGB Variations
Color information
#E2AFFF (or 0xE2AFFF) is known color: Mauve. HEX triplet: E2, AF and FF. RGB value is (226,175,255). Sum of RGB (Red+Green+Blue) = 226+175+255=656 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.45% from 656); Green value is 175 (68.75% from 255 or 26.68% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2AFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AFFF is #1D5000. Grayscale: #C7C7C7. Windows color (decimal): -1921025 or 16756706. OLE color: 16756706.
HSL color Cylindrical-coordinate representation of color #E2AFFF: hue angle of 278.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2AFFF is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 175 | 255 | - |
| CMYK | 0.11 | 0.31 | 0 | 0 |
| HSL | 278.25º | 1% | 0.84% | - |
| HSV(B) | 278.25º | 0.31% | 1% | - |
| XYZ | 64.74 | 54.05 | 101.63 | - |
| YUV | 199.37 | 159.4 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 255 | 0.11 | 0.31 | 0 | 0 | 278.25 | 1 | 0.84 |
| Hex | E2 | AF | FF | B | 1F | 0 | 0 | 116 | 64 | 54 |
| Octal | 342 | 257 | 377 | 13 | 37 | 0 | 0 | 426 | 144 | 124 |
| Binary | 11100010 | 10101111 | 11111111 | 1011 | 11111 | 0 | 0 | 100010110 | 1100100 | 1010100 |
Color Harmonies of #E2AFFF
Complementary color
Monochromatic Colors of #E2AFFF
Black with #E2AFFF
Text Example
Text Example
White with #E2AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AFFF; }
p { color: rgb(226,175,255); }
H1.HeaderClassName
{
color: #E2AFFF;
}
.AnyTagClassName
{
color: #E2AFFF;
}
</style>
background-color css
<style>
a { background-color: #E2AFFF; }
a { background-color: rgb(226,175,255); }
div.DivClassName
{
background-color: #E2AFFF;
}
.BgClassName
{
background-color: #E2AFFF;
}
</style>
border-color css
<style>
span { border-color: #E2AFFF; }
span { border-color: rgb(226,175,255); }
td.TdClassName
{
border-color: #E2AFFF;
}
.TagClassName
{
border-color: #E2AFFF;
}
</style>