Shades of Mauvelous #EC85AD
Tints of Mauvelous #EC85AD
RGB
CMYK
RGB Variations
Color information
#EC85AD (or 0xEC85AD) is known color: Mauvelous. HEX triplet: EC, 85 and AD. RGB value is (236,133,173). Sum of RGB (Red+Green+Blue) = 236+133+173=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 133 (52.34% from 255 or 24.54% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC85AD is #137A52. Grayscale: #A8A8A8. Windows color (decimal): -1276499 or 11372012. OLE color: 11372012.
HSL color Cylindrical-coordinate representation of color #EC85AD: hue angle of 336.7º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC85AD is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 173 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.07 |
| HSL | 336.7º | 0.73% | 0.72% | - |
| HSV(B) | 336.7º | 0.44% | 0.93% | - |
| XYZ | 50.52 | 37.63 | 44.13 | - |
| YUV | 168.36 | 130.62 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 173 | 0 | 0.44 | 0.27 | 0.07 | 336.7 | 0.73 | 0.72 |
| Hex | EC | 85 | AD | 0 | 2C | 1B | 7 | 151 | 49 | 48 |
| Octal | 354 | 205 | 255 | 0 | 54 | 33 | 7 | 521 | 111 | 110 |
| Binary | 11101100 | 10000101 | 10101101 | 0 | 101100 | 11011 | 111 | 101010001 | 1001001 | 1001000 |
Color Harmonies of #EC85AD
Complementary color
Monochromatic Colors of #EC85AD
Black with #EC85AD
Text Example
Text Example
White with #EC85AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC85AD; }
p { color: rgb(236,133,173); }
H1.HeaderClassName
{
color: #EC85AD;
}
.AnyTagClassName
{
color: #EC85AD;
}
</style>
background-color css
<style>
a { background-color: #EC85AD; }
a { background-color: rgb(236,133,173); }
div.DivClassName
{
background-color: #EC85AD;
}
.BgClassName
{
background-color: #EC85AD;
}
</style>
border-color css
<style>
span { border-color: #EC85AD; }
span { border-color: rgb(236,133,173); }
td.TdClassName
{
border-color: #EC85AD;
}
.TagClassName
{
border-color: #EC85AD;
}
</style>