Shades of Persian Pink #EC77C2
Tints of Persian Pink #EC77C2
RGB
CMYK
RGB Variations
Color information
#EC77C2 (or 0xEC77C2) is known color: Persian Pink. HEX triplet: EC, 77 and C2. RGB value is (236,119,194). Sum of RGB (Red+Green+Blue) = 236+119+194=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 119 (46.88% from 255 or 21.68% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC77C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC77C2 is #13883D. Grayscale: #A2A2A2. Windows color (decimal): -1280062 or 12744684. OLE color: 12744684.
HSL color Cylindrical-coordinate representation of color #EC77C2: hue angle of 321.54º 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 #EC77C2 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 194 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.07 |
| HSL | 321.54º | 0.75% | 0.7% | - |
| HSV(B) | 321.54º | 0.5% | 0.93% | - |
| XYZ | 50.93 | 34.92 | 55.1 | - |
| YUV | 162.53 | 145.76 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 194 | 0 | 0.50 | 0.18 | 0.07 | 321.54 | 0.75 | 0.7 |
| Hex | EC | 77 | C2 | 0 | 32 | 12 | 7 | 142 | 4B | 46 |
| Octal | 354 | 167 | 302 | 0 | 62 | 22 | 7 | 502 | 113 | 106 |
| Binary | 11101100 | 1110111 | 11000010 | 0 | 110010 | 10010 | 111 | 101000010 | 1001011 | 1000110 |
Color Harmonies of #EC77C2
Complementary color
Monochromatic Colors of #EC77C2
Black with #EC77C2
Text Example
Text Example
White with #EC77C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC77C2; }
p { color: rgb(236,119,194); }
H1.HeaderClassName
{
color: #EC77C2;
}
.AnyTagClassName
{
color: #EC77C2;
}
</style>
background-color css
<style>
a { background-color: #EC77C2; }
a { background-color: rgb(236,119,194); }
div.DivClassName
{
background-color: #EC77C2;
}
.BgClassName
{
background-color: #EC77C2;
}
</style>
border-color css
<style>
span { border-color: #EC77C2; }
span { border-color: rgb(236,119,194); }
td.TdClassName
{
border-color: #EC77C2;
}
.TagClassName
{
border-color: #EC77C2;
}
</style>