Shades of Mauvelous #EC91AA
Tints of Mauvelous #EC91AA
RGB
CMYK
RGB Variations
Color information
#EC91AA (or 0xEC91AA) is known color: Mauvelous. HEX triplet: EC, 91 and AA. RGB value is (236,145,170). Sum of RGB (Red+Green+Blue) = 236+145+170=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 145 (57.03% from 255 or 26.32% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #EC91AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC91AA is #136E55. Grayscale: #AFAFAF. Windows color (decimal): -1273430 or 11178476. OLE color: 11178476.
HSL color Cylindrical-coordinate representation of color #EC91AA: hue angle of 343.52º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC91AA is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 170 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.07 |
| HSL | 343.52º | 0.71% | 0.75% | - |
| HSV(B) | 343.52º | 0.39% | 0.93% | - |
| XYZ | 51.97 | 40.99 | 43.2 | - |
| YUV | 175.06 | 125.15 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 170 | 0 | 0.39 | 0.28 | 0.07 | 343.52 | 0.71 | 0.75 |
| Hex | EC | 91 | AA | 0 | 27 | 1C | 7 | 158 | 47 | 4B |
| Octal | 354 | 221 | 252 | 0 | 47 | 34 | 7 | 530 | 107 | 113 |
| Binary | 11101100 | 10010001 | 10101010 | 0 | 100111 | 11100 | 111 | 101011000 | 1000111 | 1001011 |
Color Harmonies of #EC91AA
Complementary color
Monochromatic Colors of #EC91AA
Black with #EC91AA
Text Example
Text Example
White with #EC91AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC91AA; }
p { color: rgb(236,145,170); }
H1.HeaderClassName
{
color: #EC91AA;
}
.AnyTagClassName
{
color: #EC91AA;
}
</style>
background-color css
<style>
a { background-color: #EC91AA; }
a { background-color: rgb(236,145,170); }
div.DivClassName
{
background-color: #EC91AA;
}
.BgClassName
{
background-color: #EC91AA;
}
</style>
border-color css
<style>
span { border-color: #EC91AA; }
span { border-color: rgb(236,145,170); }
td.TdClassName
{
border-color: #EC91AA;
}
.TagClassName
{
border-color: #EC91AA;
}
</style>