Shades of Pale Magenta #EC84D1
Tints of Pale Magenta #EC84D1
RGB
CMYK
RGB Variations
Color information
#EC84D1 (or 0xEC84D1) is known color: Pale Magenta. HEX triplet: EC, 84 and D1. RGB value is (236,132,209). Sum of RGB (Red+Green+Blue) = 236+132+209=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 132 (51.95% from 255 or 22.88% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #EC84D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC84D1 is #137B2E. Grayscale: #ABABAB. Windows color (decimal): -1276719 or 13731052. OLE color: 13731052.
HSL color Cylindrical-coordinate representation of color #EC84D1: hue angle of 315.58º 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 #EC84D1 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 209 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.07 |
| HSL | 315.58º | 0.73% | 0.72% | - |
| HSV(B) | 315.58º | 0.44% | 0.93% | - |
| XYZ | 54.35 | 38.94 | 64.97 | - |
| YUV | 171.87 | 148.96 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 209 | 0 | 0.44 | 0.11 | 0.07 | 315.58 | 0.73 | 0.72 |
| Hex | EC | 84 | D1 | 0 | 2C | B | 7 | 13C | 49 | 48 |
| Octal | 354 | 204 | 321 | 0 | 54 | 13 | 7 | 474 | 111 | 110 |
| Binary | 11101100 | 10000100 | 11010001 | 0 | 101100 | 1011 | 111 | 100111100 | 1001001 | 1001000 |
Color Harmonies of #EC84D1
Complementary color
Monochromatic Colors of #EC84D1
Black with #EC84D1
Text Example
Text Example
White with #EC84D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC84D1; }
p { color: rgb(236,132,209); }
H1.HeaderClassName
{
color: #EC84D1;
}
.AnyTagClassName
{
color: #EC84D1;
}
</style>
background-color css
<style>
a { background-color: #EC84D1; }
a { background-color: rgb(236,132,209); }
div.DivClassName
{
background-color: #EC84D1;
}
.BgClassName
{
background-color: #EC84D1;
}
</style>
border-color css
<style>
span { border-color: #EC84D1; }
span { border-color: rgb(236,132,209); }
td.TdClassName
{
border-color: #EC84D1;
}
.TagClassName
{
border-color: #EC84D1;
}
</style>