Shades of Mauvelous #EC8EA5
Tints of Mauvelous #EC8EA5
RGB
CMYK
RGB Variations
Color information
#EC8EA5 (or 0xEC8EA5) is known color: Mauvelous. HEX triplet: EC, 8E and A5. RGB value is (236,142,165). Sum of RGB (Red+Green+Blue) = 236+142+165=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 165 (64.84% from 255 or 30.39% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8EA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8EA5 is #13715A. Grayscale: #ACACAC. Windows color (decimal): -1274203 or 10850028. OLE color: 10850028.
HSL color Cylindrical-coordinate representation of color #EC8EA5: hue angle of 345.32º 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 #EC8EA5 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 142 | 165 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.07 |
| HSL | 345.32º | 0.71% | 0.74% | - |
| HSV(B) | 345.32º | 0.4% | 0.93% | - |
| XYZ | 51.06 | 39.9 | 40.61 | - |
| YUV | 172.73 | 123.64 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 142 | 165 | 0 | 0.40 | 0.30 | 0.07 | 345.32 | 0.71 | 0.74 |
| Hex | EC | 8E | A5 | 0 | 28 | 1E | 7 | 159 | 47 | 4A |
| Octal | 354 | 216 | 245 | 0 | 50 | 36 | 7 | 531 | 107 | 112 |
| Binary | 11101100 | 10001110 | 10100101 | 0 | 101000 | 11110 | 111 | 101011001 | 1000111 | 1001010 |
Color Harmonies of #EC8EA5
Complementary color
Monochromatic Colors of #EC8EA5
Black with #EC8EA5
Text Example
Text Example
White with #EC8EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8EA5; }
p { color: rgb(236,142,165); }
H1.HeaderClassName
{
color: #EC8EA5;
}
.AnyTagClassName
{
color: #EC8EA5;
}
</style>
background-color css
<style>
a { background-color: #EC8EA5; }
a { background-color: rgb(236,142,165); }
div.DivClassName
{
background-color: #EC8EA5;
}
.BgClassName
{
background-color: #EC8EA5;
}
</style>
border-color css
<style>
span { border-color: #EC8EA5; }
span { border-color: rgb(236,142,165); }
td.TdClassName
{
border-color: #EC8EA5;
}
.TagClassName
{
border-color: #EC8EA5;
}
</style>