Shades of Mauvelous #EC94A3
Tints of Mauvelous #EC94A3
RGB
CMYK
RGB Variations
Color information
#EC94A3 (or 0xEC94A3) is known color: Mauvelous. HEX triplet: EC, 94 and A3. RGB value is (236,148,163). Sum of RGB (Red+Green+Blue) = 236+148+163=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 163 (64.06% from 255 or 29.80% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #EC94A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC94A3 is #136B5C. Grayscale: #B0B0B0. Windows color (decimal): -1272669 or 10720492. OLE color: 10720492.
HSL color Cylindrical-coordinate representation of color #EC94A3: hue angle of 349.77º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC94A3 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 163 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.07 |
| HSL | 349.77º | 0.7% | 0.75% | - |
| HSV(B) | 349.77º | 0.37% | 0.93% | - |
| XYZ | 51.79 | 41.66 | 39.96 | - |
| YUV | 176.02 | 120.65 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 163 | 0 | 0.37 | 0.31 | 0.07 | 349.77 | 0.7 | 0.75 |
| Hex | EC | 94 | A3 | 0 | 25 | 1F | 7 | 15E | 46 | 4B |
| Octal | 354 | 224 | 243 | 0 | 45 | 37 | 7 | 536 | 106 | 113 |
| Binary | 11101100 | 10010100 | 10100011 | 0 | 100101 | 11111 | 111 | 101011110 | 1000110 | 1001011 |
Color Harmonies of #EC94A3
Complementary color
Monochromatic Colors of #EC94A3
Black with #EC94A3
Text Example
Text Example
White with #EC94A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC94A3; }
p { color: rgb(236,148,163); }
H1.HeaderClassName
{
color: #EC94A3;
}
.AnyTagClassName
{
color: #EC94A3;
}
</style>
background-color css
<style>
a { background-color: #EC94A3; }
a { background-color: rgb(236,148,163); }
div.DivClassName
{
background-color: #EC94A3;
}
.BgClassName
{
background-color: #EC94A3;
}
</style>
border-color css
<style>
span { border-color: #EC94A3; }
span { border-color: rgb(236,148,163); }
td.TdClassName
{
border-color: #EC94A3;
}
.TagClassName
{
border-color: #EC94A3;
}
</style>