Shades of Mauve #E8AEFC
Tints of Mauve #E8AEFC
RGB
CMYK
RGB Variations
Color information
#E8AEFC (or 0xE8AEFC) is known color: Mauve. HEX triplet: E8, AE and FC. RGB value is (232,174,252). Sum of RGB (Red+Green+Blue) = 232+174+252=658 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.26% from 658); Green value is 174 (68.36% from 255 or 26.44% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8AEFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AEFC is #175103. Grayscale: #C7C7C7. Windows color (decimal): -1528068 or 16559848. OLE color: 16559848.
HSL color Cylindrical-coordinate representation of color #E8AEFC: hue angle of 284.62º 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 #E8AEFC is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 174 | 252 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.01 |
| HSL | 284.62º | 0.93% | 0.84% | - |
| HSV(B) | 284.62º | 0.31% | 0.99% | - |
| XYZ | 65.99 | 54.46 | 99.13 | - |
| YUV | 200.23 | 157.22 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 174 | 252 | 0.08 | 0.31 | 0 | 0.01 | 284.62 | 0.93 | 0.84 |
| Hex | E8 | AE | FC | 8 | 1F | 0 | 1 | 11D | 5D | 54 |
| Octal | 350 | 256 | 374 | 10 | 37 | 0 | 1 | 435 | 135 | 124 |
| Binary | 11101000 | 10101110 | 11111100 | 1000 | 11111 | 0 | 1 | 100011101 | 1011101 | 1010100 |
Color Harmonies of #E8AEFC
Complementary color
Monochromatic Colors of #E8AEFC
Black with #E8AEFC
Text Example
Text Example
White with #E8AEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AEFC; }
p { color: rgb(232,174,252); }
H1.HeaderClassName
{
color: #E8AEFC;
}
.AnyTagClassName
{
color: #E8AEFC;
}
</style>
background-color css
<style>
a { background-color: #E8AEFC; }
a { background-color: rgb(232,174,252); }
div.DivClassName
{
background-color: #E8AEFC;
}
.BgClassName
{
background-color: #E8AEFC;
}
</style>
border-color css
<style>
span { border-color: #E8AEFC; }
span { border-color: rgb(232,174,252); }
td.TdClassName
{
border-color: #E8AEFC;
}
.TagClassName
{
border-color: #E8AEFC;
}
</style>