Shades of Mauve #E8ACFE
Tints of Mauve #E8ACFE
RGB
CMYK
RGB Variations
Color information
#E8ACFE (or 0xE8ACFE) is known color: Mauve. HEX triplet: E8, AC and FE. RGB value is (232,172,254). Sum of RGB (Red+Green+Blue) = 232+172+254=658 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.26% from 658); Green value is 172 (67.58% from 255 or 26.14% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8ACFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ACFE is #175301. Grayscale: #C7C7C7. Windows color (decimal): -1528578 or 16690408. OLE color: 16690408.
HSL color Cylindrical-coordinate representation of color #E8ACFE: hue angle of 283.9º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E8ACFE is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 172 | 254 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.00 |
| HSL | 283.9º | 0.98% | 0.84% | - |
| HSV(B) | 283.9º | 0.32% | 1% | - |
| XYZ | 65.92 | 53.82 | 100.68 | - |
| YUV | 199.29 | 158.88 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 172 | 254 | 0.09 | 0.32 | 0 | 0.00 | 283.9 | 0.98 | 0.84 |
| Hex | E8 | AC | FE | 9 | 20 | 0 | 0 | 11C | 62 | 54 |
| Octal | 350 | 254 | 376 | 11 | 40 | 0 | 0 | 434 | 142 | 124 |
| Binary | 11101000 | 10101100 | 11111110 | 1001 | 100000 | 0 | 0 | 100011100 | 1100010 | 1010100 |
Color Harmonies of #E8ACFE
Complementary color
Monochromatic Colors of #E8ACFE
Black with #E8ACFE
Text Example
Text Example
White with #E8ACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ACFE; }
p { color: rgb(232,172,254); }
H1.HeaderClassName
{
color: #E8ACFE;
}
.AnyTagClassName
{
color: #E8ACFE;
}
</style>
background-color css
<style>
a { background-color: #E8ACFE; }
a { background-color: rgb(232,172,254); }
div.DivClassName
{
background-color: #E8ACFE;
}
.BgClassName
{
background-color: #E8ACFE;
}
</style>
border-color css
<style>
span { border-color: #E8ACFE; }
span { border-color: rgb(232,172,254); }
td.TdClassName
{
border-color: #E8ACFE;
}
.TagClassName
{
border-color: #E8ACFE;
}
</style>