Shades of Mauve #E4AFFC
Tints of Mauve #E4AFFC
RGB
CMYK
RGB Variations
Color information
#E4AFFC (or 0xE4AFFC) is known color: Mauve. HEX triplet: E4, AF and FC. RGB value is (228,175,252). Sum of RGB (Red+Green+Blue) = 228+175+252=655 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.81% from 655); Green value is 175 (68.75% from 255 or 26.72% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4AFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4AFFC is #1B5003. Grayscale: #C7C7C7. Windows color (decimal): -1789956 or 16560100. OLE color: 16560100.
HSL color Cylindrical-coordinate representation of color #E4AFFC: hue angle of 281.3º 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 #E4AFFC is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 175 | 252 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.01 |
| HSL | 281.3º | 0.93% | 0.84% | - |
| HSV(B) | 281.3º | 0.31% | 0.99% | - |
| XYZ | 64.9 | 54.18 | 99.13 | - |
| YUV | 199.63 | 157.56 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 175 | 252 | 0.10 | 0.31 | 0 | 0.01 | 281.3 | 0.93 | 0.84 |
| Hex | E4 | AF | FC | A | 1F | 0 | 1 | 119 | 5D | 54 |
| Octal | 344 | 257 | 374 | 12 | 37 | 0 | 1 | 431 | 135 | 124 |
| Binary | 11100100 | 10101111 | 11111100 | 1010 | 11111 | 0 | 1 | 100011001 | 1011101 | 1010100 |
Color Harmonies of #E4AFFC
Complementary color
Monochromatic Colors of #E4AFFC
Black with #E4AFFC
Text Example
Text Example
White with #E4AFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AFFC; }
p { color: rgb(228,175,252); }
H1.HeaderClassName
{
color: #E4AFFC;
}
.AnyTagClassName
{
color: #E4AFFC;
}
</style>
background-color css
<style>
a { background-color: #E4AFFC; }
a { background-color: rgb(228,175,252); }
div.DivClassName
{
background-color: #E4AFFC;
}
.BgClassName
{
background-color: #E4AFFC;
}
</style>
border-color css
<style>
span { border-color: #E4AFFC; }
span { border-color: rgb(228,175,252); }
td.TdClassName
{
border-color: #E4AFFC;
}
.TagClassName
{
border-color: #E4AFFC;
}
</style>