Shades of Mauve #E597FC
Tints of Mauve #E597FC
RGB
CMYK
RGB Variations
Color information
#E597FC (or 0xE597FC) is known color: Mauve. HEX triplet: E5, 97 and FC. RGB value is (229,151,252). Sum of RGB (Red+Green+Blue) = 229+151+252=632 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.23% from 632); Green value is 151 (59.38% from 255 or 23.89% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #E597FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E597FC is #1A6803. Grayscale: #B9B9B9. Windows color (decimal): -1730564 or 16553957. OLE color: 16553957.
HSL color Cylindrical-coordinate representation of color #E597FC: hue angle of 286.34º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E597FC is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 151 | 252 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.01 |
| HSL | 286.34º | 0.94% | 0.79% | - |
| HSV(B) | 286.34º | 0.4% | 0.99% | - |
| XYZ | 60.95 | 45.82 | 97.73 | - |
| YUV | 185.84 | 165.34 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 151 | 252 | 0.09 | 0.40 | 0 | 0.01 | 286.34 | 0.94 | 0.79 |
| Hex | E5 | 97 | FC | 9 | 28 | 0 | 1 | 11E | 5E | 4F |
| Octal | 345 | 227 | 374 | 11 | 50 | 0 | 1 | 436 | 136 | 117 |
| Binary | 11100101 | 10010111 | 11111100 | 1001 | 101000 | 0 | 1 | 100011110 | 1011110 | 1001111 |
Color Harmonies of #E597FC
Complementary color
Monochromatic Colors of #E597FC
Black with #E597FC
Text Example
Text Example
White with #E597FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E597FC; }
p { color: rgb(229,151,252); }
H1.HeaderClassName
{
color: #E597FC;
}
.AnyTagClassName
{
color: #E597FC;
}
</style>
background-color css
<style>
a { background-color: #E597FC; }
a { background-color: rgb(229,151,252); }
div.DivClassName
{
background-color: #E597FC;
}
.BgClassName
{
background-color: #E597FC;
}
</style>
border-color css
<style>
span { border-color: #E597FC; }
span { border-color: rgb(229,151,252); }
td.TdClassName
{
border-color: #E597FC;
}
.TagClassName
{
border-color: #E597FC;
}
</style>