Shades of Mauve #E8AEFF
Tints of Mauve #E8AEFF
RGB
CMYK
RGB Variations
Color information
#E8AEFF (or 0xE8AEFF) is known color: Mauve. HEX triplet: E8, AE and FF. RGB value is (232,174,255). Sum of RGB (Red+Green+Blue) = 232+174+255=661 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.10% from 661); Green value is 174 (68.36% from 255 or 26.32% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8AEFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AEFF is #175100. Grayscale: #C8C8C8. Windows color (decimal): -1528065 or 16756456. OLE color: 16756456.
HSL color Cylindrical-coordinate representation of color #E8AEFF: hue angle of 282.96º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E8AEFF is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 174 | 255 | - |
| CMYK | 0.09 | 0.32 | 0 | 0 |
| HSL | 282.96º | 1% | 0.84% | - |
| HSV(B) | 282.96º | 0.32% | 1% | - |
| XYZ | 66.46 | 54.65 | 101.65 | - |
| YUV | 200.58 | 158.72 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 174 | 255 | 0.09 | 0.32 | 0 | 0 | 282.96 | 1 | 0.84 |
| Hex | E8 | AE | FF | 9 | 20 | 0 | 0 | 11B | 64 | 54 |
| Octal | 350 | 256 | 377 | 11 | 40 | 0 | 0 | 433 | 144 | 124 |
| Binary | 11101000 | 10101110 | 11111111 | 1001 | 100000 | 0 | 0 | 100011011 | 1100100 | 1010100 |
Color Harmonies of #E8AEFF
Complementary color
Monochromatic Colors of #E8AEFF
Black with #E8AEFF
Text Example
Text Example
White with #E8AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AEFF; }
p { color: rgb(232,174,255); }
H1.HeaderClassName
{
color: #E8AEFF;
}
.AnyTagClassName
{
color: #E8AEFF;
}
</style>
background-color css
<style>
a { background-color: #E8AEFF; }
a { background-color: rgb(232,174,255); }
div.DivClassName
{
background-color: #E8AEFF;
}
.BgClassName
{
background-color: #E8AEFF;
}
</style>
border-color css
<style>
span { border-color: #E8AEFF; }
span { border-color: rgb(232,174,255); }
td.TdClassName
{
border-color: #E8AEFF;
}
.TagClassName
{
border-color: #E8AEFF;
}
</style>