Shades of Mauvelous #EC85AC
Tints of Mauvelous #EC85AC
RGB
CMYK
RGB Variations
Color information
#EC85AC (or 0xEC85AC) is known color: Mauvelous. HEX triplet: EC, 85 and AC. RGB value is (236,133,172). Sum of RGB (Red+Green+Blue) = 236+133+172=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC85AC is #137A53. Grayscale: #A8A8A8. Windows color (decimal): -1276500 or 11306476. OLE color: 11306476.
HSL color Cylindrical-coordinate representation of color #EC85AC: hue angle of 337.28º 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 #EC85AC is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 172 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.07 |
| HSL | 337.28º | 0.73% | 0.72% | - |
| HSV(B) | 337.28º | 0.44% | 0.93% | - |
| XYZ | 50.43 | 37.59 | 43.63 | - |
| YUV | 168.24 | 130.12 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 172 | 0 | 0.44 | 0.27 | 0.07 | 337.28 | 0.73 | 0.72 |
| Hex | EC | 85 | AC | 0 | 2C | 1B | 7 | 151 | 49 | 48 |
| Octal | 354 | 205 | 254 | 0 | 54 | 33 | 7 | 521 | 111 | 110 |
| Binary | 11101100 | 10000101 | 10101100 | 0 | 101100 | 11011 | 111 | 101010001 | 1001001 | 1001000 |
Color Harmonies of #EC85AC
Complementary color
Monochromatic Colors of #EC85AC
Black with #EC85AC
Text Example
Text Example
White with #EC85AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC85AC; }
p { color: rgb(236,133,172); }
H1.HeaderClassName
{
color: #EC85AC;
}
.AnyTagClassName
{
color: #EC85AC;
}
</style>
background-color css
<style>
a { background-color: #EC85AC; }
a { background-color: rgb(236,133,172); }
div.DivClassName
{
background-color: #EC85AC;
}
.BgClassName
{
background-color: #EC85AC;
}
</style>
border-color css
<style>
span { border-color: #EC85AC; }
span { border-color: rgb(236,133,172); }
td.TdClassName
{
border-color: #EC85AC;
}
.TagClassName
{
border-color: #EC85AC;
}
</style>