Shades of Pale Magenta #EC85D1
Tints of Pale Magenta #EC85D1
RGB
CMYK
RGB Variations
Color information
#EC85D1 (or 0xEC85D1) is known color: Pale Magenta. HEX triplet: EC, 85 and D1. RGB value is (236,133,209). Sum of RGB (Red+Green+Blue) = 236+133+209=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 133 (52.34% from 255 or 23.01% from 578); Blue value is 209 (82.03% from 255 or 36.16% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85D1 is #137A2E. Grayscale: #ACACAC. Windows color (decimal): -1276463 or 13731308. OLE color: 13731308.
HSL color Cylindrical-coordinate representation of color #EC85D1: hue angle of 315.73º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC85D1 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 209 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.07 |
| HSL | 315.73º | 0.73% | 0.72% | - |
| HSV(B) | 315.73º | 0.44% | 0.93% | - |
| XYZ | 54.49 | 39.21 | 65.02 | - |
| YUV | 172.46 | 148.62 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 209 | 0 | 0.44 | 0.11 | 0.07 | 315.73 | 0.73 | 0.72 |
| Hex | EC | 85 | D1 | 0 | 2C | B | 7 | 13C | 49 | 48 |
| Octal | 354 | 205 | 321 | 0 | 54 | 13 | 7 | 474 | 111 | 110 |
| Binary | 11101100 | 10000101 | 11010001 | 0 | 101100 | 1011 | 111 | 100111100 | 1001001 | 1001000 |
Color Harmonies of #EC85D1
Complementary color
Monochromatic Colors of #EC85D1
Black with #EC85D1
Text Example
Text Example
White with #EC85D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC85D1; }
p { color: rgb(236,133,209); }
H1.HeaderClassName
{
color: #EC85D1;
}
.AnyTagClassName
{
color: #EC85D1;
}
</style>
background-color css
<style>
a { background-color: #EC85D1; }
a { background-color: rgb(236,133,209); }
div.DivClassName
{
background-color: #EC85D1;
}
.BgClassName
{
background-color: #EC85D1;
}
</style>
border-color css
<style>
span { border-color: #EC85D1; }
span { border-color: rgb(236,133,209); }
td.TdClassName
{
border-color: #EC85D1;
}
.TagClassName
{
border-color: #EC85D1;
}
</style>