Shades of Persian Pink #EC73C1
Tints of Persian Pink #EC73C1
RGB
CMYK
RGB Variations
Color information
#EC73C1 (or 0xEC73C1) is known color: Persian Pink. HEX triplet: EC, 73 and C1. RGB value is (236,115,193). Sum of RGB (Red+Green+Blue) = 236+115+193=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 115 (45.31% from 255 or 21.14% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73C1 is #138C3E. Grayscale: #9F9F9F. Windows color (decimal): -1281087 or 12678124. OLE color: 12678124.
HSL color Cylindrical-coordinate representation of color #EC73C1: hue angle of 321.32º 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 #EC73C1 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 193 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.07 |
| HSL | 321.32º | 0.76% | 0.69% | - |
| HSV(B) | 321.32º | 0.51% | 0.93% | - |
| XYZ | 50.35 | 33.94 | 54.35 | - |
| YUV | 160.07 | 146.59 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 193 | 0 | 0.51 | 0.18 | 0.07 | 321.32 | 0.76 | 0.69 |
| Hex | EC | 73 | C1 | 0 | 33 | 12 | 7 | 141 | 4C | 45 |
| Octal | 354 | 163 | 301 | 0 | 63 | 22 | 7 | 501 | 114 | 105 |
| Binary | 11101100 | 1110011 | 11000001 | 0 | 110011 | 10010 | 111 | 101000001 | 1001100 | 1000101 |
Color Harmonies of #EC73C1
Complementary color
Monochromatic Colors of #EC73C1
Black with #EC73C1
Text Example
Text Example
White with #EC73C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC73C1; }
p { color: rgb(236,115,193); }
H1.HeaderClassName
{
color: #EC73C1;
}
.AnyTagClassName
{
color: #EC73C1;
}
</style>
background-color css
<style>
a { background-color: #EC73C1; }
a { background-color: rgb(236,115,193); }
div.DivClassName
{
background-color: #EC73C1;
}
.BgClassName
{
background-color: #EC73C1;
}
</style>
border-color css
<style>
span { border-color: #EC73C1; }
span { border-color: rgb(236,115,193); }
td.TdClassName
{
border-color: #EC73C1;
}
.TagClassName
{
border-color: #EC73C1;
}
</style>