Shades of Mauvelous #EC8DA0
Tints of Mauvelous #EC8DA0
RGB
CMYK
RGB Variations
Color information
#EC8DA0 (or 0xEC8DA0) is known color: Mauvelous. HEX triplet: EC, 8D and A0. RGB value is (236,141,160). Sum of RGB (Red+Green+Blue) = 236+141+160=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8DA0 is #13725F. Grayscale: #ABABAB. Windows color (decimal): -1274464 or 10522092. OLE color: 10522092.
HSL color Cylindrical-coordinate representation of color #EC8DA0: hue angle of 348º 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 #EC8DA0 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 160 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.07 |
| HSL | 348º | 0.71% | 0.74% | - |
| HSV(B) | 348º | 0.4% | 0.93% | - |
| XYZ | 50.46 | 39.42 | 38.21 | - |
| YUV | 171.57 | 121.47 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 160 | 0 | 0.40 | 0.32 | 0.07 | 348 | 0.71 | 0.74 |
| Hex | EC | 8D | A0 | 0 | 28 | 20 | 7 | 15C | 47 | 4A |
| Octal | 354 | 215 | 240 | 0 | 50 | 40 | 7 | 534 | 107 | 112 |
| Binary | 11101100 | 10001101 | 10100000 | 0 | 101000 | 100000 | 111 | 101011100 | 1000111 | 1001010 |
Color Harmonies of #EC8DA0
Complementary color
Monochromatic Colors of #EC8DA0
Black with #EC8DA0
Text Example
Text Example
White with #EC8DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8DA0; }
p { color: rgb(236,141,160); }
H1.HeaderClassName
{
color: #EC8DA0;
}
.AnyTagClassName
{
color: #EC8DA0;
}
</style>
background-color css
<style>
a { background-color: #EC8DA0; }
a { background-color: rgb(236,141,160); }
div.DivClassName
{
background-color: #EC8DA0;
}
.BgClassName
{
background-color: #EC8DA0;
}
</style>
border-color css
<style>
span { border-color: #EC8DA0; }
span { border-color: rgb(236,141,160); }
td.TdClassName
{
border-color: #EC8DA0;
}
.TagClassName
{
border-color: #EC8DA0;
}
</style>