Shades of Mauve #EC9FF8
Tints of Mauve #EC9FF8
RGB
CMYK
RGB Variations
Color information
#EC9FF8 (or 0xEC9FF8) is known color: Mauve. HEX triplet: EC, 9F and F8. RGB value is (236,159,248). Sum of RGB (Red+Green+Blue) = 236+159+248=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 159 (62.5% from 255 or 24.73% from 643); Blue value is 248 (97.27% from 255 or 38.57% from 643); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC9FF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9FF8 is #136007. Grayscale: #BFBFBF. Windows color (decimal): -1269768 or 16293868. OLE color: 16293868.
HSL color Cylindrical-coordinate representation of color #EC9FF8: hue angle of 291.91º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EC9FF8 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 159 | 248 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.03 |
| HSL | 291.91º | 0.86% | 0.8% | - |
| HSV(B) | 291.91º | 0.36% | 0.97% | - |
| XYZ | 63.93 | 49.41 | 94.97 | - |
| YUV | 192.17 | 159.51 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 248 | 0.05 | 0.36 | 0 | 0.03 | 291.91 | 0.86 | 0.8 |
| Hex | EC | 9F | F8 | 5 | 24 | 0 | 3 | 124 | 56 | 50 |
| Octal | 354 | 237 | 370 | 5 | 44 | 0 | 3 | 444 | 126 | 120 |
| Binary | 11101100 | 10011111 | 11111000 | 101 | 100100 | 0 | 11 | 100100100 | 1010110 | 1010000 |
Color Harmonies of #EC9FF8
Complementary color
Monochromatic Colors of #EC9FF8
Black with #EC9FF8
Text Example
Text Example
White with #EC9FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9FF8; }
p { color: rgb(236,159,248); }
H1.HeaderClassName
{
color: #EC9FF8;
}
.AnyTagClassName
{
color: #EC9FF8;
}
</style>
background-color css
<style>
a { background-color: #EC9FF8; }
a { background-color: rgb(236,159,248); }
div.DivClassName
{
background-color: #EC9FF8;
}
.BgClassName
{
background-color: #EC9FF8;
}
</style>
border-color css
<style>
span { border-color: #EC9FF8; }
span { border-color: rgb(236,159,248); }
td.TdClassName
{
border-color: #EC9FF8;
}
.TagClassName
{
border-color: #EC9FF8;
}
</style>