Shades of Mauve #E09DF4
Tints of Mauve #E09DF4
RGB
CMYK
RGB Variations
Color information
#E09DF4 (or 0xE09DF4) is known color: Mauve. HEX triplet: E0, 9D and F4. RGB value is (224,157,244). Sum of RGB (Red+Green+Blue) = 224+157+244=625 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.84% from 625); Green value is 157 (61.72% from 255 or 25.12% from 625); Blue value is 244 (95.70% from 255 or 39.04% from 625); Max value from RGB is 244 - color contains mainly: blue. Hex color #E09DF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09DF4 is #1F620B. Grayscale: #BABABA. Windows color (decimal): -2056716 or 16031200. OLE color: 16031200.
HSL color Cylindrical-coordinate representation of color #E09DF4: hue angle of 286.21º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E09DF4 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 157 | 244 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.04 |
| HSL | 286.21º | 0.8% | 0.79% | - |
| HSV(B) | 286.21º | 0.36% | 0.96% | - |
| XYZ | 59.13 | 46.49 | 91.45 | - |
| YUV | 186.95 | 160.2 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 244 | 0.08 | 0.36 | 0 | 0.04 | 286.21 | 0.8 | 0.79 |
| Hex | E0 | 9D | F4 | 8 | 24 | 0 | 4 | 11E | 50 | 4F |
| Octal | 340 | 235 | 364 | 10 | 44 | 0 | 4 | 436 | 120 | 117 |
| Binary | 11100000 | 10011101 | 11110100 | 1000 | 100100 | 0 | 100 | 100011110 | 1010000 | 1001111 |
Color Harmonies of #E09DF4
Complementary color
Monochromatic Colors of #E09DF4
Black with #E09DF4
Text Example
Text Example
White with #E09DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09DF4; }
p { color: rgb(224,157,244); }
H1.HeaderClassName
{
color: #E09DF4;
}
.AnyTagClassName
{
color: #E09DF4;
}
</style>
background-color css
<style>
a { background-color: #E09DF4; }
a { background-color: rgb(224,157,244); }
div.DivClassName
{
background-color: #E09DF4;
}
.BgClassName
{
background-color: #E09DF4;
}
</style>
border-color css
<style>
span { border-color: #E09DF4; }
span { border-color: rgb(224,157,244); }
td.TdClassName
{
border-color: #E09DF4;
}
.TagClassName
{
border-color: #E09DF4;
}
</style>