Shades of Mauvelous #EC84AB
Tints of Mauvelous #EC84AB
RGB
CMYK
RGB Variations
Color information
#EC84AB (or 0xEC84AB) is known color: Mauvelous. HEX triplet: EC, 84 and AB. RGB value is (236,132,171). Sum of RGB (Red+Green+Blue) = 236+132+171=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #EC84AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC84AB is #137B54. Grayscale: #A7A7A7. Windows color (decimal): -1276757 or 11240684. OLE color: 11240684.
HSL color Cylindrical-coordinate representation of color #EC84AB: hue angle of 337.5º 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 #EC84AB is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 171 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.07 |
| HSL | 337.5º | 0.73% | 0.72% | - |
| HSV(B) | 337.5º | 0.44% | 0.93% | - |
| XYZ | 50.19 | 37.28 | 43.08 | - |
| YUV | 167.54 | 129.96 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 171 | 0 | 0.44 | 0.28 | 0.07 | 337.5 | 0.73 | 0.72 |
| Hex | EC | 84 | AB | 0 | 2C | 1C | 7 | 152 | 49 | 48 |
| Octal | 354 | 204 | 253 | 0 | 54 | 34 | 7 | 522 | 111 | 110 |
| Binary | 11101100 | 10000100 | 10101011 | 0 | 101100 | 11100 | 111 | 101010010 | 1001001 | 1001000 |
Color Harmonies of #EC84AB
Complementary color
Monochromatic Colors of #EC84AB
Black with #EC84AB
Text Example
Text Example
White with #EC84AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC84AB; }
p { color: rgb(236,132,171); }
H1.HeaderClassName
{
color: #EC84AB;
}
.AnyTagClassName
{
color: #EC84AB;
}
</style>
background-color css
<style>
a { background-color: #EC84AB; }
a { background-color: rgb(236,132,171); }
div.DivClassName
{
background-color: #EC84AB;
}
.BgClassName
{
background-color: #EC84AB;
}
</style>
border-color css
<style>
span { border-color: #EC84AB; }
span { border-color: rgb(236,132,171); }
td.TdClassName
{
border-color: #EC84AB;
}
.TagClassName
{
border-color: #EC84AB;
}
</style>