Shades of Pale Magenta #EC7EE1
Tints of Pale Magenta #EC7EE1
RGB
CMYK
RGB Variations
Color information
#EC7EE1 (or 0xEC7EE1) is known color: Pale Magenta. HEX triplet: EC, 7E and E1. RGB value is (236,126,225). Sum of RGB (Red+Green+Blue) = 236+126+225=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 126 (49.61% from 255 or 21.47% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7EE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7EE1 is #13811E. Grayscale: #A9A9A9. Windows color (decimal): -1278239 or 14778092. OLE color: 14778092.
HSL color Cylindrical-coordinate representation of color #EC7EE1: hue angle of 306º 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 #EC7EE1 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 126 | 225 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.07 |
| HSL | 306º | 0.74% | 0.71% | - |
| HSV(B) | 306º | 0.47% | 0.93% | - |
| XYZ | 55.64 | 38.19 | 75.67 | - |
| YUV | 170.18 | 158.94 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 225 | 0 | 0.47 | 0.05 | 0.07 | 306 | 0.74 | 0.71 |
| Hex | EC | 7E | E1 | 0 | 2F | 5 | 7 | 132 | 4A | 47 |
| Octal | 354 | 176 | 341 | 0 | 57 | 5 | 7 | 462 | 112 | 107 |
| Binary | 11101100 | 1111110 | 11100001 | 0 | 101111 | 101 | 111 | 100110010 | 1001010 | 1000111 |
Color Harmonies of #EC7EE1
Complementary color
Monochromatic Colors of #EC7EE1
Black with #EC7EE1
Text Example
Text Example
White with #EC7EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7EE1; }
p { color: rgb(236,126,225); }
H1.HeaderClassName
{
color: #EC7EE1;
}
.AnyTagClassName
{
color: #EC7EE1;
}
</style>
background-color css
<style>
a { background-color: #EC7EE1; }
a { background-color: rgb(236,126,225); }
div.DivClassName
{
background-color: #EC7EE1;
}
.BgClassName
{
background-color: #EC7EE1;
}
</style>
border-color css
<style>
span { border-color: #EC7EE1; }
span { border-color: rgb(236,126,225); }
td.TdClassName
{
border-color: #EC7EE1;
}
.TagClassName
{
border-color: #EC7EE1;
}
</style>