Shades of Mauvelous #EC87A3
Tints of Mauvelous #EC87A3
RGB
CMYK
RGB Variations
Color information
#EC87A3 (or 0xEC87A3) is known color: Mauvelous. HEX triplet: EC, 87 and A3. RGB value is (236,135,163). Sum of RGB (Red+Green+Blue) = 236+135+163=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 163 (64.06% from 255 or 30.52% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC87A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC87A3 is #13785C. Grayscale: #A8A8A8. Windows color (decimal): -1275997 or 10717164. OLE color: 10717164.
HSL color Cylindrical-coordinate representation of color #EC87A3: hue angle of 343.37º 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 #EC87A3 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 163 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.07 |
| HSL | 343.37º | 0.73% | 0.73% | - |
| HSV(B) | 343.37º | 0.43% | 0.93% | - |
| XYZ | 49.87 | 37.81 | 39.32 | - |
| YUV | 168.39 | 124.96 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 163 | 0 | 0.43 | 0.31 | 0.07 | 343.37 | 0.73 | 0.73 |
| Hex | EC | 87 | A3 | 0 | 2B | 1F | 7 | 157 | 49 | 49 |
| Octal | 354 | 207 | 243 | 0 | 53 | 37 | 7 | 527 | 111 | 111 |
| Binary | 11101100 | 10000111 | 10100011 | 0 | 101011 | 11111 | 111 | 101010111 | 1001001 | 1001001 |
Color Harmonies of #EC87A3
Complementary color
Monochromatic Colors of #EC87A3
Black with #EC87A3
Text Example
Text Example
White with #EC87A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC87A3; }
p { color: rgb(236,135,163); }
H1.HeaderClassName
{
color: #EC87A3;
}
.AnyTagClassName
{
color: #EC87A3;
}
</style>
background-color css
<style>
a { background-color: #EC87A3; }
a { background-color: rgb(236,135,163); }
div.DivClassName
{
background-color: #EC87A3;
}
.BgClassName
{
background-color: #EC87A3;
}
</style>
border-color css
<style>
span { border-color: #EC87A3; }
span { border-color: rgb(236,135,163); }
td.TdClassName
{
border-color: #EC87A3;
}
.TagClassName
{
border-color: #EC87A3;
}
</style>