Shades of Mauve #E09DF9
Tints of Mauve #E09DF9
RGB
CMYK
RGB Variations
Color information
#E09DF9 (or 0xE09DF9) is known color: Mauve. HEX triplet: E0, 9D and F9. RGB value is (224,157,249). Sum of RGB (Red+Green+Blue) = 224+157+249=630 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.56% from 630); Green value is 157 (61.72% from 255 or 24.92% from 630); Blue value is 249 (97.66% from 255 or 39.52% from 630); Max value from RGB is 249 - color contains mainly: blue. Hex color #E09DF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09DF9 is #1F6206. Grayscale: #BBBBBB. Windows color (decimal): -2056711 or 16358880. OLE color: 16358880.
HSL color Cylindrical-coordinate representation of color #E09DF9: hue angle of 283.7º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E09DF9 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 157 | 249 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.02 |
| HSL | 283.7º | 0.88% | 0.8% | - |
| HSV(B) | 283.7º | 0.37% | 0.98% | - |
| XYZ | 59.9 | 46.8 | 95.5 | - |
| YUV | 187.52 | 162.7 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 249 | 0.10 | 0.37 | 0 | 0.02 | 283.7 | 0.88 | 0.8 |
| Hex | E0 | 9D | F9 | A | 25 | 0 | 2 | 11C | 58 | 50 |
| Octal | 340 | 235 | 371 | 12 | 45 | 0 | 2 | 434 | 130 | 120 |
| Binary | 11100000 | 10011101 | 11111001 | 1010 | 100101 | 0 | 10 | 100011100 | 1011000 | 1010000 |
Color Harmonies of #E09DF9
Complementary color
Monochromatic Colors of #E09DF9
Black with #E09DF9
Text Example
Text Example
White with #E09DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09DF9; }
p { color: rgb(224,157,249); }
H1.HeaderClassName
{
color: #E09DF9;
}
.AnyTagClassName
{
color: #E09DF9;
}
</style>
background-color css
<style>
a { background-color: #E09DF9; }
a { background-color: rgb(224,157,249); }
div.DivClassName
{
background-color: #E09DF9;
}
.BgClassName
{
background-color: #E09DF9;
}
</style>
border-color css
<style>
span { border-color: #E09DF9; }
span { border-color: rgb(224,157,249); }
td.TdClassName
{
border-color: #E09DF9;
}
.TagClassName
{
border-color: #E09DF9;
}
</style>