Shades of Pale Magenta #EC87DA
Tints of Pale Magenta #EC87DA
RGB
CMYK
RGB Variations
Color information
#EC87DA (or 0xEC87DA) is known color: Pale Magenta. HEX triplet: EC, 87 and DA. RGB value is (236,135,218). Sum of RGB (Red+Green+Blue) = 236+135+218=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 135 (53.12% from 255 or 22.92% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #EC87DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC87DA is #137825. Grayscale: #AEAEAE. Windows color (decimal): -1275942 or 14321644. OLE color: 14321644.
HSL color Cylindrical-coordinate representation of color #EC87DA: hue angle of 310.69º 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 #EC87DA is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 218 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.07 |
| HSL | 310.69º | 0.73% | 0.73% | - |
| HSV(B) | 310.69º | 0.43% | 0.93% | - |
| XYZ | 55.91 | 40.22 | 71.15 | - |
| YUV | 174.66 | 152.46 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 218 | 0 | 0.43 | 0.08 | 0.07 | 310.69 | 0.73 | 0.73 |
| Hex | EC | 87 | DA | 0 | 2B | 8 | 7 | 137 | 49 | 49 |
| Octal | 354 | 207 | 332 | 0 | 53 | 10 | 7 | 467 | 111 | 111 |
| Binary | 11101100 | 10000111 | 11011010 | 0 | 101011 | 1000 | 111 | 100110111 | 1001001 | 1001001 |
Color Harmonies of #EC87DA
Complementary color
Monochromatic Colors of #EC87DA
Black with #EC87DA
Text Example
Text Example
White with #EC87DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC87DA; }
p { color: rgb(236,135,218); }
H1.HeaderClassName
{
color: #EC87DA;
}
.AnyTagClassName
{
color: #EC87DA;
}
</style>
background-color css
<style>
a { background-color: #EC87DA; }
a { background-color: rgb(236,135,218); }
div.DivClassName
{
background-color: #EC87DA;
}
.BgClassName
{
background-color: #EC87DA;
}
</style>
border-color css
<style>
span { border-color: #EC87DA; }
span { border-color: rgb(236,135,218); }
td.TdClassName
{
border-color: #EC87DA;
}
.TagClassName
{
border-color: #EC87DA;
}
</style>