Shades of Mauve #E099FE
Tints of Mauve #E099FE
RGB
CMYK
RGB Variations
Color information
#E099FE (or 0xE099FE) is known color: Mauve. HEX triplet: E0, 99 and FE. RGB value is (224,153,254). Sum of RGB (Red+Green+Blue) = 224+153+254=631 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.50% from 631); Green value is 153 (60.16% from 255 or 24.25% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #E099FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E099FE is #1F6601. Grayscale: #B9B9B9. Windows color (decimal): -2057730 or 16685536. OLE color: 16685536.
HSL color Cylindrical-coordinate representation of color #E099FE: hue angle of 282.18º 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 #E099FE is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 153 | 254 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.00 |
| HSL | 282.18º | 0.98% | 0.8% | - |
| HSV(B) | 282.18º | 0.4% | 1% | - |
| XYZ | 60.02 | 45.79 | 99.44 | - |
| YUV | 185.74 | 166.52 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 153 | 254 | 0.12 | 0.40 | 0 | 0.00 | 282.18 | 0.98 | 0.8 |
| Hex | E0 | 99 | FE | C | 28 | 0 | 0 | 11A | 62 | 50 |
| Octal | 340 | 231 | 376 | 14 | 50 | 0 | 0 | 432 | 142 | 120 |
| Binary | 11100000 | 10011001 | 11111110 | 1100 | 101000 | 0 | 0 | 100011010 | 1100010 | 1010000 |
Color Harmonies of #E099FE
Complementary color
Monochromatic Colors of #E099FE
Black with #E099FE
Text Example
Text Example
White with #E099FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E099FE; }
p { color: rgb(224,153,254); }
H1.HeaderClassName
{
color: #E099FE;
}
.AnyTagClassName
{
color: #E099FE;
}
</style>
background-color css
<style>
a { background-color: #E099FE; }
a { background-color: rgb(224,153,254); }
div.DivClassName
{
background-color: #E099FE;
}
.BgClassName
{
background-color: #E099FE;
}
</style>
border-color css
<style>
span { border-color: #E099FE; }
span { border-color: rgb(224,153,254); }
td.TdClassName
{
border-color: #E099FE;
}
.TagClassName
{
border-color: #E099FE;
}
</style>