Shades of Persian Pink #EC73BC
Tints of Persian Pink #EC73BC
RGB
CMYK
RGB Variations
Color information
#EC73BC (or 0xEC73BC) is known color: Persian Pink. HEX triplet: EC, 73 and BC. RGB value is (236,115,188). Sum of RGB (Red+Green+Blue) = 236+115+188=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 115 (45.31% from 255 or 21.34% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73BC is #138C43. Grayscale: #9F9F9F. Windows color (decimal): -1281092 or 12350444. OLE color: 12350444.
HSL color Cylindrical-coordinate representation of color #EC73BC: hue angle of 323.8º 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 #EC73BC is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 188 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.07 |
| HSL | 323.8º | 0.76% | 0.69% | - |
| HSV(B) | 323.8º | 0.51% | 0.93% | - |
| XYZ | 49.8 | 33.73 | 51.46 | - |
| YUV | 159.5 | 144.09 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 188 | 0 | 0.51 | 0.20 | 0.07 | 323.8 | 0.76 | 0.69 |
| Hex | EC | 73 | BC | 0 | 33 | 14 | 7 | 144 | 4C | 45 |
| Octal | 354 | 163 | 274 | 0 | 63 | 24 | 7 | 504 | 114 | 105 |
| Binary | 11101100 | 1110011 | 10111100 | 0 | 110011 | 10100 | 111 | 101000100 | 1001100 | 1000101 |
Color Harmonies of #EC73BC
Complementary color
Monochromatic Colors of #EC73BC
Black with #EC73BC
Text Example
Text Example
White with #EC73BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC73BC; }
p { color: rgb(236,115,188); }
H1.HeaderClassName
{
color: #EC73BC;
}
.AnyTagClassName
{
color: #EC73BC;
}
</style>
background-color css
<style>
a { background-color: #EC73BC; }
a { background-color: rgb(236,115,188); }
div.DivClassName
{
background-color: #EC73BC;
}
.BgClassName
{
background-color: #EC73BC;
}
</style>
border-color css
<style>
span { border-color: #EC73BC; }
span { border-color: rgb(236,115,188); }
td.TdClassName
{
border-color: #EC73BC;
}
.TagClassName
{
border-color: #EC73BC;
}
</style>