Shades of Mauvelous #EC9EA7
Tints of Mauvelous #EC9EA7
RGB
CMYK
RGB Variations
Color information
#EC9EA7 (or 0xEC9EA7) is known color: Mauvelous. HEX triplet: EC, 9E and A7. RGB value is (236,158,167). Sum of RGB (Red+Green+Blue) = 236+158+167=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 167 (65.62% from 255 or 29.77% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9EA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9EA7 is #136158. Grayscale: #B6B6B6. Windows color (decimal): -1270105 or 10985196. OLE color: 10985196.
HSL color Cylindrical-coordinate representation of color #EC9EA7: hue angle of 353.08º 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 #EC9EA7 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 158 | 167 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.07 |
| HSL | 353.08º | 0.67% | 0.77% | - |
| HSV(B) | 353.08º | 0.33% | 0.93% | - |
| XYZ | 53.79 | 45.08 | 42.42 | - |
| YUV | 182.35 | 119.34 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 167 | 0 | 0.33 | 0.29 | 0.07 | 353.08 | 0.67 | 0.77 |
| Hex | EC | 9E | A7 | 0 | 21 | 1D | 7 | 161 | 43 | 4D |
| Octal | 354 | 236 | 247 | 0 | 41 | 35 | 7 | 541 | 103 | 115 |
| Binary | 11101100 | 10011110 | 10100111 | 0 | 100001 | 11101 | 111 | 101100001 | 1000011 | 1001101 |
Color Harmonies of #EC9EA7
Complementary color
Monochromatic Colors of #EC9EA7
Black with #EC9EA7
Text Example
Text Example
White with #EC9EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9EA7; }
p { color: rgb(236,158,167); }
H1.HeaderClassName
{
color: #EC9EA7;
}
.AnyTagClassName
{
color: #EC9EA7;
}
</style>
background-color css
<style>
a { background-color: #EC9EA7; }
a { background-color: rgb(236,158,167); }
div.DivClassName
{
background-color: #EC9EA7;
}
.BgClassName
{
background-color: #EC9EA7;
}
</style>
border-color css
<style>
span { border-color: #EC9EA7; }
span { border-color: rgb(236,158,167); }
td.TdClassName
{
border-color: #EC9EA7;
}
.TagClassName
{
border-color: #EC9EA7;
}
</style>