Shades of Persian Pink #EC77BD
Tints of Persian Pink #EC77BD
RGB
CMYK
RGB Variations
Color information
#EC77BD (or 0xEC77BD) is known color: Persian Pink. HEX triplet: EC, 77 and BD. RGB value is (236,119,189). Sum of RGB (Red+Green+Blue) = 236+119+189=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC77BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC77BD is #138842. Grayscale: #A1A1A1. Windows color (decimal): -1280067 or 12417004. OLE color: 12417004.
HSL color Cylindrical-coordinate representation of color #EC77BD: hue angle of 324.1º 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 #EC77BD is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 189 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.07 |
| HSL | 324.1º | 0.75% | 0.7% | - |
| HSV(B) | 324.1º | 0.5% | 0.93% | - |
| XYZ | 50.37 | 34.7 | 52.19 | - |
| YUV | 161.96 | 143.26 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 189 | 0 | 0.50 | 0.20 | 0.07 | 324.1 | 0.75 | 0.7 |
| Hex | EC | 77 | BD | 0 | 32 | 14 | 7 | 144 | 4B | 46 |
| Octal | 354 | 167 | 275 | 0 | 62 | 24 | 7 | 504 | 113 | 106 |
| Binary | 11101100 | 1110111 | 10111101 | 0 | 110010 | 10100 | 111 | 101000100 | 1001011 | 1000110 |
Color Harmonies of #EC77BD
Complementary color
Monochromatic Colors of #EC77BD
Black with #EC77BD
Text Example
Text Example
White with #EC77BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC77BD; }
p { color: rgb(236,119,189); }
H1.HeaderClassName
{
color: #EC77BD;
}
.AnyTagClassName
{
color: #EC77BD;
}
</style>
background-color css
<style>
a { background-color: #EC77BD; }
a { background-color: rgb(236,119,189); }
div.DivClassName
{
background-color: #EC77BD;
}
.BgClassName
{
background-color: #EC77BD;
}
</style>
border-color css
<style>
span { border-color: #EC77BD; }
span { border-color: rgb(236,119,189); }
td.TdClassName
{
border-color: #EC77BD;
}
.TagClassName
{
border-color: #EC77BD;
}
</style>