Shades of Mauve #E398F6
Tints of Mauve #E398F6
RGB
CMYK
RGB Variations
Color information
#E398F6 (or 0xE398F6) is known color: Mauve. HEX triplet: E3, 98 and F6. RGB value is (227,152,246). Sum of RGB (Red+Green+Blue) = 227+152+246=625 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.32% from 625); Green value is 152 (59.77% from 255 or 24.32% from 625); Blue value is 246 (96.48% from 255 or 39.36% from 625); Max value from RGB is 246 - color contains mainly: blue. Hex color #E398F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E398F6 is #1C6709. Grayscale: #B8B8B8. Windows color (decimal): -1861386 or 16160995. OLE color: 16160995.
HSL color Cylindrical-coordinate representation of color #E398F6: hue angle of 287.87º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E398F6 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 152 | 246 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.04 |
| HSL | 287.87º | 0.84% | 0.78% | - |
| HSV(B) | 287.87º | 0.38% | 0.96% | - |
| XYZ | 59.54 | 45.44 | 92.82 | - |
| YUV | 185.14 | 162.35 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 152 | 246 | 0.08 | 0.38 | 0 | 0.04 | 287.87 | 0.84 | 0.78 |
| Hex | E3 | 98 | F6 | 8 | 26 | 0 | 4 | 120 | 54 | 4E |
| Octal | 343 | 230 | 366 | 10 | 46 | 0 | 4 | 440 | 124 | 116 |
| Binary | 11100011 | 10011000 | 11110110 | 1000 | 100110 | 0 | 100 | 100100000 | 1010100 | 1001110 |
Color Harmonies of #E398F6
Complementary color
Monochromatic Colors of #E398F6
Black with #E398F6
Text Example
Text Example
White with #E398F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E398F6; }
p { color: rgb(227,152,246); }
H1.HeaderClassName
{
color: #E398F6;
}
.AnyTagClassName
{
color: #E398F6;
}
</style>
background-color css
<style>
a { background-color: #E398F6; }
a { background-color: rgb(227,152,246); }
div.DivClassName
{
background-color: #E398F6;
}
.BgClassName
{
background-color: #E398F6;
}
</style>
border-color css
<style>
span { border-color: #E398F6; }
span { border-color: rgb(227,152,246); }
td.TdClassName
{
border-color: #E398F6;
}
.TagClassName
{
border-color: #E398F6;
}
</style>