Shades of Mauve #E79DFF
Tints of Mauve #E79DFF
RGB
CMYK
RGB Variations
Color information
#E79DFF (or 0xE79DFF) is known color: Mauve. HEX triplet: E7, 9D and FF. RGB value is (231,157,255). Sum of RGB (Red+Green+Blue) = 231+157+255=643 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.93% from 643); Green value is 157 (61.72% from 255 or 24.42% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #E79DFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79DFF is #186200. Grayscale: #BDBDBD. Windows color (decimal): -1597953 or 16752103. OLE color: 16752103.
HSL color Cylindrical-coordinate representation of color #E79DFF: hue angle of 285.31º 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 #E79DFF is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 157 | 255 | - |
| CMYK | 0.09 | 0.38 | 0 | 0 |
| HSL | 285.31º | 1% | 0.81% | - |
| HSV(B) | 285.31º | 0.38% | 1% | - |
| XYZ | 63.06 | 48.32 | 100.61 | - |
| YUV | 190.3 | 164.52 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 157 | 255 | 0.09 | 0.38 | 0 | 0 | 285.31 | 1 | 0.81 |
| Hex | E7 | 9D | FF | 9 | 26 | 0 | 0 | 11D | 64 | 51 |
| Octal | 347 | 235 | 377 | 11 | 46 | 0 | 0 | 435 | 144 | 121 |
| Binary | 11100111 | 10011101 | 11111111 | 1001 | 100110 | 0 | 0 | 100011101 | 1100100 | 1010001 |
Color Harmonies of #E79DFF
Complementary color
Monochromatic Colors of #E79DFF
Black with #E79DFF
Text Example
Text Example
White with #E79DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79DFF; }
p { color: rgb(231,157,255); }
H1.HeaderClassName
{
color: #E79DFF;
}
.AnyTagClassName
{
color: #E79DFF;
}
</style>
background-color css
<style>
a { background-color: #E79DFF; }
a { background-color: rgb(231,157,255); }
div.DivClassName
{
background-color: #E79DFF;
}
.BgClassName
{
background-color: #E79DFF;
}
</style>
border-color css
<style>
span { border-color: #E79DFF; }
span { border-color: rgb(231,157,255); }
td.TdClassName
{
border-color: #E79DFF;
}
.TagClassName
{
border-color: #E79DFF;
}
</style>