Shades of Pale Magenta #EC7EDF
Tints of Pale Magenta #EC7EDF
RGB
CMYK
RGB Variations
Color information
#EC7EDF (or 0xEC7EDF) is known color: Pale Magenta. HEX triplet: EC, 7E and DF. RGB value is (236,126,223). Sum of RGB (Red+Green+Blue) = 236+126+223=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 126 (49.61% from 255 or 21.54% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7EDF is #138120. Grayscale: #A9A9A9. Windows color (decimal): -1278241 or 14647020. OLE color: 14647020.
HSL color Cylindrical-coordinate representation of color #EC7EDF: hue angle of 307.09º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC7EDF is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 126 | 223 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.07 |
| HSL | 307.09º | 0.74% | 0.71% | - |
| HSV(B) | 307.09º | 0.47% | 0.93% | - |
| XYZ | 55.37 | 38.08 | 74.24 | - |
| YUV | 169.95 | 157.94 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 223 | 0 | 0.47 | 0.06 | 0.07 | 307.09 | 0.74 | 0.71 |
| Hex | EC | 7E | DF | 0 | 2F | 6 | 7 | 133 | 4A | 47 |
| Octal | 354 | 176 | 337 | 0 | 57 | 6 | 7 | 463 | 112 | 107 |
| Binary | 11101100 | 1111110 | 11011111 | 0 | 101111 | 110 | 111 | 100110011 | 1001010 | 1000111 |
Color Harmonies of #EC7EDF
Complementary color
Monochromatic Colors of #EC7EDF
Black with #EC7EDF
Text Example
Text Example
White with #EC7EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7EDF; }
p { color: rgb(236,126,223); }
H1.HeaderClassName
{
color: #EC7EDF;
}
.AnyTagClassName
{
color: #EC7EDF;
}
</style>
background-color css
<style>
a { background-color: #EC7EDF; }
a { background-color: rgb(236,126,223); }
div.DivClassName
{
background-color: #EC7EDF;
}
.BgClassName
{
background-color: #EC7EDF;
}
</style>
border-color css
<style>
span { border-color: #EC7EDF; }
span { border-color: rgb(236,126,223); }
td.TdClassName
{
border-color: #EC7EDF;
}
.TagClassName
{
border-color: #EC7EDF;
}
</style>