Shades of Pale Magenta #EC81DB
Tints of Pale Magenta #EC81DB
RGB
CMYK
RGB Variations
Color information
#EC81DB (or 0xEC81DB) is known color: Pale Magenta. HEX triplet: EC, 81 and DB. RGB value is (236,129,219). Sum of RGB (Red+Green+Blue) = 236+129+219=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 129 (50.78% from 255 or 22.09% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81DB is #137E24. Grayscale: #ABABAB. Windows color (decimal): -1277477 or 14385644. OLE color: 14385644.
HSL color Cylindrical-coordinate representation of color #EC81DB: hue angle of 309.53º 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 #EC81DB is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 219 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.07 |
| HSL | 309.53º | 0.74% | 0.72% | - |
| HSV(B) | 309.53º | 0.45% | 0.93% | - |
| XYZ | 55.23 | 38.65 | 71.57 | - |
| YUV | 171.25 | 154.95 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 219 | 0 | 0.45 | 0.07 | 0.07 | 309.53 | 0.74 | 0.72 |
| Hex | EC | 81 | DB | 0 | 2D | 7 | 7 | 136 | 4A | 48 |
| Octal | 354 | 201 | 333 | 0 | 55 | 7 | 7 | 466 | 112 | 110 |
| Binary | 11101100 | 10000001 | 11011011 | 0 | 101101 | 111 | 111 | 100110110 | 1001010 | 1001000 |
Color Harmonies of #EC81DB
Complementary color
Monochromatic Colors of #EC81DB
Black with #EC81DB
Text Example
Text Example
White with #EC81DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC81DB; }
p { color: rgb(236,129,219); }
H1.HeaderClassName
{
color: #EC81DB;
}
.AnyTagClassName
{
color: #EC81DB;
}
</style>
background-color css
<style>
a { background-color: #EC81DB; }
a { background-color: rgb(236,129,219); }
div.DivClassName
{
background-color: #EC81DB;
}
.BgClassName
{
background-color: #EC81DB;
}
</style>
border-color css
<style>
span { border-color: #EC81DB; }
span { border-color: rgb(236,129,219); }
td.TdClassName
{
border-color: #EC81DB;
}
.TagClassName
{
border-color: #EC81DB;
}
</style>