Shades of Persian Pink #EC77C4
Tints of Persian Pink #EC77C4
RGB
CMYK
RGB Variations
Color information
#EC77C4 (or 0xEC77C4) is known color: Persian Pink. HEX triplet: EC, 77 and C4. RGB value is (236,119,196). Sum of RGB (Red+Green+Blue) = 236+119+196=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 119 (46.88% from 255 or 21.60% from 551); Blue value is 196 (76.95% from 255 or 35.57% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #EC77C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC77C4 is #13883B. Grayscale: #A2A2A2. Windows color (decimal): -1280060 or 12875756. OLE color: 12875756.
HSL color Cylindrical-coordinate representation of color #EC77C4: hue angle of 320.51º 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 #EC77C4 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 196 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.07 |
| HSL | 320.51º | 0.75% | 0.7% | - |
| HSV(B) | 320.51º | 0.5% | 0.93% | - |
| XYZ | 51.15 | 35.01 | 56.29 | - |
| YUV | 162.76 | 146.76 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 196 | 0 | 0.50 | 0.17 | 0.07 | 320.51 | 0.75 | 0.7 |
| Hex | EC | 77 | C4 | 0 | 32 | 11 | 7 | 141 | 4B | 46 |
| Octal | 354 | 167 | 304 | 0 | 62 | 21 | 7 | 501 | 113 | 106 |
| Binary | 11101100 | 1110111 | 11000100 | 0 | 110010 | 10001 | 111 | 101000001 | 1001011 | 1000110 |
Color Harmonies of #EC77C4
Complementary color
Monochromatic Colors of #EC77C4
Black with #EC77C4
Text Example
Text Example
White with #EC77C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC77C4; }
p { color: rgb(236,119,196); }
H1.HeaderClassName
{
color: #EC77C4;
}
.AnyTagClassName
{
color: #EC77C4;
}
</style>
background-color css
<style>
a { background-color: #EC77C4; }
a { background-color: rgb(236,119,196); }
div.DivClassName
{
background-color: #EC77C4;
}
.BgClassName
{
background-color: #EC77C4;
}
</style>
border-color css
<style>
span { border-color: #EC77C4; }
span { border-color: rgb(236,119,196); }
td.TdClassName
{
border-color: #EC77C4;
}
.TagClassName
{
border-color: #EC77C4;
}
</style>