Shades of Mauve #E198FF
Tints of Mauve #E198FF
RGB
CMYK
RGB Variations
Color information
#E198FF (or 0xE198FF) is known color: Mauve. HEX triplet: E1, 98 and FF. RGB value is (225,152,255). Sum of RGB (Red+Green+Blue) = 225+152+255=632 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.60% from 632); Green value is 152 (59.77% from 255 or 24.05% 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 #E198FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E198FF is #1E6700. Grayscale: #B9B9B9. Windows color (decimal): -1992449 or 16750817. OLE color: 16750817.
HSL color Cylindrical-coordinate representation of color #E198FF: hue angle of 282.52º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E198FF is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 152 | 255 | - |
| CMYK | 0.12 | 0.40 | 0 | 0 |
| HSL | 282.52º | 1% | 0.8% | - |
| HSV(B) | 282.52º | 0.4% | 1% | - |
| XYZ | 60.33 | 45.68 | 100.25 | - |
| YUV | 185.57 | 167.18 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 255 | 0.12 | 0.40 | 0 | 0 | 282.52 | 1 | 0.8 |
| Hex | E1 | 98 | FF | C | 28 | 0 | 0 | 11B | 64 | 50 |
| Octal | 341 | 230 | 377 | 14 | 50 | 0 | 0 | 433 | 144 | 120 |
| Binary | 11100001 | 10011000 | 11111111 | 1100 | 101000 | 0 | 0 | 100011011 | 1100100 | 1010000 |
Color Harmonies of #E198FF
Complementary color
Monochromatic Colors of #E198FF
Black with #E198FF
Text Example
Text Example
White with #E198FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E198FF; }
p { color: rgb(225,152,255); }
H1.HeaderClassName
{
color: #E198FF;
}
.AnyTagClassName
{
color: #E198FF;
}
</style>
background-color css
<style>
a { background-color: #E198FF; }
a { background-color: rgb(225,152,255); }
div.DivClassName
{
background-color: #E198FF;
}
.BgClassName
{
background-color: #E198FF;
}
</style>
border-color css
<style>
span { border-color: #E198FF; }
span { border-color: rgb(225,152,255); }
td.TdClassName
{
border-color: #E198FF;
}
.TagClassName
{
border-color: #E198FF;
}
</style>