Shades of Mauvelous #EC87A8
Tints of Mauvelous #EC87A8
RGB
CMYK
RGB Variations
Color information
#EC87A8 (or 0xEC87A8) is known color: Mauvelous. HEX triplet: EC, 87 and A8. RGB value is (236,135,168). Sum of RGB (Red+Green+Blue) = 236+135+168=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 135 (53.12% from 255 or 25.05% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #EC87A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC87A8 is #137857. Grayscale: #A8A8A8. Windows color (decimal): -1275992 or 11044844. OLE color: 11044844.
HSL color Cylindrical-coordinate representation of color #EC87A8: hue angle of 340.4º 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 #EC87A8 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 168 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.07 |
| HSL | 340.4º | 0.73% | 0.73% | - |
| HSV(B) | 340.4º | 0.43% | 0.93% | - |
| XYZ | 50.32 | 37.99 | 41.73 | - |
| YUV | 168.96 | 127.46 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 168 | 0 | 0.43 | 0.29 | 0.07 | 340.4 | 0.73 | 0.73 |
| Hex | EC | 87 | A8 | 0 | 2B | 1D | 7 | 154 | 49 | 49 |
| Octal | 354 | 207 | 250 | 0 | 53 | 35 | 7 | 524 | 111 | 111 |
| Binary | 11101100 | 10000111 | 10101000 | 0 | 101011 | 11101 | 111 | 101010100 | 1001001 | 1001001 |
Color Harmonies of #EC87A8
Complementary color
Monochromatic Colors of #EC87A8
Black with #EC87A8
Text Example
Text Example
White with #EC87A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC87A8; }
p { color: rgb(236,135,168); }
H1.HeaderClassName
{
color: #EC87A8;
}
.AnyTagClassName
{
color: #EC87A8;
}
</style>
background-color css
<style>
a { background-color: #EC87A8; }
a { background-color: rgb(236,135,168); }
div.DivClassName
{
background-color: #EC87A8;
}
.BgClassName
{
background-color: #EC87A8;
}
</style>
border-color css
<style>
span { border-color: #EC87A8; }
span { border-color: rgb(236,135,168); }
td.TdClassName
{
border-color: #EC87A8;
}
.TagClassName
{
border-color: #EC87A8;
}
</style>