Shades of Mauve #E59BFC
Tints of Mauve #E59BFC
RGB
CMYK
RGB Variations
Color information
#E59BFC (or 0xE59BFC) is known color: Mauve. HEX triplet: E5, 9B and FC. RGB value is (229,155,252). Sum of RGB (Red+Green+Blue) = 229+155+252=636 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.01% from 636); Green value is 155 (60.94% from 255 or 24.37% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #E59BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59BFC is #1A6403. Grayscale: #BBBBBB. Windows color (decimal): -1729540 or 16554981. OLE color: 16554981.
HSL color Cylindrical-coordinate representation of color #E59BFC: hue angle of 285.77º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E59BFC is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 155 | 252 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.01 |
| HSL | 285.77º | 0.94% | 0.8% | - |
| HSV(B) | 285.77º | 0.38% | 0.99% | - |
| XYZ | 61.61 | 47.13 | 97.95 | - |
| YUV | 188.18 | 164.02 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 252 | 0.09 | 0.38 | 0 | 0.01 | 285.77 | 0.94 | 0.8 |
| Hex | E5 | 9B | FC | 9 | 26 | 0 | 1 | 11E | 5E | 50 |
| Octal | 345 | 233 | 374 | 11 | 46 | 0 | 1 | 436 | 136 | 120 |
| Binary | 11100101 | 10011011 | 11111100 | 1001 | 100110 | 0 | 1 | 100011110 | 1011110 | 1010000 |
Color Harmonies of #E59BFC
Complementary color
Monochromatic Colors of #E59BFC
Black with #E59BFC
Text Example
Text Example
White with #E59BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59BFC; }
p { color: rgb(229,155,252); }
H1.HeaderClassName
{
color: #E59BFC;
}
.AnyTagClassName
{
color: #E59BFC;
}
</style>
background-color css
<style>
a { background-color: #E59BFC; }
a { background-color: rgb(229,155,252); }
div.DivClassName
{
background-color: #E59BFC;
}
.BgClassName
{
background-color: #E59BFC;
}
</style>
border-color css
<style>
span { border-color: #E59BFC; }
span { border-color: rgb(229,155,252); }
td.TdClassName
{
border-color: #E59BFC;
}
.TagClassName
{
border-color: #E59BFC;
}
</style>