Shades of Mauvelous #EC88AD
Tints of Mauvelous #EC88AD
RGB
CMYK
RGB Variations
Color information
#EC88AD (or 0xEC88AD) is known color: Mauvelous. HEX triplet: EC, 88 and AD. RGB value is (236,136,173). Sum of RGB (Red+Green+Blue) = 236+136+173=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 136 (53.52% from 255 or 24.95% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC88AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC88AD is #137752. Grayscale: #AAAAAA. Windows color (decimal): -1275731 or 11372780. OLE color: 11372780.
HSL color Cylindrical-coordinate representation of color #EC88AD: hue angle of 337.8º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC88AD is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 173 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.07 |
| HSL | 337.8º | 0.72% | 0.73% | - |
| HSV(B) | 337.8º | 0.42% | 0.93% | - |
| XYZ | 50.94 | 38.46 | 44.27 | - |
| YUV | 170.12 | 129.63 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 173 | 0 | 0.42 | 0.27 | 0.07 | 337.8 | 0.72 | 0.73 |
| Hex | EC | 88 | AD | 0 | 2A | 1B | 7 | 152 | 48 | 49 |
| Octal | 354 | 210 | 255 | 0 | 52 | 33 | 7 | 522 | 110 | 111 |
| Binary | 11101100 | 10001000 | 10101101 | 0 | 101010 | 11011 | 111 | 101010010 | 1001000 | 1001001 |
Color Harmonies of #EC88AD
Complementary color
Monochromatic Colors of #EC88AD
Black with #EC88AD
Text Example
Text Example
White with #EC88AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC88AD; }
p { color: rgb(236,136,173); }
H1.HeaderClassName
{
color: #EC88AD;
}
.AnyTagClassName
{
color: #EC88AD;
}
</style>
background-color css
<style>
a { background-color: #EC88AD; }
a { background-color: rgb(236,136,173); }
div.DivClassName
{
background-color: #EC88AD;
}
.BgClassName
{
background-color: #EC88AD;
}
</style>
border-color css
<style>
span { border-color: #EC88AD; }
span { border-color: rgb(236,136,173); }
td.TdClassName
{
border-color: #EC88AD;
}
.TagClassName
{
border-color: #EC88AD;
}
</style>