Shades of Mauvelous #EC8EA2
Tints of Mauvelous #EC8EA2
RGB
CMYK
RGB Variations
Color information
#EC8EA2 (or 0xEC8EA2) is known color: Mauvelous. HEX triplet: EC, 8E and A2. RGB value is (236,142,162). Sum of RGB (Red+Green+Blue) = 236+142+162=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 162 (63.67% from 255 or 30% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8EA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8EA2 is #13715D. Grayscale: #ACACAC. Windows color (decimal): -1274206 or 10653420. OLE color: 10653420.
HSL color Cylindrical-coordinate representation of color #EC8EA2: hue angle of 347.23º 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 #EC8EA2 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 142 | 162 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.07 |
| HSL | 347.23º | 0.71% | 0.74% | - |
| HSV(B) | 347.23º | 0.4% | 0.93% | - |
| XYZ | 50.79 | 39.79 | 39.19 | - |
| YUV | 172.39 | 122.14 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 142 | 162 | 0 | 0.40 | 0.31 | 0.07 | 347.23 | 0.71 | 0.74 |
| Hex | EC | 8E | A2 | 0 | 28 | 1F | 7 | 15B | 47 | 4A |
| Octal | 354 | 216 | 242 | 0 | 50 | 37 | 7 | 533 | 107 | 112 |
| Binary | 11101100 | 10001110 | 10100010 | 0 | 101000 | 11111 | 111 | 101011011 | 1000111 | 1001010 |
Color Harmonies of #EC8EA2
Complementary color
Monochromatic Colors of #EC8EA2
Black with #EC8EA2
Text Example
Text Example
White with #EC8EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8EA2; }
p { color: rgb(236,142,162); }
H1.HeaderClassName
{
color: #EC8EA2;
}
.AnyTagClassName
{
color: #EC8EA2;
}
</style>
background-color css
<style>
a { background-color: #EC8EA2; }
a { background-color: rgb(236,142,162); }
div.DivClassName
{
background-color: #EC8EA2;
}
.BgClassName
{
background-color: #EC8EA2;
}
</style>
border-color css
<style>
span { border-color: #EC8EA2; }
span { border-color: rgb(236,142,162); }
td.TdClassName
{
border-color: #EC8EA2;
}
.TagClassName
{
border-color: #EC8EA2;
}
</style>