Shades of Persian Pink #EC77B0
Tints of Persian Pink #EC77B0
RGB
CMYK
RGB Variations
Color information
#EC77B0 (or 0xEC77B0) is known color: Persian Pink. HEX triplet: EC, 77 and B0. RGB value is (236,119,176). Sum of RGB (Red+Green+Blue) = 236+119+176=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC77B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC77B0 is #13884F. Grayscale: #A0A0A0. Windows color (decimal): -1280080 or 11565036. OLE color: 11565036.
HSL color Cylindrical-coordinate representation of color #EC77B0: hue angle of 330.77º 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 #EC77B0 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 176 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.07 |
| HSL | 330.77º | 0.75% | 0.7% | - |
| HSV(B) | 330.77º | 0.5% | 0.93% | - |
| XYZ | 49.03 | 34.16 | 45.08 | - |
| YUV | 160.48 | 136.76 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 176 | 0 | 0.50 | 0.25 | 0.07 | 330.77 | 0.75 | 0.7 |
| Hex | EC | 77 | B0 | 0 | 32 | 19 | 7 | 14B | 4B | 46 |
| Octal | 354 | 167 | 260 | 0 | 62 | 31 | 7 | 513 | 113 | 106 |
| Binary | 11101100 | 1110111 | 10110000 | 0 | 110010 | 11001 | 111 | 101001011 | 1001011 | 1000110 |
Color Harmonies of #EC77B0
Complementary color
Monochromatic Colors of #EC77B0
Black with #EC77B0
Text Example
Text Example
White with #EC77B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC77B0; }
p { color: rgb(236,119,176); }
H1.HeaderClassName
{
color: #EC77B0;
}
.AnyTagClassName
{
color: #EC77B0;
}
</style>
background-color css
<style>
a { background-color: #EC77B0; }
a { background-color: rgb(236,119,176); }
div.DivClassName
{
background-color: #EC77B0;
}
.BgClassName
{
background-color: #EC77B0;
}
</style>
border-color css
<style>
span { border-color: #EC77B0; }
span { border-color: rgb(236,119,176); }
td.TdClassName
{
border-color: #EC77B0;
}
.TagClassName
{
border-color: #EC77B0;
}
</style>