Shades of Pale Magenta #EC87E0
Tints of Pale Magenta #EC87E0
RGB
CMYK
RGB Variations
Color information
#EC87E0 (or 0xEC87E0) is known color: Pale Magenta. HEX triplet: EC, 87 and E0. RGB value is (236,135,224). Sum of RGB (Red+Green+Blue) = 236+135+224=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 135 (53.12% from 255 or 22.69% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #EC87E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC87E0 is #13781F. Grayscale: #AFAFAF. Windows color (decimal): -1275936 or 14714860. OLE color: 14714860.
HSL color Cylindrical-coordinate representation of color #EC87E0: hue angle of 307.13º 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 #EC87E0 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 224 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.07 |
| HSL | 307.13º | 0.73% | 0.73% | - |
| HSV(B) | 307.13º | 0.43% | 0.93% | - |
| XYZ | 56.71 | 40.54 | 75.36 | - |
| YUV | 175.35 | 155.46 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 224 | 0 | 0.43 | 0.05 | 0.07 | 307.13 | 0.73 | 0.73 |
| Hex | EC | 87 | E0 | 0 | 2B | 5 | 7 | 133 | 49 | 49 |
| Octal | 354 | 207 | 340 | 0 | 53 | 5 | 7 | 463 | 111 | 111 |
| Binary | 11101100 | 10000111 | 11100000 | 0 | 101011 | 101 | 111 | 100110011 | 1001001 | 1001001 |
Color Harmonies of #EC87E0
Complementary color
Monochromatic Colors of #EC87E0
Black with #EC87E0
Text Example
Text Example
White with #EC87E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC87E0; }
p { color: rgb(236,135,224); }
H1.HeaderClassName
{
color: #EC87E0;
}
.AnyTagClassName
{
color: #EC87E0;
}
</style>
background-color css
<style>
a { background-color: #EC87E0; }
a { background-color: rgb(236,135,224); }
div.DivClassName
{
background-color: #EC87E0;
}
.BgClassName
{
background-color: #EC87E0;
}
</style>
border-color css
<style>
span { border-color: #EC87E0; }
span { border-color: rgb(236,135,224); }
td.TdClassName
{
border-color: #EC87E0;
}
.TagClassName
{
border-color: #EC87E0;
}
</style>