Shades of Pale Magenta #EC7FD4
Tints of Pale Magenta #EC7FD4
RGB
CMYK
RGB Variations
Color information
#EC7FD4 (or 0xEC7FD4) is known color: Pale Magenta. HEX triplet: EC, 7F and D4. RGB value is (236,127,212). Sum of RGB (Red+Green+Blue) = 236+127+212=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 127 (50% from 255 or 22.09% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FD4 is #13802B. Grayscale: #A9A9A9. Windows color (decimal): -1277996 or 13926380. OLE color: 13926380.
HSL color Cylindrical-coordinate representation of color #EC7FD4: hue angle of 313.21º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC7FD4 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 212 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.07 |
| HSL | 313.21º | 0.74% | 0.71% | - |
| HSV(B) | 313.21º | 0.46% | 0.93% | - |
| XYZ | 54.07 | 37.77 | 66.73 | - |
| YUV | 169.28 | 152.11 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 212 | 0 | 0.46 | 0.10 | 0.07 | 313.21 | 0.74 | 0.71 |
| Hex | EC | 7F | D4 | 0 | 2E | A | 7 | 139 | 4A | 47 |
| Octal | 354 | 177 | 324 | 0 | 56 | 12 | 7 | 471 | 112 | 107 |
| Binary | 11101100 | 1111111 | 11010100 | 0 | 101110 | 1010 | 111 | 100111001 | 1001010 | 1000111 |
Color Harmonies of #EC7FD4
Complementary color
Monochromatic Colors of #EC7FD4
Black with #EC7FD4
Text Example
Text Example
White with #EC7FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7FD4; }
p { color: rgb(236,127,212); }
H1.HeaderClassName
{
color: #EC7FD4;
}
.AnyTagClassName
{
color: #EC7FD4;
}
</style>
background-color css
<style>
a { background-color: #EC7FD4; }
a { background-color: rgb(236,127,212); }
div.DivClassName
{
background-color: #EC7FD4;
}
.BgClassName
{
background-color: #EC7FD4;
}
</style>
border-color css
<style>
span { border-color: #EC7FD4; }
span { border-color: rgb(236,127,212); }
td.TdClassName
{
border-color: #EC7FD4;
}
.TagClassName
{
border-color: #EC7FD4;
}
</style>