Shades of Pale Magenta #EC79DF
Tints of Pale Magenta #EC79DF
RGB
CMYK
RGB Variations
Color information
#EC79DF (or 0xEC79DF) is known color: Pale Magenta. HEX triplet: EC, 79 and DF. RGB value is (236,121,223). Sum of RGB (Red+Green+Blue) = 236+121+223=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 121 (47.66% from 255 or 20.86% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #EC79DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC79DF is #138620. Grayscale: #A6A6A6. Windows color (decimal): -1279521 or 14645740. OLE color: 14645740.
HSL color Cylindrical-coordinate representation of color #EC79DF: hue angle of 306.78º 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 #EC79DF is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 223 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.07 |
| HSL | 306.78º | 0.75% | 0.7% | - |
| HSV(B) | 306.78º | 0.49% | 0.93% | - |
| XYZ | 54.75 | 36.84 | 74.04 | - |
| YUV | 167.01 | 159.6 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 223 | 0 | 0.49 | 0.06 | 0.07 | 306.78 | 0.75 | 0.7 |
| Hex | EC | 79 | DF | 0 | 31 | 6 | 7 | 133 | 4B | 46 |
| Octal | 354 | 171 | 337 | 0 | 61 | 6 | 7 | 463 | 113 | 106 |
| Binary | 11101100 | 1111001 | 11011111 | 0 | 110001 | 110 | 111 | 100110011 | 1001011 | 1000110 |
Color Harmonies of #EC79DF
Complementary color
Monochromatic Colors of #EC79DF
Black with #EC79DF
Text Example
Text Example
White with #EC79DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC79DF; }
p { color: rgb(236,121,223); }
H1.HeaderClassName
{
color: #EC79DF;
}
.AnyTagClassName
{
color: #EC79DF;
}
</style>
background-color css
<style>
a { background-color: #EC79DF; }
a { background-color: rgb(236,121,223); }
div.DivClassName
{
background-color: #EC79DF;
}
.BgClassName
{
background-color: #EC79DF;
}
</style>
border-color css
<style>
span { border-color: #EC79DF; }
span { border-color: rgb(236,121,223); }
td.TdClassName
{
border-color: #EC79DF;
}
.TagClassName
{
border-color: #EC79DF;
}
</style>