Shades of Mauvelous #EC8EA8
Tints of Mauvelous #EC8EA8
RGB
CMYK
RGB Variations
Color information
#EC8EA8 (or 0xEC8EA8) is known color: Mauvelous. HEX triplet: EC, 8E and A8. RGB value is (236,142,168). Sum of RGB (Red+Green+Blue) = 236+142+168=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 168 (66.02% from 255 or 30.77% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8EA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8EA8 is #137157. Grayscale: #ADADAD. Windows color (decimal): -1274200 or 11046636. OLE color: 11046636.
HSL color Cylindrical-coordinate representation of color #EC8EA8: hue angle of 343.4º 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 #EC8EA8 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 142 | 168 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.07 |
| HSL | 343.4º | 0.71% | 0.74% | - |
| HSV(B) | 343.4º | 0.4% | 0.93% | - |
| XYZ | 51.33 | 40.01 | 42.06 | - |
| YUV | 173.07 | 125.14 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 142 | 168 | 0 | 0.40 | 0.29 | 0.07 | 343.4 | 0.71 | 0.74 |
| Hex | EC | 8E | A8 | 0 | 28 | 1D | 7 | 157 | 47 | 4A |
| Octal | 354 | 216 | 250 | 0 | 50 | 35 | 7 | 527 | 107 | 112 |
| Binary | 11101100 | 10001110 | 10101000 | 0 | 101000 | 11101 | 111 | 101010111 | 1000111 | 1001010 |
Color Harmonies of #EC8EA8
Complementary color
Monochromatic Colors of #EC8EA8
Black with #EC8EA8
Text Example
Text Example
White with #EC8EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8EA8; }
p { color: rgb(236,142,168); }
H1.HeaderClassName
{
color: #EC8EA8;
}
.AnyTagClassName
{
color: #EC8EA8;
}
</style>
background-color css
<style>
a { background-color: #EC8EA8; }
a { background-color: rgb(236,142,168); }
div.DivClassName
{
background-color: #EC8EA8;
}
.BgClassName
{
background-color: #EC8EA8;
}
</style>
border-color css
<style>
span { border-color: #EC8EA8; }
span { border-color: rgb(236,142,168); }
td.TdClassName
{
border-color: #EC8EA8;
}
.TagClassName
{
border-color: #EC8EA8;
}
</style>