Shades of Mauve #E09DFF
Tints of Mauve #E09DFF
RGB
CMYK
RGB Variations
Color information
#E09DFF (or 0xE09DFF) is known color: Mauve. HEX triplet: E0, 9D and FF. RGB value is (224,157,255). Sum of RGB (Red+Green+Blue) = 224+157+255=636 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.22% from 636); Green value is 157 (61.72% from 255 or 24.69% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #E09DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09DFF is #1F6200. Grayscale: #BBBBBB. Windows color (decimal): -2056705 or 16752096. OLE color: 16752096.
HSL color Cylindrical-coordinate representation of color #E09DFF: hue angle of 281.02º 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 #E09DFF is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 157 | 255 | - |
| CMYK | 0.12 | 0.38 | 0 | 0 |
| HSL | 281.02º | 1% | 0.81% | - |
| HSV(B) | 281.02º | 0.38% | 1% | - |
| XYZ | 60.85 | 47.18 | 100.51 | - |
| YUV | 188.21 | 165.7 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 255 | 0.12 | 0.38 | 0 | 0 | 281.02 | 1 | 0.81 |
| Hex | E0 | 9D | FF | C | 26 | 0 | 0 | 119 | 64 | 51 |
| Octal | 340 | 235 | 377 | 14 | 46 | 0 | 0 | 431 | 144 | 121 |
| Binary | 11100000 | 10011101 | 11111111 | 1100 | 100110 | 0 | 0 | 100011001 | 1100100 | 1010001 |
Color Harmonies of #E09DFF
Complementary color
Monochromatic Colors of #E09DFF
Black with #E09DFF
Text Example
Text Example
White with #E09DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09DFF; }
p { color: rgb(224,157,255); }
H1.HeaderClassName
{
color: #E09DFF;
}
.AnyTagClassName
{
color: #E09DFF;
}
</style>
background-color css
<style>
a { background-color: #E09DFF; }
a { background-color: rgb(224,157,255); }
div.DivClassName
{
background-color: #E09DFF;
}
.BgClassName
{
background-color: #E09DFF;
}
</style>
border-color css
<style>
span { border-color: #E09DFF; }
span { border-color: rgb(224,157,255); }
td.TdClassName
{
border-color: #E09DFF;
}
.TagClassName
{
border-color: #E09DFF;
}
</style>