Shades of Mauvelous #EC9FA7
Tints of Mauvelous #EC9FA7
RGB
CMYK
RGB Variations
Color information
#EC9FA7 (or 0xEC9FA7) is known color: Mauvelous. HEX triplet: EC, 9F and A7. RGB value is (236,159,167). Sum of RGB (Red+Green+Blue) = 236+159+167=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 167 (65.62% from 255 or 29.72% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9FA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9FA7 is #136058. Grayscale: #B6B6B6. Windows color (decimal): -1269849 or 10985452. OLE color: 10985452.
HSL color Cylindrical-coordinate representation of color #EC9FA7: hue angle of 353.77º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EC9FA7 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 159 | 167 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.07 |
| HSL | 353.77º | 0.67% | 0.77% | - |
| HSV(B) | 353.77º | 0.33% | 0.93% | - |
| XYZ | 53.97 | 45.42 | 42.48 | - |
| YUV | 182.94 | 119.01 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 167 | 0 | 0.33 | 0.29 | 0.07 | 353.77 | 0.67 | 0.77 |
| Hex | EC | 9F | A7 | 0 | 21 | 1D | 7 | 162 | 43 | 4D |
| Octal | 354 | 237 | 247 | 0 | 41 | 35 | 7 | 542 | 103 | 115 |
| Binary | 11101100 | 10011111 | 10100111 | 0 | 100001 | 11101 | 111 | 101100010 | 1000011 | 1001101 |
Color Harmonies of #EC9FA7
Complementary color
Monochromatic Colors of #EC9FA7
Black with #EC9FA7
Text Example
Text Example
White with #EC9FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9FA7; }
p { color: rgb(236,159,167); }
H1.HeaderClassName
{
color: #EC9FA7;
}
.AnyTagClassName
{
color: #EC9FA7;
}
</style>
background-color css
<style>
a { background-color: #EC9FA7; }
a { background-color: rgb(236,159,167); }
div.DivClassName
{
background-color: #EC9FA7;
}
.BgClassName
{
background-color: #EC9FA7;
}
</style>
border-color css
<style>
span { border-color: #EC9FA7; }
span { border-color: rgb(236,159,167); }
td.TdClassName
{
border-color: #EC9FA7;
}
.TagClassName
{
border-color: #EC9FA7;
}
</style>