Shades of Mauve #E099FD
Tints of Mauve #E099FD
RGB
CMYK
RGB Variations
Color information
#E099FD (or 0xE099FD) is known color: Mauve. HEX triplet: E0, 99 and FD. RGB value is (224,153,253). Sum of RGB (Red+Green+Blue) = 224+153+253=630 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.56% from 630); Green value is 153 (60.16% from 255 or 24.29% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #E099FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E099FD is #1F6602. Grayscale: #B9B9B9. Windows color (decimal): -2057731 or 16620000. OLE color: 16620000.
HSL color Cylindrical-coordinate representation of color #E099FD: hue angle of 282.6º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E099FD is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 153 | 253 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.01 |
| HSL | 282.6º | 0.96% | 0.8% | - |
| HSV(B) | 282.6º | 0.4% | 0.99% | - |
| XYZ | 59.86 | 45.72 | 98.6 | - |
| YUV | 185.63 | 166.02 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 153 | 253 | 0.11 | 0.40 | 0 | 0.01 | 282.6 | 0.96 | 0.8 |
| Hex | E0 | 99 | FD | B | 28 | 0 | 1 | 11B | 60 | 50 |
| Octal | 340 | 231 | 375 | 13 | 50 | 0 | 1 | 433 | 140 | 120 |
| Binary | 11100000 | 10011001 | 11111101 | 1011 | 101000 | 0 | 1 | 100011011 | 1100000 | 1010000 |
Color Harmonies of #E099FD
Complementary color
Monochromatic Colors of #E099FD
Black with #E099FD
Text Example
Text Example
White with #E099FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E099FD; }
p { color: rgb(224,153,253); }
H1.HeaderClassName
{
color: #E099FD;
}
.AnyTagClassName
{
color: #E099FD;
}
</style>
background-color css
<style>
a { background-color: #E099FD; }
a { background-color: rgb(224,153,253); }
div.DivClassName
{
background-color: #E099FD;
}
.BgClassName
{
background-color: #E099FD;
}
</style>
border-color css
<style>
span { border-color: #E099FD; }
span { border-color: rgb(224,153,253); }
td.TdClassName
{
border-color: #E099FD;
}
.TagClassName
{
border-color: #E099FD;
}
</style>