Shades of Mauvelous #EC90A8
Tints of Mauvelous #EC90A8
RGB
CMYK
RGB Variations
Color information
#EC90A8 (or 0xEC90A8) is known color: Mauvelous. HEX triplet: EC, 90 and A8. RGB value is (236,144,168). Sum of RGB (Red+Green+Blue) = 236+144+168=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 144 (56.64% from 255 or 26.28% from 548); Blue value is 168 (66.02% from 255 or 30.66% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC90A8 is #136F57. Grayscale: #AEAEAE. Windows color (decimal): -1273688 or 11047148. OLE color: 11047148.
HSL color Cylindrical-coordinate representation of color #EC90A8: hue angle of 344.35º 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 #EC90A8 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 168 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.07 |
| HSL | 344.35º | 0.71% | 0.75% | - |
| HSV(B) | 344.35º | 0.39% | 0.93% | - |
| XYZ | 51.63 | 40.61 | 42.16 | - |
| YUV | 174.24 | 124.48 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 168 | 0 | 0.39 | 0.29 | 0.07 | 344.35 | 0.71 | 0.75 |
| Hex | EC | 90 | A8 | 0 | 27 | 1D | 7 | 158 | 47 | 4B |
| Octal | 354 | 220 | 250 | 0 | 47 | 35 | 7 | 530 | 107 | 113 |
| Binary | 11101100 | 10010000 | 10101000 | 0 | 100111 | 11101 | 111 | 101011000 | 1000111 | 1001011 |
Color Harmonies of #EC90A8
Complementary color
Monochromatic Colors of #EC90A8
Black with #EC90A8
Text Example
Text Example
White with #EC90A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC90A8; }
p { color: rgb(236,144,168); }
H1.HeaderClassName
{
color: #EC90A8;
}
.AnyTagClassName
{
color: #EC90A8;
}
</style>
background-color css
<style>
a { background-color: #EC90A8; }
a { background-color: rgb(236,144,168); }
div.DivClassName
{
background-color: #EC90A8;
}
.BgClassName
{
background-color: #EC90A8;
}
</style>
border-color css
<style>
span { border-color: #EC90A8; }
span { border-color: rgb(236,144,168); }
td.TdClassName
{
border-color: #EC90A8;
}
.TagClassName
{
border-color: #EC90A8;
}
</style>