Shades of Mauve #E594FF
Tints of Mauve #E594FF
RGB
CMYK
RGB Variations
Color information
#E594FF (or 0xE594FF) is known color: Mauve. HEX triplet: E5, 94 and FF. RGB value is (229,148,255). Sum of RGB (Red+Green+Blue) = 229+148+255=632 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.23% from 632); Green value is 148 (58.20% from 255 or 23.42% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #E594FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E594FF is #1A6B00. Grayscale: #B8B8B8. Windows color (decimal): -1731329 or 16749797. OLE color: 16749797.
HSL color Cylindrical-coordinate representation of color #E594FF: hue angle of 285.42º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E594FF is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 148 | 255 | - |
| CMYK | 0.10 | 0.42 | 0 | 0 |
| HSL | 285.42º | 1% | 0.79% | - |
| HSV(B) | 285.42º | 0.42% | 1% | - |
| XYZ | 60.95 | 45.06 | 100.09 | - |
| YUV | 184.42 | 167.84 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 255 | 0.10 | 0.42 | 0 | 0 | 285.42 | 1 | 0.79 |
| Hex | E5 | 94 | FF | A | 2A | 0 | 0 | 11D | 64 | 4F |
| Octal | 345 | 224 | 377 | 12 | 52 | 0 | 0 | 435 | 144 | 117 |
| Binary | 11100101 | 10010100 | 11111111 | 1010 | 101010 | 0 | 0 | 100011101 | 1100100 | 1001111 |
Color Harmonies of #E594FF
Complementary color
Monochromatic Colors of #E594FF
Black with #E594FF
Text Example
Text Example
White with #E594FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E594FF; }
p { color: rgb(229,148,255); }
H1.HeaderClassName
{
color: #E594FF;
}
.AnyTagClassName
{
color: #E594FF;
}
</style>
background-color css
<style>
a { background-color: #E594FF; }
a { background-color: rgb(229,148,255); }
div.DivClassName
{
background-color: #E594FF;
}
.BgClassName
{
background-color: #E594FF;
}
</style>
border-color css
<style>
span { border-color: #E594FF; }
span { border-color: rgb(229,148,255); }
td.TdClassName
{
border-color: #E594FF;
}
.TagClassName
{
border-color: #E594FF;
}
</style>