Shades of Mauve #E098FC
Tints of Mauve #E098FC
RGB
CMYK
RGB Variations
Color information
#E098FC (or 0xE098FC) is known color: Mauve. HEX triplet: E0, 98 and FC. RGB value is (224,152,252). Sum of RGB (Red+Green+Blue) = 224+152+252=628 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.67% from 628); Green value is 152 (59.77% from 255 or 24.20% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #E098FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E098FC is #1F6703. Grayscale: #B8B8B8. Windows color (decimal): -2057988 or 16554208. OLE color: 16554208.
HSL color Cylindrical-coordinate representation of color #E098FC: hue angle of 283.2º 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 #E098FC is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 152 | 252 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.01 |
| HSL | 283.2º | 0.94% | 0.79% | - |
| HSV(B) | 283.2º | 0.4% | 0.99% | - |
| XYZ | 59.54 | 45.33 | 97.71 | - |
| YUV | 184.93 | 165.85 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 252 | 0.11 | 0.40 | 0 | 0.01 | 283.2 | 0.94 | 0.79 |
| Hex | E0 | 98 | FC | B | 28 | 0 | 1 | 11B | 5E | 4F |
| Octal | 340 | 230 | 374 | 13 | 50 | 0 | 1 | 433 | 136 | 117 |
| Binary | 11100000 | 10011000 | 11111100 | 1011 | 101000 | 0 | 1 | 100011011 | 1011110 | 1001111 |
Color Harmonies of #E098FC
Complementary color
Monochromatic Colors of #E098FC
Black with #E098FC
Text Example
Text Example
White with #E098FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E098FC; }
p { color: rgb(224,152,252); }
H1.HeaderClassName
{
color: #E098FC;
}
.AnyTagClassName
{
color: #E098FC;
}
</style>
background-color css
<style>
a { background-color: #E098FC; }
a { background-color: rgb(224,152,252); }
div.DivClassName
{
background-color: #E098FC;
}
.BgClassName
{
background-color: #E098FC;
}
</style>
border-color css
<style>
span { border-color: #E098FC; }
span { border-color: rgb(224,152,252); }
td.TdClassName
{
border-color: #E098FC;
}
.TagClassName
{
border-color: #E098FC;
}
</style>