Shades of Pale Magenta #EC82DB
Tints of Pale Magenta #EC82DB
RGB
CMYK
RGB Variations
Color information
#EC82DB (or 0xEC82DB) is known color: Pale Magenta. HEX triplet: EC, 82 and DB. RGB value is (236,130,219). Sum of RGB (Red+Green+Blue) = 236+130+219=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 130 (51.17% from 255 or 22.22% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC82DB is #137D24. Grayscale: #ABABAB. Windows color (decimal): -1277221 or 14385900. OLE color: 14385900.
HSL color Cylindrical-coordinate representation of color #EC82DB: hue angle of 309.62º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC82DB is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 219 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.07 |
| HSL | 309.62º | 0.74% | 0.72% | - |
| HSV(B) | 309.62º | 0.45% | 0.93% | - |
| XYZ | 55.36 | 38.91 | 71.61 | - |
| YUV | 171.84 | 154.62 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 219 | 0 | 0.45 | 0.07 | 0.07 | 309.62 | 0.74 | 0.72 |
| Hex | EC | 82 | DB | 0 | 2D | 7 | 7 | 136 | 4A | 48 |
| Octal | 354 | 202 | 333 | 0 | 55 | 7 | 7 | 466 | 112 | 110 |
| Binary | 11101100 | 10000010 | 11011011 | 0 | 101101 | 111 | 111 | 100110110 | 1001010 | 1001000 |
Color Harmonies of #EC82DB
Complementary color
Monochromatic Colors of #EC82DB
Black with #EC82DB
Text Example
Text Example
White with #EC82DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC82DB; }
p { color: rgb(236,130,219); }
H1.HeaderClassName
{
color: #EC82DB;
}
.AnyTagClassName
{
color: #EC82DB;
}
</style>
background-color css
<style>
a { background-color: #EC82DB; }
a { background-color: rgb(236,130,219); }
div.DivClassName
{
background-color: #EC82DB;
}
.BgClassName
{
background-color: #EC82DB;
}
</style>
border-color css
<style>
span { border-color: #EC82DB; }
span { border-color: rgb(236,130,219); }
td.TdClassName
{
border-color: #EC82DB;
}
.TagClassName
{
border-color: #EC82DB;
}
</style>