Shades of Mauvelous #EC84AA
Tints of Mauvelous #EC84AA
RGB
CMYK
RGB Variations
Color information
#EC84AA (or 0xEC84AA) is known color: Mauvelous. HEX triplet: EC, 84 and AA. RGB value is (236,132,170). Sum of RGB (Red+Green+Blue) = 236+132+170=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC84AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC84AA is #137B55. Grayscale: #A7A7A7. Windows color (decimal): -1276758 or 11175148. OLE color: 11175148.
HSL color Cylindrical-coordinate representation of color #EC84AA: hue angle of 338.08º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC84AA is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 170 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.07 |
| HSL | 338.08º | 0.73% | 0.72% | - |
| HSV(B) | 338.08º | 0.44% | 0.93% | - |
| XYZ | 50.1 | 37.24 | 42.58 | - |
| YUV | 167.43 | 129.46 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 170 | 0 | 0.44 | 0.28 | 0.07 | 338.08 | 0.73 | 0.72 |
| Hex | EC | 84 | AA | 0 | 2C | 1C | 7 | 152 | 49 | 48 |
| Octal | 354 | 204 | 252 | 0 | 54 | 34 | 7 | 522 | 111 | 110 |
| Binary | 11101100 | 10000100 | 10101010 | 0 | 101100 | 11100 | 111 | 101010010 | 1001001 | 1001000 |
Color Harmonies of #EC84AA
Complementary color
Monochromatic Colors of #EC84AA
Black with #EC84AA
Text Example
Text Example
White with #EC84AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC84AA; }
p { color: rgb(236,132,170); }
H1.HeaderClassName
{
color: #EC84AA;
}
.AnyTagClassName
{
color: #EC84AA;
}
</style>
background-color css
<style>
a { background-color: #EC84AA; }
a { background-color: rgb(236,132,170); }
div.DivClassName
{
background-color: #EC84AA;
}
.BgClassName
{
background-color: #EC84AA;
}
</style>
border-color css
<style>
span { border-color: #EC84AA; }
span { border-color: rgb(236,132,170); }
td.TdClassName
{
border-color: #EC84AA;
}
.TagClassName
{
border-color: #EC84AA;
}
</style>