Shades of Persian Pink #EC77C0
Tints of Persian Pink #EC77C0
RGB
CMYK
RGB Variations
Color information
#EC77C0 (or 0xEC77C0) is known color: Persian Pink. HEX triplet: EC, 77 and C0. RGB value is (236,119,192). Sum of RGB (Red+Green+Blue) = 236+119+192=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #EC77C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC77C0 is #13883F. Grayscale: #A2A2A2. Windows color (decimal): -1280064 or 12613612. OLE color: 12613612.
HSL color Cylindrical-coordinate representation of color #EC77C0: hue angle of 322.56º 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 #EC77C0 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 192 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.07 |
| HSL | 322.56º | 0.75% | 0.7% | - |
| HSV(B) | 322.56º | 0.5% | 0.93% | - |
| XYZ | 50.7 | 34.83 | 53.92 | - |
| YUV | 162.31 | 144.76 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 192 | 0 | 0.50 | 0.19 | 0.07 | 322.56 | 0.75 | 0.7 |
| Hex | EC | 77 | C0 | 0 | 32 | 13 | 7 | 143 | 4B | 46 |
| Octal | 354 | 167 | 300 | 0 | 62 | 23 | 7 | 503 | 113 | 106 |
| Binary | 11101100 | 1110111 | 11000000 | 0 | 110010 | 10011 | 111 | 101000011 | 1001011 | 1000110 |
Color Harmonies of #EC77C0
Complementary color
Monochromatic Colors of #EC77C0
Black with #EC77C0
Text Example
Text Example
White with #EC77C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC77C0; }
p { color: rgb(236,119,192); }
H1.HeaderClassName
{
color: #EC77C0;
}
.AnyTagClassName
{
color: #EC77C0;
}
</style>
background-color css
<style>
a { background-color: #EC77C0; }
a { background-color: rgb(236,119,192); }
div.DivClassName
{
background-color: #EC77C0;
}
.BgClassName
{
background-color: #EC77C0;
}
</style>
border-color css
<style>
span { border-color: #EC77C0; }
span { border-color: rgb(236,119,192); }
td.TdClassName
{
border-color: #EC77C0;
}
.TagClassName
{
border-color: #EC77C0;
}
</style>