Shades of Pale Magenta #EC7BE0
Tints of Pale Magenta #EC7BE0
RGB
CMYK
RGB Variations
Color information
#EC7BE0 (or 0xEC7BE0) is known color: Pale Magenta. HEX triplet: EC, 7B and E0. RGB value is (236,123,224). Sum of RGB (Red+Green+Blue) = 236+123+224=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 123 (48.44% from 255 or 21.10% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7BE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7BE0 is #13841F. Grayscale: #A8A8A8. Windows color (decimal): -1279008 or 14711788. OLE color: 14711788.
HSL color Cylindrical-coordinate representation of color #EC7BE0: hue angle of 306.37º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7BE0 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 123 | 224 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.07 |
| HSL | 306.37º | 0.75% | 0.7% | - |
| HSV(B) | 306.37º | 0.48% | 0.93% | - |
| XYZ | 55.13 | 37.38 | 74.83 | - |
| YUV | 168.3 | 159.44 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 123 | 224 | 0 | 0.48 | 0.05 | 0.07 | 306.37 | 0.75 | 0.7 |
| Hex | EC | 7B | E0 | 0 | 30 | 5 | 7 | 132 | 4B | 46 |
| Octal | 354 | 173 | 340 | 0 | 60 | 5 | 7 | 462 | 113 | 106 |
| Binary | 11101100 | 1111011 | 11100000 | 0 | 110000 | 101 | 111 | 100110010 | 1001011 | 1000110 |
Color Harmonies of #EC7BE0
Complementary color
Monochromatic Colors of #EC7BE0
Black with #EC7BE0
Text Example
Text Example
White with #EC7BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7BE0; }
p { color: rgb(236,123,224); }
H1.HeaderClassName
{
color: #EC7BE0;
}
.AnyTagClassName
{
color: #EC7BE0;
}
</style>
background-color css
<style>
a { background-color: #EC7BE0; }
a { background-color: rgb(236,123,224); }
div.DivClassName
{
background-color: #EC7BE0;
}
.BgClassName
{
background-color: #EC7BE0;
}
</style>
border-color css
<style>
span { border-color: #EC7BE0; }
span { border-color: rgb(236,123,224); }
td.TdClassName
{
border-color: #EC7BE0;
}
.TagClassName
{
border-color: #EC7BE0;
}
</style>