Shades of Mauve #E59AF8
Tints of Mauve #E59AF8
RGB
CMYK
RGB Variations
Color information
#E59AF8 (or 0xE59AF8) is known color: Mauve. HEX triplet: E5, 9A and F8. RGB value is (229,154,248). Sum of RGB (Red+Green+Blue) = 229+154+248=631 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.29% from 631); Green value is 154 (60.55% from 255 or 24.41% from 631); Blue value is 248 (97.27% from 255 or 39.30% from 631); Max value from RGB is 248 - color contains mainly: blue. Hex color #E59AF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59AF8 is #1A6507. Grayscale: #BABABA. Windows color (decimal): -1729800 or 16292581. OLE color: 16292581.
HSL color Cylindrical-coordinate representation of color #E59AF8: hue angle of 287.87º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E59AF8 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 154 | 248 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.03 |
| HSL | 287.87º | 0.87% | 0.79% | - |
| HSV(B) | 287.87º | 0.38% | 0.97% | - |
| XYZ | 60.81 | 46.55 | 94.59 | - |
| YUV | 187.14 | 162.35 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 154 | 248 | 0.08 | 0.38 | 0 | 0.03 | 287.87 | 0.87 | 0.79 |
| Hex | E5 | 9A | F8 | 8 | 26 | 0 | 3 | 120 | 57 | 4F |
| Octal | 345 | 232 | 370 | 10 | 46 | 0 | 3 | 440 | 127 | 117 |
| Binary | 11100101 | 10011010 | 11111000 | 1000 | 100110 | 0 | 11 | 100100000 | 1010111 | 1001111 |
Color Harmonies of #E59AF8
Complementary color
Monochromatic Colors of #E59AF8
Black with #E59AF8
Text Example
Text Example
White with #E59AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59AF8; }
p { color: rgb(229,154,248); }
H1.HeaderClassName
{
color: #E59AF8;
}
.AnyTagClassName
{
color: #E59AF8;
}
</style>
background-color css
<style>
a { background-color: #E59AF8; }
a { background-color: rgb(229,154,248); }
div.DivClassName
{
background-color: #E59AF8;
}
.BgClassName
{
background-color: #E59AF8;
}
</style>
border-color css
<style>
span { border-color: #E59AF8; }
span { border-color: rgb(229,154,248); }
td.TdClassName
{
border-color: #E59AF8;
}
.TagClassName
{
border-color: #E59AF8;
}
</style>