Shades of Pale Magenta #EC79D9
Tints of Pale Magenta #EC79D9
RGB
CMYK
RGB Variations
Color information
#EC79D9 (or 0xEC79D9) is known color: Pale Magenta. HEX triplet: EC, 79 and D9. RGB value is (236,121,217). Sum of RGB (Red+Green+Blue) = 236+121+217=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 121 (47.66% from 255 or 21.08% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #EC79D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC79D9 is #138626. Grayscale: #A6A6A6. Windows color (decimal): -1279527 or 14252524. OLE color: 14252524.
HSL color Cylindrical-coordinate representation of color #EC79D9: hue angle of 309.91º 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 #EC79D9 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 217 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.07 |
| HSL | 309.91º | 0.75% | 0.7% | - |
| HSV(B) | 309.91º | 0.49% | 0.93% | - |
| XYZ | 53.95 | 36.52 | 69.85 | - |
| YUV | 166.33 | 156.6 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 217 | 0 | 0.49 | 0.08 | 0.07 | 309.91 | 0.75 | 0.7 |
| Hex | EC | 79 | D9 | 0 | 31 | 8 | 7 | 136 | 4B | 46 |
| Octal | 354 | 171 | 331 | 0 | 61 | 10 | 7 | 466 | 113 | 106 |
| Binary | 11101100 | 1111001 | 11011001 | 0 | 110001 | 1000 | 111 | 100110110 | 1001011 | 1000110 |
Color Harmonies of #EC79D9
Complementary color
Monochromatic Colors of #EC79D9
Black with #EC79D9
Text Example
Text Example
White with #EC79D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC79D9; }
p { color: rgb(236,121,217); }
H1.HeaderClassName
{
color: #EC79D9;
}
.AnyTagClassName
{
color: #EC79D9;
}
</style>
background-color css
<style>
a { background-color: #EC79D9; }
a { background-color: rgb(236,121,217); }
div.DivClassName
{
background-color: #EC79D9;
}
.BgClassName
{
background-color: #EC79D9;
}
</style>
border-color css
<style>
span { border-color: #EC79D9; }
span { border-color: rgb(236,121,217); }
td.TdClassName
{
border-color: #EC79D9;
}
.TagClassName
{
border-color: #EC79D9;
}
</style>