Shades of Persian Pink #EC73C2
Tints of Persian Pink #EC73C2
RGB
CMYK
RGB Variations
Color information
#EC73C2 (or 0xEC73C2) is known color: Persian Pink. HEX triplet: EC, 73 and C2. RGB value is (236,115,194). Sum of RGB (Red+Green+Blue) = 236+115+194=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 115 (45.31% from 255 or 21.10% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73C2 is #138C3D. Grayscale: #9F9F9F. Windows color (decimal): -1281086 or 12743660. OLE color: 12743660.
HSL color Cylindrical-coordinate representation of color #EC73C2: hue angle of 320.83º 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 #EC73C2 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 194 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.07 |
| HSL | 320.83º | 0.76% | 0.69% | - |
| HSV(B) | 320.83º | 0.51% | 0.93% | - |
| XYZ | 50.46 | 33.99 | 54.94 | - |
| YUV | 160.19 | 147.09 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 194 | 0 | 0.51 | 0.18 | 0.07 | 320.83 | 0.76 | 0.69 |
| Hex | EC | 73 | C2 | 0 | 33 | 12 | 7 | 141 | 4C | 45 |
| Octal | 354 | 163 | 302 | 0 | 63 | 22 | 7 | 501 | 114 | 105 |
| Binary | 11101100 | 1110011 | 11000010 | 0 | 110011 | 10010 | 111 | 101000001 | 1001100 | 1000101 |
Color Harmonies of #EC73C2
Complementary color
Monochromatic Colors of #EC73C2
Black with #EC73C2
Text Example
Text Example
White with #EC73C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC73C2; }
p { color: rgb(236,115,194); }
H1.HeaderClassName
{
color: #EC73C2;
}
.AnyTagClassName
{
color: #EC73C2;
}
</style>
background-color css
<style>
a { background-color: #EC73C2; }
a { background-color: rgb(236,115,194); }
div.DivClassName
{
background-color: #EC73C2;
}
.BgClassName
{
background-color: #EC73C2;
}
</style>
border-color css
<style>
span { border-color: #EC73C2; }
span { border-color: rgb(236,115,194); }
td.TdClassName
{
border-color: #EC73C2;
}
.TagClassName
{
border-color: #EC73C2;
}
</style>