Shades of Mauve #E598FC
Tints of Mauve #E598FC
RGB
CMYK
RGB Variations
Color information
#E598FC (or 0xE598FC) is known color: Mauve. HEX triplet: E5, 98 and FC. RGB value is (229,152,252). Sum of RGB (Red+Green+Blue) = 229+152+252=633 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.18% from 633); Green value is 152 (59.77% from 255 or 24.01% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #E598FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E598FC is #1A6703. Grayscale: #BABABA. Windows color (decimal): -1730308 or 16554213. OLE color: 16554213.
HSL color Cylindrical-coordinate representation of color #E598FC: hue angle of 286.2º 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 #E598FC is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 152 | 252 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.01 |
| HSL | 286.2º | 0.94% | 0.79% | - |
| HSV(B) | 286.2º | 0.4% | 0.99% | - |
| XYZ | 61.11 | 46.14 | 97.78 | - |
| YUV | 186.42 | 165.01 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 152 | 252 | 0.09 | 0.40 | 0 | 0.01 | 286.2 | 0.94 | 0.79 |
| Hex | E5 | 98 | FC | 9 | 28 | 0 | 1 | 11E | 5E | 4F |
| Octal | 345 | 230 | 374 | 11 | 50 | 0 | 1 | 436 | 136 | 117 |
| Binary | 11100101 | 10011000 | 11111100 | 1001 | 101000 | 0 | 1 | 100011110 | 1011110 | 1001111 |
Color Harmonies of #E598FC
Complementary color
Monochromatic Colors of #E598FC
Black with #E598FC
Text Example
Text Example
White with #E598FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E598FC; }
p { color: rgb(229,152,252); }
H1.HeaderClassName
{
color: #E598FC;
}
.AnyTagClassName
{
color: #E598FC;
}
</style>
background-color css
<style>
a { background-color: #E598FC; }
a { background-color: rgb(229,152,252); }
div.DivClassName
{
background-color: #E598FC;
}
.BgClassName
{
background-color: #E598FC;
}
</style>
border-color css
<style>
span { border-color: #E598FC; }
span { border-color: rgb(229,152,252); }
td.TdClassName
{
border-color: #E598FC;
}
.TagClassName
{
border-color: #E598FC;
}
</style>