Shades of Mauve #E298FF
Tints of Mauve #E298FF
RGB
CMYK
RGB Variations
Color information
#E298FF (or 0xE298FF) is known color: Mauve. HEX triplet: E2, 98 and FF. RGB value is (226,152,255). Sum of RGB (Red+Green+Blue) = 226+152+255=633 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.70% from 633); Green value is 152 (59.77% from 255 or 24.01% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #E298FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E298FF is #1D6700. Grayscale: #B9B9B9. Windows color (decimal): -1926913 or 16750818. OLE color: 16750818.
HSL color Cylindrical-coordinate representation of color #E298FF: hue angle of 283.11º 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 #E298FF is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 152 | 255 | - |
| CMYK | 0.11 | 0.40 | 0 | 0 |
| HSL | 283.11º | 1% | 0.8% | - |
| HSV(B) | 283.11º | 0.4% | 1% | - |
| XYZ | 60.64 | 45.85 | 100.26 | - |
| YUV | 185.87 | 167.02 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 152 | 255 | 0.11 | 0.40 | 0 | 0 | 283.11 | 1 | 0.8 |
| Hex | E2 | 98 | FF | B | 28 | 0 | 0 | 11B | 64 | 50 |
| Octal | 342 | 230 | 377 | 13 | 50 | 0 | 0 | 433 | 144 | 120 |
| Binary | 11100010 | 10011000 | 11111111 | 1011 | 101000 | 0 | 0 | 100011011 | 1100100 | 1010000 |
Color Harmonies of #E298FF
Complementary color
Monochromatic Colors of #E298FF
Black with #E298FF
Text Example
Text Example
White with #E298FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E298FF; }
p { color: rgb(226,152,255); }
H1.HeaderClassName
{
color: #E298FF;
}
.AnyTagClassName
{
color: #E298FF;
}
</style>
background-color css
<style>
a { background-color: #E298FF; }
a { background-color: rgb(226,152,255); }
div.DivClassName
{
background-color: #E298FF;
}
.BgClassName
{
background-color: #E298FF;
}
</style>
border-color css
<style>
span { border-color: #E298FF; }
span { border-color: rgb(226,152,255); }
td.TdClassName
{
border-color: #E298FF;
}
.TagClassName
{
border-color: #E298FF;
}
</style>