Shades of Mauvelous #EC86AD
Tints of Mauvelous #EC86AD
RGB
CMYK
RGB Variations
Color information
#EC86AD (or 0xEC86AD) is known color: Mauvelous. HEX triplet: EC, 86 and AD. RGB value is (236,134,173). Sum of RGB (Red+Green+Blue) = 236+134+173=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 134 (52.73% from 255 or 24.68% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC86AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC86AD is #137952. Grayscale: #A8A8A8. Windows color (decimal): -1276243 or 11372268. OLE color: 11372268.
HSL color Cylindrical-coordinate representation of color #EC86AD: hue angle of 337.06º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EC86AD is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 173 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.07 |
| HSL | 337.06º | 0.73% | 0.73% | - |
| HSV(B) | 337.06º | 0.43% | 0.93% | - |
| XYZ | 50.66 | 37.9 | 44.18 | - |
| YUV | 168.94 | 130.29 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 173 | 0 | 0.43 | 0.27 | 0.07 | 337.06 | 0.73 | 0.73 |
| Hex | EC | 86 | AD | 0 | 2B | 1B | 7 | 151 | 49 | 49 |
| Octal | 354 | 206 | 255 | 0 | 53 | 33 | 7 | 521 | 111 | 111 |
| Binary | 11101100 | 10000110 | 10101101 | 0 | 101011 | 11011 | 111 | 101010001 | 1001001 | 1001001 |
Color Harmonies of #EC86AD
Complementary color
Monochromatic Colors of #EC86AD
Black with #EC86AD
Text Example
Text Example
White with #EC86AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC86AD; }
p { color: rgb(236,134,173); }
H1.HeaderClassName
{
color: #EC86AD;
}
.AnyTagClassName
{
color: #EC86AD;
}
</style>
background-color css
<style>
a { background-color: #EC86AD; }
a { background-color: rgb(236,134,173); }
div.DivClassName
{
background-color: #EC86AD;
}
.BgClassName
{
background-color: #EC86AD;
}
</style>
border-color css
<style>
span { border-color: #EC86AD; }
span { border-color: rgb(236,134,173); }
td.TdClassName
{
border-color: #EC86AD;
}
.TagClassName
{
border-color: #EC86AD;
}
</style>