Shades of Mauvelous #EC94AA
Tints of Mauvelous #EC94AA
RGB
CMYK
RGB Variations
Color information
#EC94AA (or 0xEC94AA) is known color: Mauvelous. HEX triplet: EC, 94 and AA. RGB value is (236,148,170). Sum of RGB (Red+Green+Blue) = 236+148+170=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 148 (58.20% from 255 or 26.71% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC94AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC94AA is #136B55. Grayscale: #B0B0B0. Windows color (decimal): -1272662 or 11179244. OLE color: 11179244.
HSL color Cylindrical-coordinate representation of color #EC94AA: hue angle of 345º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC94AA is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 170 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.07 |
| HSL | 345º | 0.7% | 0.75% | - |
| HSV(B) | 345º | 0.37% | 0.93% | - |
| XYZ | 52.44 | 41.91 | 43.36 | - |
| YUV | 176.82 | 124.15 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 170 | 0 | 0.37 | 0.28 | 0.07 | 345 | 0.7 | 0.75 |
| Hex | EC | 94 | AA | 0 | 25 | 1C | 7 | 159 | 46 | 4B |
| Octal | 354 | 224 | 252 | 0 | 45 | 34 | 7 | 531 | 106 | 113 |
| Binary | 11101100 | 10010100 | 10101010 | 0 | 100101 | 11100 | 111 | 101011001 | 1000110 | 1001011 |
Color Harmonies of #EC94AA
Complementary color
Monochromatic Colors of #EC94AA
Black with #EC94AA
Text Example
Text Example
White with #EC94AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC94AA; }
p { color: rgb(236,148,170); }
H1.HeaderClassName
{
color: #EC94AA;
}
.AnyTagClassName
{
color: #EC94AA;
}
</style>
background-color css
<style>
a { background-color: #EC94AA; }
a { background-color: rgb(236,148,170); }
div.DivClassName
{
background-color: #EC94AA;
}
.BgClassName
{
background-color: #EC94AA;
}
</style>
border-color css
<style>
span { border-color: #EC94AA; }
span { border-color: rgb(236,148,170); }
td.TdClassName
{
border-color: #EC94AA;
}
.TagClassName
{
border-color: #EC94AA;
}
</style>