Shades of Pale Magenta #EC87D3
Tints of Pale Magenta #EC87D3
RGB
CMYK
RGB Variations
Color information
#EC87D3 (or 0xEC87D3) is known color: Pale Magenta. HEX triplet: EC, 87 and D3. RGB value is (236,135,211). Sum of RGB (Red+Green+Blue) = 236+135+211=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 135 (53.12% from 255 or 23.20% from 582); Blue value is 211 (82.81% from 255 or 36.25% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #EC87D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC87D3 is #13782C. Grayscale: #ADADAD. Windows color (decimal): -1275949 or 13862892. OLE color: 13862892.
HSL color Cylindrical-coordinate representation of color #EC87D3: hue angle of 314.85º 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 #EC87D3 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 211 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.07 |
| HSL | 314.85º | 0.73% | 0.73% | - |
| HSV(B) | 314.85º | 0.43% | 0.93% | - |
| XYZ | 55.01 | 39.86 | 66.42 | - |
| YUV | 173.86 | 148.96 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 211 | 0 | 0.43 | 0.11 | 0.07 | 314.85 | 0.73 | 0.73 |
| Hex | EC | 87 | D3 | 0 | 2B | B | 7 | 13B | 49 | 49 |
| Octal | 354 | 207 | 323 | 0 | 53 | 13 | 7 | 473 | 111 | 111 |
| Binary | 11101100 | 10000111 | 11010011 | 0 | 101011 | 1011 | 111 | 100111011 | 1001001 | 1001001 |
Color Harmonies of #EC87D3
Complementary color
Monochromatic Colors of #EC87D3
Black with #EC87D3
Text Example
Text Example
White with #EC87D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC87D3; }
p { color: rgb(236,135,211); }
H1.HeaderClassName
{
color: #EC87D3;
}
.AnyTagClassName
{
color: #EC87D3;
}
</style>
background-color css
<style>
a { background-color: #EC87D3; }
a { background-color: rgb(236,135,211); }
div.DivClassName
{
background-color: #EC87D3;
}
.BgClassName
{
background-color: #EC87D3;
}
</style>
border-color css
<style>
span { border-color: #EC87D3; }
span { border-color: rgb(236,135,211); }
td.TdClassName
{
border-color: #EC87D3;
}
.TagClassName
{
border-color: #EC87D3;
}
</style>