Shades of Mauvelous #EC90A4
Tints of Mauvelous #EC90A4
RGB
CMYK
RGB Variations
Color information
#EC90A4 (or 0xEC90A4) is known color: Mauvelous. HEX triplet: EC, 90 and A4. RGB value is (236,144,164). Sum of RGB (Red+Green+Blue) = 236+144+164=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 164 (64.45% from 255 or 30.15% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC90A4 is #136F5B. Grayscale: #ADADAD. Windows color (decimal): -1273692 or 10785004. OLE color: 10785004.
HSL color Cylindrical-coordinate representation of color #EC90A4: hue angle of 346.96º 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 #EC90A4 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 164 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.07 |
| HSL | 346.96º | 0.71% | 0.75% | - |
| HSV(B) | 346.96º | 0.39% | 0.93% | - |
| XYZ | 51.27 | 40.46 | 40.23 | - |
| YUV | 173.79 | 122.48 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 164 | 0 | 0.39 | 0.31 | 0.07 | 346.96 | 0.71 | 0.75 |
| Hex | EC | 90 | A4 | 0 | 27 | 1F | 7 | 15B | 47 | 4B |
| Octal | 354 | 220 | 244 | 0 | 47 | 37 | 7 | 533 | 107 | 113 |
| Binary | 11101100 | 10010000 | 10100100 | 0 | 100111 | 11111 | 111 | 101011011 | 1000111 | 1001011 |
Color Harmonies of #EC90A4
Complementary color
Monochromatic Colors of #EC90A4
Black with #EC90A4
Text Example
Text Example
White with #EC90A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC90A4; }
p { color: rgb(236,144,164); }
H1.HeaderClassName
{
color: #EC90A4;
}
.AnyTagClassName
{
color: #EC90A4;
}
</style>
background-color css
<style>
a { background-color: #EC90A4; }
a { background-color: rgb(236,144,164); }
div.DivClassName
{
background-color: #EC90A4;
}
.BgClassName
{
background-color: #EC90A4;
}
</style>
border-color css
<style>
span { border-color: #EC90A4; }
span { border-color: rgb(236,144,164); }
td.TdClassName
{
border-color: #EC90A4;
}
.TagClassName
{
border-color: #EC90A4;
}
</style>