Shades of Pale Magenta #EC7FE0
Tints of Pale Magenta #EC7FE0
RGB
CMYK
RGB Variations
Color information
#EC7FE0 (or 0xEC7FE0) is known color: Pale Magenta. HEX triplet: EC, 7F and E0. RGB value is (236,127,224). Sum of RGB (Red+Green+Blue) = 236+127+224=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 127 (50% from 255 or 21.64% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FE0 is #13801F. Grayscale: #AAAAAA. Windows color (decimal): -1277984 or 14712812. OLE color: 14712812.
HSL color Cylindrical-coordinate representation of color #EC7FE0: hue angle of 306.61º 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 #EC7FE0 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 224 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.07 |
| HSL | 306.61º | 0.74% | 0.71% | - |
| HSV(B) | 306.61º | 0.46% | 0.93% | - |
| XYZ | 55.64 | 38.39 | 75 | - |
| YUV | 170.65 | 158.11 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 224 | 0 | 0.46 | 0.05 | 0.07 | 306.61 | 0.74 | 0.71 |
| Hex | EC | 7F | E0 | 0 | 2E | 5 | 7 | 133 | 4A | 47 |
| Octal | 354 | 177 | 340 | 0 | 56 | 5 | 7 | 463 | 112 | 107 |
| Binary | 11101100 | 1111111 | 11100000 | 0 | 101110 | 101 | 111 | 100110011 | 1001010 | 1000111 |
Color Harmonies of #EC7FE0
Complementary color
Monochromatic Colors of #EC7FE0
Black with #EC7FE0
Text Example
Text Example
White with #EC7FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7FE0; }
p { color: rgb(236,127,224); }
H1.HeaderClassName
{
color: #EC7FE0;
}
.AnyTagClassName
{
color: #EC7FE0;
}
</style>
background-color css
<style>
a { background-color: #EC7FE0; }
a { background-color: rgb(236,127,224); }
div.DivClassName
{
background-color: #EC7FE0;
}
.BgClassName
{
background-color: #EC7FE0;
}
</style>
border-color css
<style>
span { border-color: #EC7FE0; }
span { border-color: rgb(236,127,224); }
td.TdClassName
{
border-color: #EC7FE0;
}
.TagClassName
{
border-color: #EC7FE0;
}
</style>