Shades of Mauve #E09FFF
Tints of Mauve #E09FFF
RGB
CMYK
RGB Variations
Color information
#E09FFF (or 0xE09FFF) is known color: Mauve. HEX triplet: E0, 9F and FF. RGB value is (224,159,255). Sum of RGB (Red+Green+Blue) = 224+159+255=638 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.11% from 638); Green value is 159 (62.5% from 255 or 24.92% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #E09FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09FFF is #1F6000. Grayscale: #BDBDBD. Windows color (decimal): -2056193 or 16752608. OLE color: 16752608.
HSL color Cylindrical-coordinate representation of color #E09FFF: hue angle of 280.62º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E09FFF is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 159 | 255 | - |
| CMYK | 0.12 | 0.38 | 0 | 0 |
| HSL | 280.63º | 1% | 0.81% | - |
| HSV(B) | 280.63º | 0.38% | 1% | - |
| XYZ | 61.19 | 47.86 | 100.62 | - |
| YUV | 189.38 | 165.03 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 159 | 255 | 0.12 | 0.38 | 0 | 0 | 280.63 | 1 | 0.81 |
| Hex | E0 | 9F | FF | C | 26 | 0 | 0 | 119 | 64 | 51 |
| Octal | 340 | 237 | 377 | 14 | 46 | 0 | 0 | 431 | 144 | 121 |
| Binary | 11100000 | 10011111 | 11111111 | 1100 | 100110 | 0 | 0 | 100011001 | 1100100 | 1010001 |
Color Harmonies of #E09FFF
Complementary color
Monochromatic Colors of #E09FFF
Black with #E09FFF
Text Example
Text Example
White with #E09FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09FFF; }
p { color: rgb(224,159,255); }
H1.HeaderClassName
{
color: #E09FFF;
}
.AnyTagClassName
{
color: #E09FFF;
}
</style>
background-color css
<style>
a { background-color: #E09FFF; }
a { background-color: rgb(224,159,255); }
div.DivClassName
{
background-color: #E09FFF;
}
.BgClassName
{
background-color: #E09FFF;
}
</style>
border-color css
<style>
span { border-color: #E09FFF; }
span { border-color: rgb(224,159,255); }
td.TdClassName
{
border-color: #E09FFF;
}
.TagClassName
{
border-color: #E09FFF;
}
</style>