Shades of Mauvelous #EC8EA0
Tints of Mauvelous #EC8EA0
RGB
CMYK
RGB Variations
Color information
#EC8EA0 (or 0xEC8EA0) is known color: Mauvelous. HEX triplet: EC, 8E and A0. RGB value is (236,142,160). Sum of RGB (Red+Green+Blue) = 236+142+160=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8EA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8EA0 is #13715F. Grayscale: #ACACAC. Windows color (decimal): -1274208 or 10522348. OLE color: 10522348.
HSL color Cylindrical-coordinate representation of color #EC8EA0: hue angle of 348.51º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC8EA0 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 142 | 160 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.07 |
| HSL | 348.51º | 0.71% | 0.74% | - |
| HSV(B) | 348.51º | 0.4% | 0.93% | - |
| XYZ | 50.61 | 39.72 | 38.26 | - |
| YUV | 172.16 | 121.14 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 142 | 160 | 0 | 0.40 | 0.32 | 0.07 | 348.51 | 0.71 | 0.74 |
| Hex | EC | 8E | A0 | 0 | 28 | 20 | 7 | 15D | 47 | 4A |
| Octal | 354 | 216 | 240 | 0 | 50 | 40 | 7 | 535 | 107 | 112 |
| Binary | 11101100 | 10001110 | 10100000 | 0 | 101000 | 100000 | 111 | 101011101 | 1000111 | 1001010 |
Color Harmonies of #EC8EA0
Complementary color
Monochromatic Colors of #EC8EA0
Black with #EC8EA0
Text Example
Text Example
White with #EC8EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8EA0; }
p { color: rgb(236,142,160); }
H1.HeaderClassName
{
color: #EC8EA0;
}
.AnyTagClassName
{
color: #EC8EA0;
}
</style>
background-color css
<style>
a { background-color: #EC8EA0; }
a { background-color: rgb(236,142,160); }
div.DivClassName
{
background-color: #EC8EA0;
}
.BgClassName
{
background-color: #EC8EA0;
}
</style>
border-color css
<style>
span { border-color: #EC8EA0; }
span { border-color: rgb(236,142,160); }
td.TdClassName
{
border-color: #EC8EA0;
}
.TagClassName
{
border-color: #EC8EA0;
}
</style>