Shades of Mauve #E8AFFB
Tints of Mauve #E8AFFB
RGB
CMYK
RGB Variations
Color information
#E8AFFB (or 0xE8AFFB) is known color: Mauve. HEX triplet: E8, AF and FB. RGB value is (232,175,251). Sum of RGB (Red+Green+Blue) = 232+175+251=658 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.26% from 658); Green value is 175 (68.75% from 255 or 26.60% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #E8AFFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AFFB is #175004. Grayscale: #C8C8C8. Windows color (decimal): -1527813 or 16494568. OLE color: 16494568.
HSL color Cylindrical-coordinate representation of color #E8AFFB: hue angle of 285º 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 #E8AFFB is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 175 | 251 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.02 |
| HSL | 285º | 0.9% | 0.84% | - |
| HSV(B) | 285º | 0.3% | 0.98% | - |
| XYZ | 66.02 | 54.78 | 98.36 | - |
| YUV | 200.71 | 156.38 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 251 | 0.08 | 0.30 | 0 | 0.02 | 285 | 0.9 | 0.84 |
| Hex | E8 | AF | FB | 8 | 1E | 0 | 2 | 11D | 5A | 54 |
| Octal | 350 | 257 | 373 | 10 | 36 | 0 | 2 | 435 | 132 | 124 |
| Binary | 11101000 | 10101111 | 11111011 | 1000 | 11110 | 0 | 10 | 100011101 | 1011010 | 1010100 |
Color Harmonies of #E8AFFB
Complementary color
Monochromatic Colors of #E8AFFB
Black with #E8AFFB
Text Example
Text Example
White with #E8AFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AFFB; }
p { color: rgb(232,175,251); }
H1.HeaderClassName
{
color: #E8AFFB;
}
.AnyTagClassName
{
color: #E8AFFB;
}
</style>
background-color css
<style>
a { background-color: #E8AFFB; }
a { background-color: rgb(232,175,251); }
div.DivClassName
{
background-color: #E8AFFB;
}
.BgClassName
{
background-color: #E8AFFB;
}
</style>
border-color css
<style>
span { border-color: #E8AFFB; }
span { border-color: rgb(232,175,251); }
td.TdClassName
{
border-color: #E8AFFB;
}
.TagClassName
{
border-color: #E8AFFB;
}
</style>