Shades of Mauve #E59AFF
Tints of Mauve #E59AFF
RGB
CMYK
RGB Variations
Color information
#E59AFF (or 0xE59AFF) is known color: Mauve. HEX triplet: E5, 9A and FF. RGB value is (229,154,255). Sum of RGB (Red+Green+Blue) = 229+154+255=638 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.89% from 638); Green value is 154 (60.55% from 255 or 24.14% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #E59AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59AFF is #1A6500. Grayscale: #BBBBBB. Windows color (decimal): -1729793 or 16751333. OLE color: 16751333.
HSL color Cylindrical-coordinate representation of color #E59AFF: hue angle of 284.55º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E59AFF is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 154 | 255 | - |
| CMYK | 0.10 | 0.40 | 0 | 0 |
| HSL | 284.55º | 1% | 0.8% | - |
| HSV(B) | 284.55º | 0.4% | 1% | - |
| XYZ | 61.92 | 46.99 | 100.41 | - |
| YUV | 187.94 | 165.85 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 154 | 255 | 0.10 | 0.40 | 0 | 0 | 284.55 | 1 | 0.8 |
| Hex | E5 | 9A | FF | A | 28 | 0 | 0 | 11D | 64 | 50 |
| Octal | 345 | 232 | 377 | 12 | 50 | 0 | 0 | 435 | 144 | 120 |
| Binary | 11100101 | 10011010 | 11111111 | 1010 | 101000 | 0 | 0 | 100011101 | 1100100 | 1010000 |
Color Harmonies of #E59AFF
Complementary color
Monochromatic Colors of #E59AFF
Black with #E59AFF
Text Example
Text Example
White with #E59AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59AFF; }
p { color: rgb(229,154,255); }
H1.HeaderClassName
{
color: #E59AFF;
}
.AnyTagClassName
{
color: #E59AFF;
}
</style>
background-color css
<style>
a { background-color: #E59AFF; }
a { background-color: rgb(229,154,255); }
div.DivClassName
{
background-color: #E59AFF;
}
.BgClassName
{
background-color: #E59AFF;
}
</style>
border-color css
<style>
span { border-color: #E59AFF; }
span { border-color: rgb(229,154,255); }
td.TdClassName
{
border-color: #E59AFF;
}
.TagClassName
{
border-color: #E59AFF;
}
</style>