Shades of Mauve #E09EF8
Tints of Mauve #E09EF8
RGB
CMYK
RGB Variations
Color information
#E09EF8 (or 0xE09EF8) is known color: Mauve. HEX triplet: E0, 9E and F8. RGB value is (224,158,248). Sum of RGB (Red+Green+Blue) = 224+158+248=630 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.56% from 630); Green value is 158 (62.11% from 255 or 25.08% from 630); Blue value is 248 (97.27% from 255 or 39.37% from 630); Max value from RGB is 248 - color contains mainly: blue. Hex color #E09EF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09EF8 is #1F6107. Grayscale: #BBBBBB. Windows color (decimal): -2056456 or 16293600. OLE color: 16293600.
HSL color Cylindrical-coordinate representation of color #E09EF8: hue angle of 284º degrees, saturation: 0.87, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E09EF8 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 158 | 248 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.03 |
| HSL | 284º | 0.87% | 0.8% | - |
| HSV(B) | 284º | 0.36% | 0.97% | - |
| XYZ | 59.91 | 47.08 | 94.74 | - |
| YUV | 187.99 | 161.87 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 158 | 248 | 0.10 | 0.36 | 0 | 0.03 | 284 | 0.87 | 0.8 |
| Hex | E0 | 9E | F8 | A | 24 | 0 | 3 | 11C | 57 | 50 |
| Octal | 340 | 236 | 370 | 12 | 44 | 0 | 3 | 434 | 127 | 120 |
| Binary | 11100000 | 10011110 | 11111000 | 1010 | 100100 | 0 | 11 | 100011100 | 1010111 | 1010000 |
Color Harmonies of #E09EF8
Complementary color
Monochromatic Colors of #E09EF8
Black with #E09EF8
Text Example
Text Example
White with #E09EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09EF8; }
p { color: rgb(224,158,248); }
H1.HeaderClassName
{
color: #E09EF8;
}
.AnyTagClassName
{
color: #E09EF8;
}
</style>
background-color css
<style>
a { background-color: #E09EF8; }
a { background-color: rgb(224,158,248); }
div.DivClassName
{
background-color: #E09EF8;
}
.BgClassName
{
background-color: #E09EF8;
}
</style>
border-color css
<style>
span { border-color: #E09EF8; }
span { border-color: rgb(224,158,248); }
td.TdClassName
{
border-color: #E09EF8;
}
.TagClassName
{
border-color: #E09EF8;
}
</style>