Shades of Mauvelous #EC87AD
Tints of Mauvelous #EC87AD
RGB
CMYK
RGB Variations
Color information
#EC87AD (or 0xEC87AD) is known color: Mauvelous. HEX triplet: EC, 87 and AD. RGB value is (236,135,173). Sum of RGB (Red+Green+Blue) = 236+135+173=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 135 (53.12% from 255 or 24.82% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC87AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC87AD is #137852. Grayscale: #A9A9A9. Windows color (decimal): -1275987 or 11372524. OLE color: 11372524.
HSL color Cylindrical-coordinate representation of color #EC87AD: hue angle of 337.43º 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 #EC87AD is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 173 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.07 |
| HSL | 337.43º | 0.73% | 0.73% | - |
| HSV(B) | 337.43º | 0.43% | 0.93% | - |
| XYZ | 50.8 | 38.18 | 44.23 | - |
| YUV | 169.53 | 129.96 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 173 | 0 | 0.43 | 0.27 | 0.07 | 337.43 | 0.73 | 0.73 |
| Hex | EC | 87 | AD | 0 | 2B | 1B | 7 | 151 | 49 | 49 |
| Octal | 354 | 207 | 255 | 0 | 53 | 33 | 7 | 521 | 111 | 111 |
| Binary | 11101100 | 10000111 | 10101101 | 0 | 101011 | 11011 | 111 | 101010001 | 1001001 | 1001001 |
Color Harmonies of #EC87AD
Complementary color
Monochromatic Colors of #EC87AD
Black with #EC87AD
Text Example
Text Example
White with #EC87AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC87AD; }
p { color: rgb(236,135,173); }
H1.HeaderClassName
{
color: #EC87AD;
}
.AnyTagClassName
{
color: #EC87AD;
}
</style>
background-color css
<style>
a { background-color: #EC87AD; }
a { background-color: rgb(236,135,173); }
div.DivClassName
{
background-color: #EC87AD;
}
.BgClassName
{
background-color: #EC87AD;
}
</style>
border-color css
<style>
span { border-color: #EC87AD; }
span { border-color: rgb(236,135,173); }
td.TdClassName
{
border-color: #EC87AD;
}
.TagClassName
{
border-color: #EC87AD;
}
</style>