Shades of Mauve #E596FF
Tints of Mauve #E596FF
RGB
CMYK
RGB Variations
Color information
#E596FF (or 0xE596FF) is known color: Mauve. HEX triplet: E5, 96 and FF. RGB value is (229,150,255). Sum of RGB (Red+Green+Blue) = 229+150+255=634 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.12% from 634); Green value is 150 (58.98% from 255 or 23.66% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #E596FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E596FF is #1A6900. Grayscale: #B9B9B9. Windows color (decimal): -1730817 or 16750309. OLE color: 16750309.
HSL color Cylindrical-coordinate representation of color #E596FF: hue angle of 285.14º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E596FF is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 150 | 255 | - |
| CMYK | 0.10 | 0.41 | 0 | 0 |
| HSL | 285.14º | 1% | 0.79% | - |
| HSV(B) | 285.14º | 0.41% | 1% | - |
| XYZ | 61.27 | 45.69 | 100.2 | - |
| YUV | 185.59 | 167.17 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 150 | 255 | 0.10 | 0.41 | 0 | 0 | 285.14 | 1 | 0.79 |
| Hex | E5 | 96 | FF | A | 29 | 0 | 0 | 11D | 64 | 4F |
| Octal | 345 | 226 | 377 | 12 | 51 | 0 | 0 | 435 | 144 | 117 |
| Binary | 11100101 | 10010110 | 11111111 | 1010 | 101001 | 0 | 0 | 100011101 | 1100100 | 1001111 |
Color Harmonies of #E596FF
Complementary color
Monochromatic Colors of #E596FF
Black with #E596FF
Text Example
Text Example
White with #E596FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E596FF; }
p { color: rgb(229,150,255); }
H1.HeaderClassName
{
color: #E596FF;
}
.AnyTagClassName
{
color: #E596FF;
}
</style>
background-color css
<style>
a { background-color: #E596FF; }
a { background-color: rgb(229,150,255); }
div.DivClassName
{
background-color: #E596FF;
}
.BgClassName
{
background-color: #E596FF;
}
</style>
border-color css
<style>
span { border-color: #E596FF; }
span { border-color: rgb(229,150,255); }
td.TdClassName
{
border-color: #E596FF;
}
.TagClassName
{
border-color: #E596FF;
}
</style>