Shades of Pale Magenta #EC89D4
Tints of Pale Magenta #EC89D4
RGB
CMYK
RGB Variations
Color information
#EC89D4 (or 0xEC89D4) is known color: Pale Magenta. HEX triplet: EC, 89 and D4. RGB value is (236,137,212). Sum of RGB (Red+Green+Blue) = 236+137+212=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 137 (53.91% from 255 or 23.42% from 585); Blue value is 212 (83.20% from 255 or 36.24% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #EC89D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC89D4 is #13762B. Grayscale: #AEAEAE. Windows color (decimal): -1275436 or 13928940. OLE color: 13928940.
HSL color Cylindrical-coordinate representation of color #EC89D4: hue angle of 314.55º 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 #EC89D4 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 137 | 212 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.07 |
| HSL | 314.55º | 0.72% | 0.73% | - |
| HSV(B) | 314.55º | 0.42% | 0.93% | - |
| XYZ | 55.42 | 40.48 | 67.18 | - |
| YUV | 175.15 | 148.8 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 137 | 212 | 0 | 0.42 | 0.10 | 0.07 | 314.55 | 0.72 | 0.73 |
| Hex | EC | 89 | D4 | 0 | 2A | A | 7 | 13B | 48 | 49 |
| Octal | 354 | 211 | 324 | 0 | 52 | 12 | 7 | 473 | 110 | 111 |
| Binary | 11101100 | 10001001 | 11010100 | 0 | 101010 | 1010 | 111 | 100111011 | 1001000 | 1001001 |
Color Harmonies of #EC89D4
Complementary color
Monochromatic Colors of #EC89D4
Black with #EC89D4
Text Example
Text Example
White with #EC89D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC89D4; }
p { color: rgb(236,137,212); }
H1.HeaderClassName
{
color: #EC89D4;
}
.AnyTagClassName
{
color: #EC89D4;
}
</style>
background-color css
<style>
a { background-color: #EC89D4; }
a { background-color: rgb(236,137,212); }
div.DivClassName
{
background-color: #EC89D4;
}
.BgClassName
{
background-color: #EC89D4;
}
</style>
border-color css
<style>
span { border-color: #EC89D4; }
span { border-color: rgb(236,137,212); }
td.TdClassName
{
border-color: #EC89D4;
}
.TagClassName
{
border-color: #EC89D4;
}
</style>