Shades of Mauve #E597FA
Tints of Mauve #E597FA
RGB
CMYK
RGB Variations
Color information
#E597FA (or 0xE597FA) is known color: Mauve. HEX triplet: E5, 97 and FA. RGB value is (229,151,250). Sum of RGB (Red+Green+Blue) = 229+151+250=630 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.35% from 630); Green value is 151 (59.38% from 255 or 23.97% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #E597FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E597FA is #1A6805. Grayscale: #B9B9B9. Windows color (decimal): -1730566 or 16422885. OLE color: 16422885.
HSL color Cylindrical-coordinate representation of color #E597FA: hue angle of 287.27º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E597FA is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 151 | 250 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.02 |
| HSL | 287.27º | 0.91% | 0.79% | - |
| HSV(B) | 287.27º | 0.4% | 0.98% | - |
| XYZ | 60.64 | 45.69 | 96.07 | - |
| YUV | 185.61 | 164.34 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 151 | 250 | 0.08 | 0.40 | 0 | 0.02 | 287.27 | 0.91 | 0.79 |
| Hex | E5 | 97 | FA | 8 | 28 | 0 | 2 | 11F | 5B | 4F |
| Octal | 345 | 227 | 372 | 10 | 50 | 0 | 2 | 437 | 133 | 117 |
| Binary | 11100101 | 10010111 | 11111010 | 1000 | 101000 | 0 | 10 | 100011111 | 1011011 | 1001111 |
Color Harmonies of #E597FA
Complementary color
Monochromatic Colors of #E597FA
Black with #E597FA
Text Example
Text Example
White with #E597FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E597FA; }
p { color: rgb(229,151,250); }
H1.HeaderClassName
{
color: #E597FA;
}
.AnyTagClassName
{
color: #E597FA;
}
</style>
background-color css
<style>
a { background-color: #E597FA; }
a { background-color: rgb(229,151,250); }
div.DivClassName
{
background-color: #E597FA;
}
.BgClassName
{
background-color: #E597FA;
}
</style>
border-color css
<style>
span { border-color: #E597FA; }
span { border-color: rgb(229,151,250); }
td.TdClassName
{
border-color: #E597FA;
}
.TagClassName
{
border-color: #E597FA;
}
</style>