Shades of Pale Magenta #EC79D2
Tints of Pale Magenta #EC79D2
RGB
CMYK
RGB Variations
Color information
#EC79D2 (or 0xEC79D2) is known color: Pale Magenta. HEX triplet: EC, 79 and D2. RGB value is (236,121,210). Sum of RGB (Red+Green+Blue) = 236+121+210=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 121 (47.66% from 255 or 21.34% from 567); Blue value is 210 (82.42% from 255 or 37.04% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC79D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC79D2 is #13862D. Grayscale: #A5A5A5. Windows color (decimal): -1279534 or 13793772. OLE color: 13793772.
HSL color Cylindrical-coordinate representation of color #EC79D2: hue angle of 313.57º 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 #EC79D2 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 210 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.07 |
| HSL | 313.57º | 0.75% | 0.7% | - |
| HSV(B) | 313.57º | 0.49% | 0.93% | - |
| XYZ | 53.06 | 36.16 | 65.16 | - |
| YUV | 165.53 | 153.1 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 210 | 0 | 0.49 | 0.11 | 0.07 | 313.57 | 0.75 | 0.7 |
| Hex | EC | 79 | D2 | 0 | 31 | B | 7 | 13A | 4B | 46 |
| Octal | 354 | 171 | 322 | 0 | 61 | 13 | 7 | 472 | 113 | 106 |
| Binary | 11101100 | 1111001 | 11010010 | 0 | 110001 | 1011 | 111 | 100111010 | 1001011 | 1000110 |
Color Harmonies of #EC79D2
Complementary color
Monochromatic Colors of #EC79D2
Black with #EC79D2
Text Example
Text Example
White with #EC79D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC79D2; }
p { color: rgb(236,121,210); }
H1.HeaderClassName
{
color: #EC79D2;
}
.AnyTagClassName
{
color: #EC79D2;
}
</style>
background-color css
<style>
a { background-color: #EC79D2; }
a { background-color: rgb(236,121,210); }
div.DivClassName
{
background-color: #EC79D2;
}
.BgClassName
{
background-color: #EC79D2;
}
</style>
border-color css
<style>
span { border-color: #EC79D2; }
span { border-color: rgb(236,121,210); }
td.TdClassName
{
border-color: #EC79D2;
}
.TagClassName
{
border-color: #EC79D2;
}
</style>