Shades of Persian Pink #EC73C0
Tints of Persian Pink #EC73C0
RGB
CMYK
RGB Variations
Color information
#EC73C0 (or 0xEC73C0) is known color: Persian Pink. HEX triplet: EC, 73 and C0. RGB value is (236,115,192). Sum of RGB (Red+Green+Blue) = 236+115+192=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 115 (45.31% from 255 or 21.18% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73C0 is #138C3F. Grayscale: #9F9F9F. Windows color (decimal): -1281088 or 12612588. OLE color: 12612588.
HSL color Cylindrical-coordinate representation of color #EC73C0: hue angle of 321.82º 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 #EC73C0 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 192 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.07 |
| HSL | 321.82º | 0.76% | 0.69% | - |
| HSV(B) | 321.82º | 0.51% | 0.93% | - |
| XYZ | 50.24 | 33.9 | 53.76 | - |
| YUV | 159.96 | 146.09 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 192 | 0 | 0.51 | 0.19 | 0.07 | 321.82 | 0.76 | 0.69 |
| Hex | EC | 73 | C0 | 0 | 33 | 13 | 7 | 142 | 4C | 45 |
| Octal | 354 | 163 | 300 | 0 | 63 | 23 | 7 | 502 | 114 | 105 |
| Binary | 11101100 | 1110011 | 11000000 | 0 | 110011 | 10011 | 111 | 101000010 | 1001100 | 1000101 |
Color Harmonies of #EC73C0
Complementary color
Monochromatic Colors of #EC73C0
Black with #EC73C0
Text Example
Text Example
White with #EC73C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC73C0; }
p { color: rgb(236,115,192); }
H1.HeaderClassName
{
color: #EC73C0;
}
.AnyTagClassName
{
color: #EC73C0;
}
</style>
background-color css
<style>
a { background-color: #EC73C0; }
a { background-color: rgb(236,115,192); }
div.DivClassName
{
background-color: #EC73C0;
}
.BgClassName
{
background-color: #EC73C0;
}
</style>
border-color css
<style>
span { border-color: #EC73C0; }
span { border-color: rgb(236,115,192); }
td.TdClassName
{
border-color: #EC73C0;
}
.TagClassName
{
border-color: #EC73C0;
}
</style>