Shades of Pale Magenta #EC89D6
Tints of Pale Magenta #EC89D6
RGB
CMYK
RGB Variations
Color information
#EC89D6 (or 0xEC89D6) is known color: Pale Magenta. HEX triplet: EC, 89 and D6. RGB value is (236,137,214). Sum of RGB (Red+Green+Blue) = 236+137+214=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 137 (53.91% from 255 or 23.34% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #EC89D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC89D6 is #137629. Grayscale: #AFAFAF. Windows color (decimal): -1275434 or 14060012. OLE color: 14060012.
HSL color Cylindrical-coordinate representation of color #EC89D6: hue angle of 313.33º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC89D6 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 137 | 214 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.07 |
| HSL | 313.33º | 0.72% | 0.73% | - |
| HSV(B) | 313.33º | 0.42% | 0.93% | - |
| XYZ | 55.68 | 40.58 | 68.52 | - |
| YUV | 175.38 | 149.8 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 137 | 214 | 0 | 0.42 | 0.09 | 0.07 | 313.33 | 0.72 | 0.73 |
| Hex | EC | 89 | D6 | 0 | 2A | 9 | 7 | 139 | 48 | 49 |
| Octal | 354 | 211 | 326 | 0 | 52 | 11 | 7 | 471 | 110 | 111 |
| Binary | 11101100 | 10001001 | 11010110 | 0 | 101010 | 1001 | 111 | 100111001 | 1001000 | 1001001 |
Color Harmonies of #EC89D6
Complementary color
Monochromatic Colors of #EC89D6
Black with #EC89D6
Text Example
Text Example
White with #EC89D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC89D6; }
p { color: rgb(236,137,214); }
H1.HeaderClassName
{
color: #EC89D6;
}
.AnyTagClassName
{
color: #EC89D6;
}
</style>
background-color css
<style>
a { background-color: #EC89D6; }
a { background-color: rgb(236,137,214); }
div.DivClassName
{
background-color: #EC89D6;
}
.BgClassName
{
background-color: #EC89D6;
}
</style>
border-color css
<style>
span { border-color: #EC89D6; }
span { border-color: rgb(236,137,214); }
td.TdClassName
{
border-color: #EC89D6;
}
.TagClassName
{
border-color: #EC89D6;
}
</style>