Shades of Mauve #E19EFD
Tints of Mauve #E19EFD
RGB
CMYK
RGB Variations
Color information
#E19EFD (or 0xE19EFD) is known color: Mauve. HEX triplet: E1, 9E and FD. RGB value is (225,158,253). Sum of RGB (Red+Green+Blue) = 225+158+253=636 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.38% from 636); Green value is 158 (62.11% from 255 or 24.84% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #E19EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19EFD is #1E6102. Grayscale: #BCBCBC. Windows color (decimal): -1990915 or 16621281. OLE color: 16621281.
HSL color Cylindrical-coordinate representation of color #E19EFD: hue angle of 282.32º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E19EFD is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 158 | 253 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.01 |
| HSL | 282.32º | 0.96% | 0.81% | - |
| HSV(B) | 282.32º | 0.38% | 0.99% | - |
| XYZ | 61.01 | 47.55 | 98.89 | - |
| YUV | 188.86 | 164.2 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 158 | 253 | 0.11 | 0.38 | 0 | 0.01 | 282.32 | 0.96 | 0.81 |
| Hex | E1 | 9E | FD | B | 26 | 0 | 1 | 11A | 60 | 51 |
| Octal | 341 | 236 | 375 | 13 | 46 | 0 | 1 | 432 | 140 | 121 |
| Binary | 11100001 | 10011110 | 11111101 | 1011 | 100110 | 0 | 1 | 100011010 | 1100000 | 1010001 |
Color Harmonies of #E19EFD
Complementary color
Monochromatic Colors of #E19EFD
Black with #E19EFD
Text Example
Text Example
White with #E19EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19EFD; }
p { color: rgb(225,158,253); }
H1.HeaderClassName
{
color: #E19EFD;
}
.AnyTagClassName
{
color: #E19EFD;
}
</style>
background-color css
<style>
a { background-color: #E19EFD; }
a { background-color: rgb(225,158,253); }
div.DivClassName
{
background-color: #E19EFD;
}
.BgClassName
{
background-color: #E19EFD;
}
</style>
border-color css
<style>
span { border-color: #E19EFD; }
span { border-color: rgb(225,158,253); }
td.TdClassName
{
border-color: #E19EFD;
}
.TagClassName
{
border-color: #E19EFD;
}
</style>