Shades of Mauvelous #EC9AA7
Tints of Mauvelous #EC9AA7
RGB
CMYK
RGB Variations
Color information
#EC9AA7 (or 0xEC9AA7) is known color: Mauvelous. HEX triplet: EC, 9A and A7. RGB value is (236,154,167). Sum of RGB (Red+Green+Blue) = 236+154+167=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 167 (65.62% from 255 or 29.98% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9AA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9AA7 is #136558. Grayscale: #B4B4B4. Windows color (decimal): -1271129 or 10984172. OLE color: 10984172.
HSL color Cylindrical-coordinate representation of color #EC9AA7: hue angle of 350.49º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC9AA7 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 167 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.07 |
| HSL | 350.49º | 0.68% | 0.76% | - |
| HSV(B) | 350.49º | 0.35% | 0.93% | - |
| XYZ | 53.12 | 43.73 | 42.2 | - |
| YUV | 180 | 120.67 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 167 | 0 | 0.35 | 0.29 | 0.07 | 350.49 | 0.68 | 0.76 |
| Hex | EC | 9A | A7 | 0 | 23 | 1D | 7 | 15E | 44 | 4C |
| Octal | 354 | 232 | 247 | 0 | 43 | 35 | 7 | 536 | 104 | 114 |
| Binary | 11101100 | 10011010 | 10100111 | 0 | 100011 | 11101 | 111 | 101011110 | 1000100 | 1001100 |
Color Harmonies of #EC9AA7
Complementary color
Monochromatic Colors of #EC9AA7
Black with #EC9AA7
Text Example
Text Example
White with #EC9AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9AA7; }
p { color: rgb(236,154,167); }
H1.HeaderClassName
{
color: #EC9AA7;
}
.AnyTagClassName
{
color: #EC9AA7;
}
</style>
background-color css
<style>
a { background-color: #EC9AA7; }
a { background-color: rgb(236,154,167); }
div.DivClassName
{
background-color: #EC9AA7;
}
.BgClassName
{
background-color: #EC9AA7;
}
</style>
border-color css
<style>
span { border-color: #EC9AA7; }
span { border-color: rgb(236,154,167); }
td.TdClassName
{
border-color: #EC9AA7;
}
.TagClassName
{
border-color: #EC9AA7;
}
</style>