Shades of Persian Pink #EC73B7
Tints of Persian Pink #EC73B7
RGB
CMYK
RGB Variations
Color information
#EC73B7 (or 0xEC73B7) is known color: Persian Pink. HEX triplet: EC, 73 and B7. RGB value is (236,115,183). Sum of RGB (Red+Green+Blue) = 236+115+183=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 183 (71.88% from 255 or 34.27% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73B7 is #138C48. Grayscale: #9E9E9E. Windows color (decimal): -1281097 or 12022764. OLE color: 12022764.
HSL color Cylindrical-coordinate representation of color #EC73B7: hue angle of 326.28º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC73B7 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 183 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.07 |
| HSL | 326.28º | 0.76% | 0.69% | - |
| HSV(B) | 326.28º | 0.51% | 0.93% | - |
| XYZ | 49.27 | 33.51 | 48.67 | - |
| YUV | 158.93 | 141.59 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 183 | 0 | 0.51 | 0.22 | 0.07 | 326.28 | 0.76 | 0.69 |
| Hex | EC | 73 | B7 | 0 | 33 | 16 | 7 | 146 | 4C | 45 |
| Octal | 354 | 163 | 267 | 0 | 63 | 26 | 7 | 506 | 114 | 105 |
| Binary | 11101100 | 1110011 | 10110111 | 0 | 110011 | 10110 | 111 | 101000110 | 1001100 | 1000101 |
Color Harmonies of #EC73B7
Complementary color
Monochromatic Colors of #EC73B7
Black with #EC73B7
Text Example
Text Example
White with #EC73B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC73B7; }
p { color: rgb(236,115,183); }
H1.HeaderClassName
{
color: #EC73B7;
}
.AnyTagClassName
{
color: #EC73B7;
}
</style>
background-color css
<style>
a { background-color: #EC73B7; }
a { background-color: rgb(236,115,183); }
div.DivClassName
{
background-color: #EC73B7;
}
.BgClassName
{
background-color: #EC73B7;
}
</style>
border-color css
<style>
span { border-color: #EC73B7; }
span { border-color: rgb(236,115,183); }
td.TdClassName
{
border-color: #EC73B7;
}
.TagClassName
{
border-color: #EC73B7;
}
</style>