Shades of Pale Magenta #EC87D6
Tints of Pale Magenta #EC87D6
RGB
CMYK
RGB Variations
Color information
#EC87D6 (or 0xEC87D6) is known color: Pale Magenta. HEX triplet: EC, 87 and D6. RGB value is (236,135,214). Sum of RGB (Red+Green+Blue) = 236+135+214=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 135 (53.12% from 255 or 23.08% from 585); Blue value is 214 (83.98% from 255 or 36.58% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #EC87D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC87D6 is #137829. Grayscale: #ADADAD. Windows color (decimal): -1275946 or 14059500. OLE color: 14059500.
HSL color Cylindrical-coordinate representation of color #EC87D6: hue angle of 313.07º 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 #EC87D6 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 214 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.07 |
| HSL | 313.07º | 0.73% | 0.73% | - |
| HSV(B) | 313.07º | 0.43% | 0.93% | - |
| XYZ | 55.39 | 40.02 | 68.42 | - |
| YUV | 174.21 | 150.46 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 214 | 0 | 0.43 | 0.09 | 0.07 | 313.07 | 0.73 | 0.73 |
| Hex | EC | 87 | D6 | 0 | 2B | 9 | 7 | 139 | 49 | 49 |
| Octal | 354 | 207 | 326 | 0 | 53 | 11 | 7 | 471 | 111 | 111 |
| Binary | 11101100 | 10000111 | 11010110 | 0 | 101011 | 1001 | 111 | 100111001 | 1001001 | 1001001 |
Color Harmonies of #EC87D6
Complementary color
Monochromatic Colors of #EC87D6
Black with #EC87D6
Text Example
Text Example
White with #EC87D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC87D6; }
p { color: rgb(236,135,214); }
H1.HeaderClassName
{
color: #EC87D6;
}
.AnyTagClassName
{
color: #EC87D6;
}
</style>
background-color css
<style>
a { background-color: #EC87D6; }
a { background-color: rgb(236,135,214); }
div.DivClassName
{
background-color: #EC87D6;
}
.BgClassName
{
background-color: #EC87D6;
}
</style>
border-color css
<style>
span { border-color: #EC87D6; }
span { border-color: rgb(236,135,214); }
td.TdClassName
{
border-color: #EC87D6;
}
.TagClassName
{
border-color: #EC87D6;
}
</style>