Shades of Pale Magenta #EC7EE0
Tints of Pale Magenta #EC7EE0
RGB
CMYK
RGB Variations
Color information
#EC7EE0 (or 0xEC7EE0) is known color: Pale Magenta. HEX triplet: EC, 7E and E0. RGB value is (236,126,224). Sum of RGB (Red+Green+Blue) = 236+126+224=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 126 (49.61% from 255 or 21.50% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7EE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7EE0 is #13811F. Grayscale: #A9A9A9. Windows color (decimal): -1278240 or 14712556. OLE color: 14712556.
HSL color Cylindrical-coordinate representation of color #EC7EE0: hue angle of 306.55º 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 #EC7EE0 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 126 | 224 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.07 |
| HSL | 306.55º | 0.74% | 0.71% | - |
| HSV(B) | 306.55º | 0.47% | 0.93% | - |
| XYZ | 55.51 | 38.14 | 74.96 | - |
| YUV | 170.06 | 158.44 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 224 | 0 | 0.47 | 0.05 | 0.07 | 306.55 | 0.74 | 0.71 |
| Hex | EC | 7E | E0 | 0 | 2F | 5 | 7 | 133 | 4A | 47 |
| Octal | 354 | 176 | 340 | 0 | 57 | 5 | 7 | 463 | 112 | 107 |
| Binary | 11101100 | 1111110 | 11100000 | 0 | 101111 | 101 | 111 | 100110011 | 1001010 | 1000111 |
Color Harmonies of #EC7EE0
Complementary color
Monochromatic Colors of #EC7EE0
Black with #EC7EE0
Text Example
Text Example
White with #EC7EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7EE0; }
p { color: rgb(236,126,224); }
H1.HeaderClassName
{
color: #EC7EE0;
}
.AnyTagClassName
{
color: #EC7EE0;
}
</style>
background-color css
<style>
a { background-color: #EC7EE0; }
a { background-color: rgb(236,126,224); }
div.DivClassName
{
background-color: #EC7EE0;
}
.BgClassName
{
background-color: #EC7EE0;
}
</style>
border-color css
<style>
span { border-color: #EC7EE0; }
span { border-color: rgb(236,126,224); }
td.TdClassName
{
border-color: #EC7EE0;
}
.TagClassName
{
border-color: #EC7EE0;
}
</style>