Shades of Pale Magenta #EC85D3
Tints of Pale Magenta #EC85D3
RGB
CMYK
RGB Variations
Color information
#EC85D3 (or 0xEC85D3) is known color: Pale Magenta. HEX triplet: EC, 85 and D3. RGB value is (236,133,211). Sum of RGB (Red+Green+Blue) = 236+133+211=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 211 (82.81% from 255 or 36.38% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85D3 is #137A2C. Grayscale: #ACACAC. Windows color (decimal): -1276461 or 13862380. OLE color: 13862380.
HSL color Cylindrical-coordinate representation of color #EC85D3: hue angle of 314.56º 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 #EC85D3 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 211 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.07 |
| HSL | 314.56º | 0.73% | 0.72% | - |
| HSV(B) | 314.56º | 0.44% | 0.93% | - |
| XYZ | 54.74 | 39.31 | 66.33 | - |
| YUV | 172.69 | 149.62 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 211 | 0 | 0.44 | 0.11 | 0.07 | 314.56 | 0.73 | 0.72 |
| Hex | EC | 85 | D3 | 0 | 2C | B | 7 | 13B | 49 | 48 |
| Octal | 354 | 205 | 323 | 0 | 54 | 13 | 7 | 473 | 111 | 110 |
| Binary | 11101100 | 10000101 | 11010011 | 0 | 101100 | 1011 | 111 | 100111011 | 1001001 | 1001000 |
Color Harmonies of #EC85D3
Complementary color
Monochromatic Colors of #EC85D3
Black with #EC85D3
Text Example
Text Example
White with #EC85D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC85D3; }
p { color: rgb(236,133,211); }
H1.HeaderClassName
{
color: #EC85D3;
}
.AnyTagClassName
{
color: #EC85D3;
}
</style>
background-color css
<style>
a { background-color: #EC85D3; }
a { background-color: rgb(236,133,211); }
div.DivClassName
{
background-color: #EC85D3;
}
.BgClassName
{
background-color: #EC85D3;
}
</style>
border-color css
<style>
span { border-color: #EC85D3; }
span { border-color: rgb(236,133,211); }
td.TdClassName
{
border-color: #EC85D3;
}
.TagClassName
{
border-color: #EC85D3;
}
</style>