Shades of Mauve #E8AFFC
Tints of Mauve #E8AFFC
RGB
CMYK
RGB Variations
Color information
#E8AFFC (or 0xE8AFFC) is known color: Mauve. HEX triplet: E8, AF and FC. RGB value is (232,175,252). Sum of RGB (Red+Green+Blue) = 232+175+252=659 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.20% from 659); Green value is 175 (68.75% from 255 or 26.56% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8AFFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AFFC is #175003. Grayscale: #C8C8C8. Windows color (decimal): -1527812 or 16560104. OLE color: 16560104.
HSL color Cylindrical-coordinate representation of color #E8AFFC: hue angle of 284.42º 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 #E8AFFC is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 175 | 252 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.01 |
| HSL | 284.42º | 0.93% | 0.84% | - |
| HSV(B) | 284.42º | 0.31% | 0.99% | - |
| XYZ | 66.18 | 54.84 | 99.19 | - |
| YUV | 200.82 | 156.88 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 252 | 0.08 | 0.31 | 0 | 0.01 | 284.42 | 0.93 | 0.84 |
| Hex | E8 | AF | FC | 8 | 1F | 0 | 1 | 11C | 5D | 54 |
| Octal | 350 | 257 | 374 | 10 | 37 | 0 | 1 | 434 | 135 | 124 |
| Binary | 11101000 | 10101111 | 11111100 | 1000 | 11111 | 0 | 1 | 100011100 | 1011101 | 1010100 |
Color Harmonies of #E8AFFC
Complementary color
Monochromatic Colors of #E8AFFC
Black with #E8AFFC
Text Example
Text Example
White with #E8AFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AFFC; }
p { color: rgb(232,175,252); }
H1.HeaderClassName
{
color: #E8AFFC;
}
.AnyTagClassName
{
color: #E8AFFC;
}
</style>
background-color css
<style>
a { background-color: #E8AFFC; }
a { background-color: rgb(232,175,252); }
div.DivClassName
{
background-color: #E8AFFC;
}
.BgClassName
{
background-color: #E8AFFC;
}
</style>
border-color css
<style>
span { border-color: #E8AFFC; }
span { border-color: rgb(232,175,252); }
td.TdClassName
{
border-color: #E8AFFC;
}
.TagClassName
{
border-color: #E8AFFC;
}
</style>