Shades of Mauve #E199FC
Tints of Mauve #E199FC
RGB
CMYK
RGB Variations
Color information
#E199FC (or 0xE199FC) is known color: Mauve. HEX triplet: E1, 99 and FC. RGB value is (225,153,252). Sum of RGB (Red+Green+Blue) = 225+153+252=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 153 (60.16% from 255 or 24.29% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #E199FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E199FC is #1E6603. Grayscale: #B9B9B9. Windows color (decimal): -1992196 or 16554465. OLE color: 16554465.
HSL color Cylindrical-coordinate representation of color #E199FC: hue angle of 283.64º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E199FC is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 153 | 252 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.01 |
| HSL | 283.64º | 0.94% | 0.79% | - |
| HSV(B) | 283.64º | 0.39% | 0.99% | - |
| XYZ | 60.01 | 45.82 | 97.78 | - |
| YUV | 185.81 | 165.35 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 252 | 0.11 | 0.39 | 0 | 0.01 | 283.64 | 0.94 | 0.79 |
| Hex | E1 | 99 | FC | B | 27 | 0 | 1 | 11C | 5E | 4F |
| Octal | 341 | 231 | 374 | 13 | 47 | 0 | 1 | 434 | 136 | 117 |
| Binary | 11100001 | 10011001 | 11111100 | 1011 | 100111 | 0 | 1 | 100011100 | 1011110 | 1001111 |
Color Harmonies of #E199FC
Complementary color
Monochromatic Colors of #E199FC
Black with #E199FC
Text Example
Text Example
White with #E199FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E199FC; }
p { color: rgb(225,153,252); }
H1.HeaderClassName
{
color: #E199FC;
}
.AnyTagClassName
{
color: #E199FC;
}
</style>
background-color css
<style>
a { background-color: #E199FC; }
a { background-color: rgb(225,153,252); }
div.DivClassName
{
background-color: #E199FC;
}
.BgClassName
{
background-color: #E199FC;
}
</style>
border-color css
<style>
span { border-color: #E199FC; }
span { border-color: rgb(225,153,252); }
td.TdClassName
{
border-color: #E199FC;
}
.TagClassName
{
border-color: #E199FC;
}
</style>