Shades of Pale Magenta #EC78D7
Tints of Pale Magenta #EC78D7
RGB
CMYK
RGB Variations
Color information
#EC78D7 (or 0xEC78D7) is known color: Pale Magenta. HEX triplet: EC, 78 and D7. RGB value is (236,120,215). Sum of RGB (Red+Green+Blue) = 236+120+215=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 120 (47.27% from 255 or 21.02% from 571); Blue value is 215 (84.38% from 255 or 37.65% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #EC78D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC78D7 is #138728. Grayscale: #A5A5A5. Windows color (decimal): -1279785 or 14121196. OLE color: 14121196.
HSL color Cylindrical-coordinate representation of color #EC78D7: hue angle of 310.86º 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 #EC78D7 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 215 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.07 |
| HSL | 310.86º | 0.75% | 0.7% | - |
| HSV(B) | 310.86º | 0.49% | 0.93% | - |
| XYZ | 53.57 | 36.17 | 68.45 | - |
| YUV | 165.51 | 155.93 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 215 | 0 | 0.49 | 0.09 | 0.07 | 310.86 | 0.75 | 0.7 |
| Hex | EC | 78 | D7 | 0 | 31 | 9 | 7 | 137 | 4B | 46 |
| Octal | 354 | 170 | 327 | 0 | 61 | 11 | 7 | 467 | 113 | 106 |
| Binary | 11101100 | 1111000 | 11010111 | 0 | 110001 | 1001 | 111 | 100110111 | 1001011 | 1000110 |
Color Harmonies of #EC78D7
Complementary color
Monochromatic Colors of #EC78D7
Black with #EC78D7
Text Example
Text Example
White with #EC78D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC78D7; }
p { color: rgb(236,120,215); }
H1.HeaderClassName
{
color: #EC78D7;
}
.AnyTagClassName
{
color: #EC78D7;
}
</style>
background-color css
<style>
a { background-color: #EC78D7; }
a { background-color: rgb(236,120,215); }
div.DivClassName
{
background-color: #EC78D7;
}
.BgClassName
{
background-color: #EC78D7;
}
</style>
border-color css
<style>
span { border-color: #EC78D7; }
span { border-color: rgb(236,120,215); }
td.TdClassName
{
border-color: #EC78D7;
}
.TagClassName
{
border-color: #EC78D7;
}
</style>