Shades of Persian Pink #EC77BA
Tints of Persian Pink #EC77BA
RGB
CMYK
RGB Variations
Color information
#EC77BA (or 0xEC77BA) is known color: Persian Pink. HEX triplet: EC, 77 and BA. RGB value is (236,119,186). Sum of RGB (Red+Green+Blue) = 236+119+186=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 119 (46.88% from 255 or 22.00% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC77BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC77BA is #138845. Grayscale: #A1A1A1. Windows color (decimal): -1280070 or 12220396. OLE color: 12220396.
HSL color Cylindrical-coordinate representation of color #EC77BA: hue angle of 325.64º 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 #EC77BA is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 186 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.07 |
| HSL | 325.64º | 0.75% | 0.7% | - |
| HSV(B) | 325.64º | 0.5% | 0.93% | - |
| XYZ | 50.05 | 34.57 | 50.49 | - |
| YUV | 161.62 | 141.76 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 186 | 0 | 0.50 | 0.21 | 0.07 | 325.64 | 0.75 | 0.7 |
| Hex | EC | 77 | BA | 0 | 32 | 15 | 7 | 146 | 4B | 46 |
| Octal | 354 | 167 | 272 | 0 | 62 | 25 | 7 | 506 | 113 | 106 |
| Binary | 11101100 | 1110111 | 10111010 | 0 | 110010 | 10101 | 111 | 101000110 | 1001011 | 1000110 |
Color Harmonies of #EC77BA
Complementary color
Monochromatic Colors of #EC77BA
Black with #EC77BA
Text Example
Text Example
White with #EC77BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC77BA; }
p { color: rgb(236,119,186); }
H1.HeaderClassName
{
color: #EC77BA;
}
.AnyTagClassName
{
color: #EC77BA;
}
</style>
background-color css
<style>
a { background-color: #EC77BA; }
a { background-color: rgb(236,119,186); }
div.DivClassName
{
background-color: #EC77BA;
}
.BgClassName
{
background-color: #EC77BA;
}
</style>
border-color css
<style>
span { border-color: #EC77BA; }
span { border-color: rgb(236,119,186); }
td.TdClassName
{
border-color: #EC77BA;
}
.TagClassName
{
border-color: #EC77BA;
}
</style>