Shades of Mauve #E19DFC
Tints of Mauve #E19DFC
RGB
CMYK
RGB Variations
Color information
#E19DFC (or 0xE19DFC) is known color: Mauve. HEX triplet: E1, 9D and FC. RGB value is (225,157,252). Sum of RGB (Red+Green+Blue) = 225+157+252=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 157 (61.72% from 255 or 24.76% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #E19DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19DFC is #1E6203. Grayscale: #BBBBBB. Windows color (decimal): -1991172 or 16555489. OLE color: 16555489.
HSL color Cylindrical-coordinate representation of color #E19DFC: hue angle of 282.95º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E19DFC is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 157 | 252 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.01 |
| HSL | 282.95º | 0.94% | 0.8% | - |
| HSV(B) | 282.95º | 0.38% | 0.99% | - |
| XYZ | 60.68 | 47.15 | 98 | - |
| YUV | 188.16 | 164.03 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 157 | 252 | 0.11 | 0.38 | 0 | 0.01 | 282.95 | 0.94 | 0.8 |
| Hex | E1 | 9D | FC | B | 26 | 0 | 1 | 11B | 5E | 50 |
| Octal | 341 | 235 | 374 | 13 | 46 | 0 | 1 | 433 | 136 | 120 |
| Binary | 11100001 | 10011101 | 11111100 | 1011 | 100110 | 0 | 1 | 100011011 | 1011110 | 1010000 |
Color Harmonies of #E19DFC
Complementary color
Monochromatic Colors of #E19DFC
Black with #E19DFC
Text Example
Text Example
White with #E19DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19DFC; }
p { color: rgb(225,157,252); }
H1.HeaderClassName
{
color: #E19DFC;
}
.AnyTagClassName
{
color: #E19DFC;
}
</style>
background-color css
<style>
a { background-color: #E19DFC; }
a { background-color: rgb(225,157,252); }
div.DivClassName
{
background-color: #E19DFC;
}
.BgClassName
{
background-color: #E19DFC;
}
</style>
border-color css
<style>
span { border-color: #E19DFC; }
span { border-color: rgb(225,157,252); }
td.TdClassName
{
border-color: #E19DFC;
}
.TagClassName
{
border-color: #E19DFC;
}
</style>