Shades of Pale Magenta #EC85DB
Tints of Pale Magenta #EC85DB
RGB
CMYK
RGB Variations
Color information
#EC85DB (or 0xEC85DB) is known color: Pale Magenta. HEX triplet: EC, 85 and DB. RGB value is (236,133,219). Sum of RGB (Red+Green+Blue) = 236+133+219=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 133 (52.34% from 255 or 22.62% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85DB is #137A24. Grayscale: #ADADAD. Windows color (decimal): -1276453 or 14386668. OLE color: 14386668.
HSL color Cylindrical-coordinate representation of color #EC85DB: hue angle of 309.9º 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 #EC85DB is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 219 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.07 |
| HSL | 309.9º | 0.73% | 0.72% | - |
| HSV(B) | 309.9º | 0.44% | 0.93% | - |
| XYZ | 55.77 | 39.72 | 71.75 | - |
| YUV | 173.6 | 153.62 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 219 | 0 | 0.44 | 0.07 | 0.07 | 309.9 | 0.73 | 0.72 |
| Hex | EC | 85 | DB | 0 | 2C | 7 | 7 | 136 | 49 | 48 |
| Octal | 354 | 205 | 333 | 0 | 54 | 7 | 7 | 466 | 111 | 110 |
| Binary | 11101100 | 10000101 | 11011011 | 0 | 101100 | 111 | 111 | 100110110 | 1001001 | 1001000 |
Color Harmonies of #EC85DB
Complementary color
Monochromatic Colors of #EC85DB
Black with #EC85DB
Text Example
Text Example
White with #EC85DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC85DB; }
p { color: rgb(236,133,219); }
H1.HeaderClassName
{
color: #EC85DB;
}
.AnyTagClassName
{
color: #EC85DB;
}
</style>
background-color css
<style>
a { background-color: #EC85DB; }
a { background-color: rgb(236,133,219); }
div.DivClassName
{
background-color: #EC85DB;
}
.BgClassName
{
background-color: #EC85DB;
}
</style>
border-color css
<style>
span { border-color: #EC85DB; }
span { border-color: rgb(236,133,219); }
td.TdClassName
{
border-color: #EC85DB;
}
.TagClassName
{
border-color: #EC85DB;
}
</style>