Shades of Mauve #E09DFE
Tints of Mauve #E09DFE
RGB
CMYK
RGB Variations
Color information
#E09DFE (or 0xE09DFE) is known color: Mauve. HEX triplet: E0, 9D and FE. RGB value is (224,157,254). Sum of RGB (Red+Green+Blue) = 224+157+254=635 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.28% from 635); Green value is 157 (61.72% from 255 or 24.72% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #E09DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09DFE is #1F6201. Grayscale: #BBBBBB. Windows color (decimal): -2056706 or 16686560. OLE color: 16686560.
HSL color Cylindrical-coordinate representation of color #E09DFE: hue angle of 281.44º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E09DFE is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 157 | 254 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.00 |
| HSL | 281.44º | 0.98% | 0.81% | - |
| HSV(B) | 281.44º | 0.38% | 1% | - |
| XYZ | 60.69 | 47.12 | 99.66 | - |
| YUV | 188.09 | 165.2 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 254 | 0.12 | 0.38 | 0 | 0.00 | 281.44 | 0.98 | 0.81 |
| Hex | E0 | 9D | FE | C | 26 | 0 | 0 | 119 | 62 | 51 |
| Octal | 340 | 235 | 376 | 14 | 46 | 0 | 0 | 431 | 142 | 121 |
| Binary | 11100000 | 10011101 | 11111110 | 1100 | 100110 | 0 | 0 | 100011001 | 1100010 | 1010001 |
Color Harmonies of #E09DFE
Complementary color
Monochromatic Colors of #E09DFE
Black with #E09DFE
Text Example
Text Example
White with #E09DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09DFE; }
p { color: rgb(224,157,254); }
H1.HeaderClassName
{
color: #E09DFE;
}
.AnyTagClassName
{
color: #E09DFE;
}
</style>
background-color css
<style>
a { background-color: #E09DFE; }
a { background-color: rgb(224,157,254); }
div.DivClassName
{
background-color: #E09DFE;
}
.BgClassName
{
background-color: #E09DFE;
}
</style>
border-color css
<style>
span { border-color: #E09DFE; }
span { border-color: rgb(224,157,254); }
td.TdClassName
{
border-color: #E09DFE;
}
.TagClassName
{
border-color: #E09DFE;
}
</style>