Shades of Mauvelous #EC9BA6
Tints of Mauvelous #EC9BA6
RGB
CMYK
RGB Variations
Color information
#EC9BA6 (or 0xEC9BA6) is known color: Mauvelous. HEX triplet: EC, 9B and A6. RGB value is (236,155,166). Sum of RGB (Red+Green+Blue) = 236+155+166=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 166 (65.23% from 255 or 29.80% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9BA6 is #136459. Grayscale: #B4B4B4. Windows color (decimal): -1270874 or 10918892. OLE color: 10918892.
HSL color Cylindrical-coordinate representation of color #EC9BA6: hue angle of 351.85º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EC9BA6 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 155 | 166 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.07 |
| HSL | 351.85º | 0.68% | 0.77% | - |
| HSV(B) | 351.85º | 0.34% | 0.93% | - |
| XYZ | 53.2 | 44.03 | 41.77 | - |
| YUV | 180.47 | 119.84 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 155 | 166 | 0 | 0.34 | 0.30 | 0.07 | 351.85 | 0.68 | 0.77 |
| Hex | EC | 9B | A6 | 0 | 22 | 1E | 7 | 160 | 44 | 4D |
| Octal | 354 | 233 | 246 | 0 | 42 | 36 | 7 | 540 | 104 | 115 |
| Binary | 11101100 | 10011011 | 10100110 | 0 | 100010 | 11110 | 111 | 101100000 | 1000100 | 1001101 |
Color Harmonies of #EC9BA6
Complementary color
Monochromatic Colors of #EC9BA6
Black with #EC9BA6
Text Example
Text Example
White with #EC9BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9BA6; }
p { color: rgb(236,155,166); }
H1.HeaderClassName
{
color: #EC9BA6;
}
.AnyTagClassName
{
color: #EC9BA6;
}
</style>
background-color css
<style>
a { background-color: #EC9BA6; }
a { background-color: rgb(236,155,166); }
div.DivClassName
{
background-color: #EC9BA6;
}
.BgClassName
{
background-color: #EC9BA6;
}
</style>
border-color css
<style>
span { border-color: #EC9BA6; }
span { border-color: rgb(236,155,166); }
td.TdClassName
{
border-color: #EC9BA6;
}
.TagClassName
{
border-color: #EC9BA6;
}
</style>