Shades of Mauve #E19AFF
Tints of Mauve #E19AFF
RGB
CMYK
RGB Variations
Color information
#E19AFF (or 0xE19AFF) is known color: Mauve. HEX triplet: E1, 9A and FF. RGB value is (225,154,255). Sum of RGB (Red+Green+Blue) = 225+154+255=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 154 (60.55% from 255 or 24.29% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #E19AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19AFF is #1E6500. Grayscale: #BABABA. Windows color (decimal): -1991937 or 16751329. OLE color: 16751329.
HSL color Cylindrical-coordinate representation of color #E19AFF: hue angle of 282.18º 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 #E19AFF is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 154 | 255 | - |
| CMYK | 0.12 | 0.40 | 0 | 0 |
| HSL | 282.18º | 1% | 0.8% | - |
| HSV(B) | 282.18º | 0.4% | 1% | - |
| XYZ | 60.66 | 46.34 | 100.36 | - |
| YUV | 186.74 | 166.52 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 255 | 0.12 | 0.40 | 0 | 0 | 282.18 | 1 | 0.8 |
| Hex | E1 | 9A | FF | C | 28 | 0 | 0 | 11A | 64 | 50 |
| Octal | 341 | 232 | 377 | 14 | 50 | 0 | 0 | 432 | 144 | 120 |
| Binary | 11100001 | 10011010 | 11111111 | 1100 | 101000 | 0 | 0 | 100011010 | 1100100 | 1010000 |
Color Harmonies of #E19AFF
Complementary color
Monochromatic Colors of #E19AFF
Black with #E19AFF
Text Example
Text Example
White with #E19AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19AFF; }
p { color: rgb(225,154,255); }
H1.HeaderClassName
{
color: #E19AFF;
}
.AnyTagClassName
{
color: #E19AFF;
}
</style>
background-color css
<style>
a { background-color: #E19AFF; }
a { background-color: rgb(225,154,255); }
div.DivClassName
{
background-color: #E19AFF;
}
.BgClassName
{
background-color: #E19AFF;
}
</style>
border-color css
<style>
span { border-color: #E19AFF; }
span { border-color: rgb(225,154,255); }
td.TdClassName
{
border-color: #E19AFF;
}
.TagClassName
{
border-color: #E19AFF;
}
</style>