Shades of Pale Magenta #EC7FDF
Tints of Pale Magenta #EC7FDF
RGB
CMYK
RGB Variations
Color information
#EC7FDF (or 0xEC7FDF) is known color: Pale Magenta. HEX triplet: EC, 7F and DF. RGB value is (236,127,223). Sum of RGB (Red+Green+Blue) = 236+127+223=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 127 (50% from 255 or 21.67% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FDF is #138020. Grayscale: #AAAAAA. Windows color (decimal): -1277985 or 14647276. OLE color: 14647276.
HSL color Cylindrical-coordinate representation of color #EC7FDF: hue angle of 307.16º 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 #EC7FDF is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 223 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.07 |
| HSL | 307.16º | 0.74% | 0.71% | - |
| HSV(B) | 307.16º | 0.46% | 0.93% | - |
| XYZ | 55.5 | 38.34 | 74.29 | - |
| YUV | 170.54 | 157.61 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 223 | 0 | 0.46 | 0.06 | 0.07 | 307.16 | 0.74 | 0.71 |
| Hex | EC | 7F | DF | 0 | 2E | 6 | 7 | 133 | 4A | 47 |
| Octal | 354 | 177 | 337 | 0 | 56 | 6 | 7 | 463 | 112 | 107 |
| Binary | 11101100 | 1111111 | 11011111 | 0 | 101110 | 110 | 111 | 100110011 | 1001010 | 1000111 |
Color Harmonies of #EC7FDF
Complementary color
Monochromatic Colors of #EC7FDF
Black with #EC7FDF
Text Example
Text Example
White with #EC7FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7FDF; }
p { color: rgb(236,127,223); }
H1.HeaderClassName
{
color: #EC7FDF;
}
.AnyTagClassName
{
color: #EC7FDF;
}
</style>
background-color css
<style>
a { background-color: #EC7FDF; }
a { background-color: rgb(236,127,223); }
div.DivClassName
{
background-color: #EC7FDF;
}
.BgClassName
{
background-color: #EC7FDF;
}
</style>
border-color css
<style>
span { border-color: #EC7FDF; }
span { border-color: rgb(236,127,223); }
td.TdClassName
{
border-color: #EC7FDF;
}
.TagClassName
{
border-color: #EC7FDF;
}
</style>