Shades of Pale Magenta #EC79D8
Tints of Pale Magenta #EC79D8
RGB
CMYK
RGB Variations
Color information
#EC79D8 (or 0xEC79D8) is known color: Pale Magenta. HEX triplet: EC, 79 and D8. RGB value is (236,121,216). Sum of RGB (Red+Green+Blue) = 236+121+216=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 121 (47.66% from 255 or 21.12% from 573); Blue value is 216 (84.77% from 255 or 37.70% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #EC79D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC79D8 is #138627. Grayscale: #A5A5A5. Windows color (decimal): -1279528 or 14186988. OLE color: 14186988.
HSL color Cylindrical-coordinate representation of color #EC79D8: hue angle of 310.43º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC79D8 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 216 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.07 |
| HSL | 310.43º | 0.75% | 0.7% | - |
| HSV(B) | 310.43º | 0.49% | 0.93% | - |
| XYZ | 53.82 | 36.47 | 69.17 | - |
| YUV | 166.22 | 156.1 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 216 | 0 | 0.49 | 0.08 | 0.07 | 310.43 | 0.75 | 0.7 |
| Hex | EC | 79 | D8 | 0 | 31 | 8 | 7 | 136 | 4B | 46 |
| Octal | 354 | 171 | 330 | 0 | 61 | 10 | 7 | 466 | 113 | 106 |
| Binary | 11101100 | 1111001 | 11011000 | 0 | 110001 | 1000 | 111 | 100110110 | 1001011 | 1000110 |
Color Harmonies of #EC79D8
Complementary color
Monochromatic Colors of #EC79D8
Black with #EC79D8
Text Example
Text Example
White with #EC79D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC79D8; }
p { color: rgb(236,121,216); }
H1.HeaderClassName
{
color: #EC79D8;
}
.AnyTagClassName
{
color: #EC79D8;
}
</style>
background-color css
<style>
a { background-color: #EC79D8; }
a { background-color: rgb(236,121,216); }
div.DivClassName
{
background-color: #EC79D8;
}
.BgClassName
{
background-color: #EC79D8;
}
</style>
border-color css
<style>
span { border-color: #EC79D8; }
span { border-color: rgb(236,121,216); }
td.TdClassName
{
border-color: #EC79D8;
}
.TagClassName
{
border-color: #EC79D8;
}
</style>