Shades of Mauve #E8A8FF
Tints of Mauve #E8A8FF
RGB
CMYK
RGB Variations
Color information
#E8A8FF (or 0xE8A8FF) is known color: Mauve. HEX triplet: E8, A8 and FF. RGB value is (232,168,255). Sum of RGB (Red+Green+Blue) = 232+168+255=655 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.42% from 655); Green value is 168 (66.02% from 255 or 25.65% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8A8FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A8FF is #175700. Grayscale: #C4C4C4. Windows color (decimal): -1529601 or 16754920. OLE color: 16754920.
HSL color Cylindrical-coordinate representation of color #E8A8FF: hue angle of 284.14º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E8A8FF is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 168 | 255 | - |
| CMYK | 0.09 | 0.34 | 0 | 0 |
| HSL | 284.14º | 1% | 0.83% | - |
| HSV(B) | 284.14º | 0.34% | 1% | - |
| XYZ | 65.33 | 52.38 | 101.28 | - |
| YUV | 197.05 | 160.7 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 168 | 255 | 0.09 | 0.34 | 0 | 0 | 284.14 | 1 | 0.83 |
| Hex | E8 | A8 | FF | 9 | 22 | 0 | 0 | 11C | 64 | 53 |
| Octal | 350 | 250 | 377 | 11 | 42 | 0 | 0 | 434 | 144 | 123 |
| Binary | 11101000 | 10101000 | 11111111 | 1001 | 100010 | 0 | 0 | 100011100 | 1100100 | 1010011 |
Color Harmonies of #E8A8FF
Complementary color
Monochromatic Colors of #E8A8FF
Black with #E8A8FF
Text Example
Text Example
White with #E8A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A8FF; }
p { color: rgb(232,168,255); }
H1.HeaderClassName
{
color: #E8A8FF;
}
.AnyTagClassName
{
color: #E8A8FF;
}
</style>
background-color css
<style>
a { background-color: #E8A8FF; }
a { background-color: rgb(232,168,255); }
div.DivClassName
{
background-color: #E8A8FF;
}
.BgClassName
{
background-color: #E8A8FF;
}
</style>
border-color css
<style>
span { border-color: #E8A8FF; }
span { border-color: rgb(232,168,255); }
td.TdClassName
{
border-color: #E8A8FF;
}
.TagClassName
{
border-color: #E8A8FF;
}
</style>