Shades of Mauvelous #EC90A9
Tints of Mauvelous #EC90A9
RGB
CMYK
RGB Variations
Color information
#EC90A9 (or 0xEC90A9) is known color: Mauvelous. HEX triplet: EC, 90 and A9. RGB value is (236,144,169). Sum of RGB (Red+Green+Blue) = 236+144+169=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 169 (66.41% from 255 or 30.78% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC90A9 is #136F56. Grayscale: #AEAEAE. Windows color (decimal): -1273687 or 11112684. OLE color: 11112684.
HSL color Cylindrical-coordinate representation of color #EC90A9: hue angle of 343.7º 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 #EC90A9 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 169 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.07 |
| HSL | 343.7º | 0.71% | 0.75% | - |
| HSV(B) | 343.7º | 0.39% | 0.93% | - |
| XYZ | 51.73 | 40.64 | 42.65 | - |
| YUV | 174.36 | 124.98 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 169 | 0 | 0.39 | 0.28 | 0.07 | 343.7 | 0.71 | 0.75 |
| Hex | EC | 90 | A9 | 0 | 27 | 1C | 7 | 158 | 47 | 4B |
| Octal | 354 | 220 | 251 | 0 | 47 | 34 | 7 | 530 | 107 | 113 |
| Binary | 11101100 | 10010000 | 10101001 | 0 | 100111 | 11100 | 111 | 101011000 | 1000111 | 1001011 |
Color Harmonies of #EC90A9
Complementary color
Monochromatic Colors of #EC90A9
Black with #EC90A9
Text Example
Text Example
White with #EC90A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC90A9; }
p { color: rgb(236,144,169); }
H1.HeaderClassName
{
color: #EC90A9;
}
.AnyTagClassName
{
color: #EC90A9;
}
</style>
background-color css
<style>
a { background-color: #EC90A9; }
a { background-color: rgb(236,144,169); }
div.DivClassName
{
background-color: #EC90A9;
}
.BgClassName
{
background-color: #EC90A9;
}
</style>
border-color css
<style>
span { border-color: #EC90A9; }
span { border-color: rgb(236,144,169); }
td.TdClassName
{
border-color: #EC90A9;
}
.TagClassName
{
border-color: #EC90A9;
}
</style>