Shades of Pale Magenta #EC79DC
Tints of Pale Magenta #EC79DC
RGB
CMYK
RGB Variations
Color information
#EC79DC (or 0xEC79DC) is known color: Pale Magenta. HEX triplet: EC, 79 and DC. RGB value is (236,121,220). Sum of RGB (Red+Green+Blue) = 236+121+220=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 121 (47.66% from 255 or 20.97% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #EC79DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC79DC is #138623. Grayscale: #A6A6A6. Windows color (decimal): -1279524 or 14449132. OLE color: 14449132.
HSL color Cylindrical-coordinate representation of color #EC79DC: hue angle of 308.35º 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 #EC79DC is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 220 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.07 |
| HSL | 308.35º | 0.75% | 0.7% | - |
| HSV(B) | 308.35º | 0.49% | 0.93% | - |
| XYZ | 54.35 | 36.67 | 71.92 | - |
| YUV | 166.67 | 158.1 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 220 | 0 | 0.49 | 0.07 | 0.07 | 308.35 | 0.75 | 0.7 |
| Hex | EC | 79 | DC | 0 | 31 | 7 | 7 | 134 | 4B | 46 |
| Octal | 354 | 171 | 334 | 0 | 61 | 7 | 7 | 464 | 113 | 106 |
| Binary | 11101100 | 1111001 | 11011100 | 0 | 110001 | 111 | 111 | 100110100 | 1001011 | 1000110 |
Color Harmonies of #EC79DC
Complementary color
Monochromatic Colors of #EC79DC
Black with #EC79DC
Text Example
Text Example
White with #EC79DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC79DC; }
p { color: rgb(236,121,220); }
H1.HeaderClassName
{
color: #EC79DC;
}
.AnyTagClassName
{
color: #EC79DC;
}
</style>
background-color css
<style>
a { background-color: #EC79DC; }
a { background-color: rgb(236,121,220); }
div.DivClassName
{
background-color: #EC79DC;
}
.BgClassName
{
background-color: #EC79DC;
}
</style>
border-color css
<style>
span { border-color: #EC79DC; }
span { border-color: rgb(236,121,220); }
td.TdClassName
{
border-color: #EC79DC;
}
.TagClassName
{
border-color: #EC79DC;
}
</style>