Shades of Mauve #E09EFF
Tints of Mauve #E09EFF
RGB
CMYK
RGB Variations
Color information
#E09EFF (or 0xE09EFF) is known color: Mauve. HEX triplet: E0, 9E and FF. RGB value is (224,158,255). Sum of RGB (Red+Green+Blue) = 224+158+255=637 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.16% from 637); Green value is 158 (62.11% from 255 or 24.80% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #E09EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09EFF is #1F6100. Grayscale: #BCBCBC. Windows color (decimal): -2056449 or 16752352. OLE color: 16752352.
HSL color Cylindrical-coordinate representation of color #E09EFF: hue angle of 280.82º 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 #E09EFF is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 158 | 255 | - |
| CMYK | 0.12 | 0.38 | 0 | 0 |
| HSL | 280.82º | 1% | 0.81% | - |
| HSV(B) | 280.82º | 0.38% | 1% | - |
| XYZ | 61.02 | 47.52 | 100.56 | - |
| YUV | 188.79 | 165.37 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 158 | 255 | 0.12 | 0.38 | 0 | 0 | 280.82 | 1 | 0.81 |
| Hex | E0 | 9E | FF | C | 26 | 0 | 0 | 119 | 64 | 51 |
| Octal | 340 | 236 | 377 | 14 | 46 | 0 | 0 | 431 | 144 | 121 |
| Binary | 11100000 | 10011110 | 11111111 | 1100 | 100110 | 0 | 0 | 100011001 | 1100100 | 1010001 |
Color Harmonies of #E09EFF
Complementary color
Monochromatic Colors of #E09EFF
Black with #E09EFF
Text Example
Text Example
White with #E09EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09EFF; }
p { color: rgb(224,158,255); }
H1.HeaderClassName
{
color: #E09EFF;
}
.AnyTagClassName
{
color: #E09EFF;
}
</style>
background-color css
<style>
a { background-color: #E09EFF; }
a { background-color: rgb(224,158,255); }
div.DivClassName
{
background-color: #E09EFF;
}
.BgClassName
{
background-color: #E09EFF;
}
</style>
border-color css
<style>
span { border-color: #E09EFF; }
span { border-color: rgb(224,158,255); }
td.TdClassName
{
border-color: #E09EFF;
}
.TagClassName
{
border-color: #E09EFF;
}
</style>