Shades of Mauve #E4AFFB
Tints of Mauve #E4AFFB
RGB
CMYK
RGB Variations
Color information
#E4AFFB (or 0xE4AFFB) is known color: Mauve. HEX triplet: E4, AF and FB. RGB value is (228,175,251). Sum of RGB (Red+Green+Blue) = 228+175+251=654 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.86% from 654); Green value is 175 (68.75% from 255 or 26.76% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #E4AFFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4AFFB is #1B5004. Grayscale: #C7C7C7. Windows color (decimal): -1789957 or 16494564. OLE color: 16494564.
HSL color Cylindrical-coordinate representation of color #E4AFFB: hue angle of 281.84º 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 #E4AFFB is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 175 | 251 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.02 |
| HSL | 281.84º | 0.9% | 0.84% | - |
| HSV(B) | 281.84º | 0.3% | 0.98% | - |
| XYZ | 64.74 | 54.12 | 98.3 | - |
| YUV | 199.51 | 157.06 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 175 | 251 | 0.09 | 0.30 | 0 | 0.02 | 281.84 | 0.9 | 0.84 |
| Hex | E4 | AF | FB | 9 | 1E | 0 | 2 | 11A | 5A | 54 |
| Octal | 344 | 257 | 373 | 11 | 36 | 0 | 2 | 432 | 132 | 124 |
| Binary | 11100100 | 10101111 | 11111011 | 1001 | 11110 | 0 | 10 | 100011010 | 1011010 | 1010100 |
Color Harmonies of #E4AFFB
Complementary color
Monochromatic Colors of #E4AFFB
Black with #E4AFFB
Text Example
Text Example
White with #E4AFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AFFB; }
p { color: rgb(228,175,251); }
H1.HeaderClassName
{
color: #E4AFFB;
}
.AnyTagClassName
{
color: #E4AFFB;
}
</style>
background-color css
<style>
a { background-color: #E4AFFB; }
a { background-color: rgb(228,175,251); }
div.DivClassName
{
background-color: #E4AFFB;
}
.BgClassName
{
background-color: #E4AFFB;
}
</style>
border-color css
<style>
span { border-color: #E4AFFB; }
span { border-color: rgb(228,175,251); }
td.TdClassName
{
border-color: #E4AFFB;
}
.TagClassName
{
border-color: #E4AFFB;
}
</style>