Shades of Mauvelous #EC9BA8
Tints of Mauvelous #EC9BA8
RGB
CMYK
RGB Variations
Color information
#EC9BA8 (or 0xEC9BA8) is known color: Mauvelous. HEX triplet: EC, 9B and A8. RGB value is (236,155,168). Sum of RGB (Red+Green+Blue) = 236+155+168=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 168 (66.02% from 255 or 30.05% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9BA8 is #136457. Grayscale: #B4B4B4. Windows color (decimal): -1270872 or 11049964. OLE color: 11049964.
HSL color Cylindrical-coordinate representation of color #EC9BA8: hue angle of 350.37º 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 #EC9BA8 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 155 | 168 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.07 |
| HSL | 350.37º | 0.68% | 0.77% | - |
| HSV(B) | 350.37º | 0.34% | 0.93% | - |
| XYZ | 53.38 | 44.1 | 42.74 | - |
| YUV | 180.7 | 120.84 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 155 | 168 | 0 | 0.34 | 0.29 | 0.07 | 350.37 | 0.68 | 0.77 |
| Hex | EC | 9B | A8 | 0 | 22 | 1D | 7 | 15E | 44 | 4D |
| Octal | 354 | 233 | 250 | 0 | 42 | 35 | 7 | 536 | 104 | 115 |
| Binary | 11101100 | 10011011 | 10101000 | 0 | 100010 | 11101 | 111 | 101011110 | 1000100 | 1001101 |
Color Harmonies of #EC9BA8
Complementary color
Monochromatic Colors of #EC9BA8
Black with #EC9BA8
Text Example
Text Example
White with #EC9BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9BA8; }
p { color: rgb(236,155,168); }
H1.HeaderClassName
{
color: #EC9BA8;
}
.AnyTagClassName
{
color: #EC9BA8;
}
</style>
background-color css
<style>
a { background-color: #EC9BA8; }
a { background-color: rgb(236,155,168); }
div.DivClassName
{
background-color: #EC9BA8;
}
.BgClassName
{
background-color: #EC9BA8;
}
</style>
border-color css
<style>
span { border-color: #EC9BA8; }
span { border-color: rgb(236,155,168); }
td.TdClassName
{
border-color: #EC9BA8;
}
.TagClassName
{
border-color: #EC9BA8;
}
</style>