Shades of Pale Magenta #EC77E0
Tints of Pale Magenta #EC77E0
RGB
CMYK
RGB Variations
Color information
#EC77E0 (or 0xEC77E0) is known color: Pale Magenta. HEX triplet: EC, 77 and E0. RGB value is (236,119,224). Sum of RGB (Red+Green+Blue) = 236+119+224=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 119 (46.88% from 255 or 20.55% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #EC77E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC77E0 is #13881F. Grayscale: #A5A5A5. Windows color (decimal): -1280032 or 14710764. OLE color: 14710764.
HSL color Cylindrical-coordinate representation of color #EC77E0: hue angle of 306.15º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC77E0 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 224 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.07 |
| HSL | 306.15º | 0.75% | 0.7% | - |
| HSV(B) | 306.15º | 0.5% | 0.93% | - |
| XYZ | 54.64 | 36.41 | 74.67 | - |
| YUV | 165.95 | 160.76 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 224 | 0 | 0.50 | 0.05 | 0.07 | 306.15 | 0.75 | 0.7 |
| Hex | EC | 77 | E0 | 0 | 32 | 5 | 7 | 132 | 4B | 46 |
| Octal | 354 | 167 | 340 | 0 | 62 | 5 | 7 | 462 | 113 | 106 |
| Binary | 11101100 | 1110111 | 11100000 | 0 | 110010 | 101 | 111 | 100110010 | 1001011 | 1000110 |
Color Harmonies of #EC77E0
Complementary color
Monochromatic Colors of #EC77E0
Black with #EC77E0
Text Example
Text Example
White with #EC77E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC77E0; }
p { color: rgb(236,119,224); }
H1.HeaderClassName
{
color: #EC77E0;
}
.AnyTagClassName
{
color: #EC77E0;
}
</style>
background-color css
<style>
a { background-color: #EC77E0; }
a { background-color: rgb(236,119,224); }
div.DivClassName
{
background-color: #EC77E0;
}
.BgClassName
{
background-color: #EC77E0;
}
</style>
border-color css
<style>
span { border-color: #EC77E0; }
span { border-color: rgb(236,119,224); }
td.TdClassName
{
border-color: #EC77E0;
}
.TagClassName
{
border-color: #EC77E0;
}
</style>