Shades of Mauve #E2AFFB
Tints of Mauve #E2AFFB
RGB
CMYK
RGB Variations
Color information
#E2AFFB (or 0xE2AFFB) is known color: Mauve. HEX triplet: E2, AF and FB. RGB value is (226,175,251). Sum of RGB (Red+Green+Blue) = 226+175+251=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 175 (68.75% from 255 or 26.84% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2AFFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AFFB is #1D5004. Grayscale: #C6C6C6. Windows color (decimal): -1921029 or 16494562. OLE color: 16494562.
HSL color Cylindrical-coordinate representation of color #E2AFFB: hue angle of 280.26º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2AFFB is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 175 | 251 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.02 |
| HSL | 280.26º | 0.9% | 0.84% | - |
| HSV(B) | 280.26º | 0.3% | 0.98% | - |
| XYZ | 64.11 | 53.79 | 98.27 | - |
| YUV | 198.91 | 157.4 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 251 | 0.10 | 0.30 | 0 | 0.02 | 280.26 | 0.9 | 0.84 |
| Hex | E2 | AF | FB | A | 1E | 0 | 2 | 118 | 5A | 54 |
| Octal | 342 | 257 | 373 | 12 | 36 | 0 | 2 | 430 | 132 | 124 |
| Binary | 11100010 | 10101111 | 11111011 | 1010 | 11110 | 0 | 10 | 100011000 | 1011010 | 1010100 |
Color Harmonies of #E2AFFB
Complementary color
Monochromatic Colors of #E2AFFB
Black with #E2AFFB
Text Example
Text Example
White with #E2AFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AFFB; }
p { color: rgb(226,175,251); }
H1.HeaderClassName
{
color: #E2AFFB;
}
.AnyTagClassName
{
color: #E2AFFB;
}
</style>
background-color css
<style>
a { background-color: #E2AFFB; }
a { background-color: rgb(226,175,251); }
div.DivClassName
{
background-color: #E2AFFB;
}
.BgClassName
{
background-color: #E2AFFB;
}
</style>
border-color css
<style>
span { border-color: #E2AFFB; }
span { border-color: rgb(226,175,251); }
td.TdClassName
{
border-color: #E2AFFB;
}
.TagClassName
{
border-color: #E2AFFB;
}
</style>