Shades of Mauvelous #EC85A8
Tints of Mauvelous #EC85A8
RGB
CMYK
RGB Variations
Color information
#EC85A8 (or 0xEC85A8) is known color: Mauvelous. HEX triplet: EC, 85 and A8. RGB value is (236,133,168). Sum of RGB (Red+Green+Blue) = 236+133+168=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC85A8 is #137A57. Grayscale: #A7A7A7. Windows color (decimal): -1276504 or 11044332. OLE color: 11044332.
HSL color Cylindrical-coordinate representation of color #EC85A8: hue angle of 339.61º 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 #EC85A8 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 168 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.07 |
| HSL | 339.61º | 0.73% | 0.72% | - |
| HSV(B) | 339.61º | 0.44% | 0.93% | - |
| XYZ | 50.05 | 37.44 | 41.63 | - |
| YUV | 167.79 | 128.12 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 168 | 0 | 0.44 | 0.29 | 0.07 | 339.61 | 0.73 | 0.72 |
| Hex | EC | 85 | A8 | 0 | 2C | 1D | 7 | 154 | 49 | 48 |
| Octal | 354 | 205 | 250 | 0 | 54 | 35 | 7 | 524 | 111 | 110 |
| Binary | 11101100 | 10000101 | 10101000 | 0 | 101100 | 11101 | 111 | 101010100 | 1001001 | 1001000 |
Color Harmonies of #EC85A8
Complementary color
Monochromatic Colors of #EC85A8
Black with #EC85A8
Text Example
Text Example
White with #EC85A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC85A8; }
p { color: rgb(236,133,168); }
H1.HeaderClassName
{
color: #EC85A8;
}
.AnyTagClassName
{
color: #EC85A8;
}
</style>
background-color css
<style>
a { background-color: #EC85A8; }
a { background-color: rgb(236,133,168); }
div.DivClassName
{
background-color: #EC85A8;
}
.BgClassName
{
background-color: #EC85A8;
}
</style>
border-color css
<style>
span { border-color: #EC85A8; }
span { border-color: rgb(236,133,168); }
td.TdClassName
{
border-color: #EC85A8;
}
.TagClassName
{
border-color: #EC85A8;
}
</style>