Shades of Mauve #E098FF
Tints of Mauve #E098FF
RGB
CMYK
RGB Variations
Color information
#E098FF (or 0xE098FF) is known color: Mauve. HEX triplet: E0, 98 and FF. RGB value is (224,152,255). Sum of RGB (Red+Green+Blue) = 224+152+255=631 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.50% from 631); Green value is 152 (59.77% from 255 or 24.09% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #E098FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E098FF is #1F6700. Grayscale: #B8B8B8. Windows color (decimal): -2057985 or 16750816. OLE color: 16750816.
HSL color Cylindrical-coordinate representation of color #E098FF: hue angle of 281.94º 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 #E098FF is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 152 | 255 | - |
| CMYK | 0.12 | 0.40 | 0 | 0 |
| HSL | 281.94º | 1% | 0.8% | - |
| HSV(B) | 281.94º | 0.4% | 1% | - |
| XYZ | 60.02 | 45.52 | 100.23 | - |
| YUV | 185.27 | 167.35 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 255 | 0.12 | 0.40 | 0 | 0 | 281.94 | 1 | 0.8 |
| Hex | E0 | 98 | FF | C | 28 | 0 | 0 | 11A | 64 | 50 |
| Octal | 340 | 230 | 377 | 14 | 50 | 0 | 0 | 432 | 144 | 120 |
| Binary | 11100000 | 10011000 | 11111111 | 1100 | 101000 | 0 | 0 | 100011010 | 1100100 | 1010000 |
Color Harmonies of #E098FF
Complementary color
Monochromatic Colors of #E098FF
Black with #E098FF
Text Example
Text Example
White with #E098FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E098FF; }
p { color: rgb(224,152,255); }
H1.HeaderClassName
{
color: #E098FF;
}
.AnyTagClassName
{
color: #E098FF;
}
</style>
background-color css
<style>
a { background-color: #E098FF; }
a { background-color: rgb(224,152,255); }
div.DivClassName
{
background-color: #E098FF;
}
.BgClassName
{
background-color: #E098FF;
}
</style>
border-color css
<style>
span { border-color: #E098FF; }
span { border-color: rgb(224,152,255); }
td.TdClassName
{
border-color: #E098FF;
}
.TagClassName
{
border-color: #E098FF;
}
</style>