Shades of Mauve #E098FE
Tints of Mauve #E098FE
RGB
CMYK
RGB Variations
Color information
#E098FE (or 0xE098FE) is known color: Mauve. HEX triplet: E0, 98 and FE. RGB value is (224,152,254). Sum of RGB (Red+Green+Blue) = 224+152+254=630 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.56% from 630); Green value is 152 (59.77% from 255 or 24.13% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #E098FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E098FE is #1F6701. Grayscale: #B8B8B8. Windows color (decimal): -2057986 or 16685280. OLE color: 16685280.
HSL color Cylindrical-coordinate representation of color #E098FE: hue angle of 282.35º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E098FE is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 152 | 254 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.00 |
| HSL | 282.35º | 0.98% | 0.8% | - |
| HSV(B) | 282.35º | 0.4% | 1% | - |
| XYZ | 59.86 | 45.46 | 99.39 | - |
| YUV | 185.16 | 166.85 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 254 | 0.12 | 0.40 | 0 | 0.00 | 282.35 | 0.98 | 0.8 |
| Hex | E0 | 98 | FE | C | 28 | 0 | 0 | 11A | 62 | 50 |
| Octal | 340 | 230 | 376 | 14 | 50 | 0 | 0 | 432 | 142 | 120 |
| Binary | 11100000 | 10011000 | 11111110 | 1100 | 101000 | 0 | 0 | 100011010 | 1100010 | 1010000 |
Color Harmonies of #E098FE
Complementary color
Monochromatic Colors of #E098FE
Black with #E098FE
Text Example
Text Example
White with #E098FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E098FE; }
p { color: rgb(224,152,254); }
H1.HeaderClassName
{
color: #E098FE;
}
.AnyTagClassName
{
color: #E098FE;
}
</style>
background-color css
<style>
a { background-color: #E098FE; }
a { background-color: rgb(224,152,254); }
div.DivClassName
{
background-color: #E098FE;
}
.BgClassName
{
background-color: #E098FE;
}
</style>
border-color css
<style>
span { border-color: #E098FE; }
span { border-color: rgb(224,152,254); }
td.TdClassName
{
border-color: #E098FE;
}
.TagClassName
{
border-color: #E098FE;
}
</style>