Shades of Mauve #E59BFD
Tints of Mauve #E59BFD
RGB
CMYK
RGB Variations
Color information
#E59BFD (or 0xE59BFD) is known color: Mauve. HEX triplet: E5, 9B and FD. RGB value is (229,155,253). Sum of RGB (Red+Green+Blue) = 229+155+253=637 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.95% from 637); Green value is 155 (60.94% from 255 or 24.33% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #E59BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59BFD is #1A6402. Grayscale: #BBBBBB. Windows color (decimal): -1729539 or 16620517. OLE color: 16620517.
HSL color Cylindrical-coordinate representation of color #E59BFD: hue angle of 285.31º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E59BFD is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 155 | 253 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.01 |
| HSL | 285.31º | 0.96% | 0.8% | - |
| HSV(B) | 285.31º | 0.39% | 0.99% | - |
| XYZ | 61.76 | 47.19 | 98.78 | - |
| YUV | 188.3 | 164.52 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 253 | 0.09 | 0.39 | 0 | 0.01 | 285.31 | 0.96 | 0.8 |
| Hex | E5 | 9B | FD | 9 | 27 | 0 | 1 | 11D | 60 | 50 |
| Octal | 345 | 233 | 375 | 11 | 47 | 0 | 1 | 435 | 140 | 120 |
| Binary | 11100101 | 10011011 | 11111101 | 1001 | 100111 | 0 | 1 | 100011101 | 1100000 | 1010000 |
Color Harmonies of #E59BFD
Complementary color
Monochromatic Colors of #E59BFD
Black with #E59BFD
Text Example
Text Example
White with #E59BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59BFD; }
p { color: rgb(229,155,253); }
H1.HeaderClassName
{
color: #E59BFD;
}
.AnyTagClassName
{
color: #E59BFD;
}
</style>
background-color css
<style>
a { background-color: #E59BFD; }
a { background-color: rgb(229,155,253); }
div.DivClassName
{
background-color: #E59BFD;
}
.BgClassName
{
background-color: #E59BFD;
}
</style>
border-color css
<style>
span { border-color: #E59BFD; }
span { border-color: rgb(229,155,253); }
td.TdClassName
{
border-color: #E59BFD;
}
.TagClassName
{
border-color: #E59BFD;
}
</style>