Shades of Mauve #E298FC
Tints of Mauve #E298FC
RGB
CMYK
RGB Variations
Color information
#E298FC (or 0xE298FC) is known color: Mauve. HEX triplet: E2, 98 and FC. RGB value is (226,152,252). Sum of RGB (Red+Green+Blue) = 226+152+252=630 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.87% from 630); Green value is 152 (59.77% from 255 or 24.13% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #E298FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E298FC is #1D6703. Grayscale: #B9B9B9. Windows color (decimal): -1926916 or 16554210. OLE color: 16554210.
HSL color Cylindrical-coordinate representation of color #E298FC: hue angle of 284.4º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E298FC is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 152 | 252 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.01 |
| HSL | 284.4º | 0.94% | 0.79% | - |
| HSV(B) | 284.4º | 0.4% | 0.99% | - |
| XYZ | 60.16 | 45.65 | 97.74 | - |
| YUV | 185.53 | 165.52 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 152 | 252 | 0.10 | 0.40 | 0 | 0.01 | 284.4 | 0.94 | 0.79 |
| Hex | E2 | 98 | FC | A | 28 | 0 | 1 | 11C | 5E | 4F |
| Octal | 342 | 230 | 374 | 12 | 50 | 0 | 1 | 434 | 136 | 117 |
| Binary | 11100010 | 10011000 | 11111100 | 1010 | 101000 | 0 | 1 | 100011100 | 1011110 | 1001111 |
Color Harmonies of #E298FC
Complementary color
Monochromatic Colors of #E298FC
Black with #E298FC
Text Example
Text Example
White with #E298FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E298FC; }
p { color: rgb(226,152,252); }
H1.HeaderClassName
{
color: #E298FC;
}
.AnyTagClassName
{
color: #E298FC;
}
</style>
background-color css
<style>
a { background-color: #E298FC; }
a { background-color: rgb(226,152,252); }
div.DivClassName
{
background-color: #E298FC;
}
.BgClassName
{
background-color: #E298FC;
}
</style>
border-color css
<style>
span { border-color: #E298FC; }
span { border-color: rgb(226,152,252); }
td.TdClassName
{
border-color: #E298FC;
}
.TagClassName
{
border-color: #E298FC;
}
</style>