Shades of Mauve #E09FF2
Tints of Mauve #E09FF2
RGB
CMYK
RGB Variations
Color information
#E09FF2 (or 0xE09FF2) is known color: Mauve. HEX triplet: E0, 9F and F2. RGB value is (224,159,242). Sum of RGB (Red+Green+Blue) = 224+159+242=625 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.84% from 625); Green value is 159 (62.5% from 255 or 25.44% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 242 - color contains mainly: blue. Hex color #E09FF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09FF2 is #1F600D. Grayscale: #BBBBBB. Windows color (decimal): -2056206 or 15900640. OLE color: 15900640.
HSL color Cylindrical-coordinate representation of color #E09FF2: hue angle of 286.99º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E09FF2 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 159 | 242 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.05 |
| HSL | 286.99º | 0.76% | 0.79% | - |
| HSV(B) | 286.99º | 0.34% | 0.95% | - |
| XYZ | 59.17 | 47.05 | 89.97 | - |
| YUV | 187.9 | 158.53 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 159 | 242 | 0.07 | 0.34 | 0 | 0.05 | 286.99 | 0.76 | 0.79 |
| Hex | E0 | 9F | F2 | 7 | 22 | 0 | 5 | 11F | 4C | 4F |
| Octal | 340 | 237 | 362 | 7 | 42 | 0 | 5 | 437 | 114 | 117 |
| Binary | 11100000 | 10011111 | 11110010 | 111 | 100010 | 0 | 101 | 100011111 | 1001100 | 1001111 |
Color Harmonies of #E09FF2
Complementary color
Monochromatic Colors of #E09FF2
Black with #E09FF2
Text Example
Text Example
White with #E09FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09FF2; }
p { color: rgb(224,159,242); }
H1.HeaderClassName
{
color: #E09FF2;
}
.AnyTagClassName
{
color: #E09FF2;
}
</style>
background-color css
<style>
a { background-color: #E09FF2; }
a { background-color: rgb(224,159,242); }
div.DivClassName
{
background-color: #E09FF2;
}
.BgClassName
{
background-color: #E09FF2;
}
</style>
border-color css
<style>
span { border-color: #E09FF2; }
span { border-color: rgb(224,159,242); }
td.TdClassName
{
border-color: #E09FF2;
}
.TagClassName
{
border-color: #E09FF2;
}
</style>