Shades of Persian Pink #EF73C1
Tints of Persian Pink #EF73C1
RGB
CMYK
RGB Variations
Color information
#EF73C1 (or 0xEF73C1) is known color: Persian Pink. HEX triplet: EF, 73 and C1. RGB value is (239,115,193). Sum of RGB (Red+Green+Blue) = 239+115+193=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EF73C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF73C1 is #108C3E. Grayscale: #A0A0A0. Windows color (decimal): -1084479 or 12678127. OLE color: 12678127.
HSL color Cylindrical-coordinate representation of color #EF73C1: hue angle of 322.26º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF73C1 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 193 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.06 |
| HSL | 322.26º | 0.79% | 0.69% | - |
| HSV(B) | 322.26º | 0.52% | 0.94% | - |
| XYZ | 51.35 | 34.46 | 54.4 | - |
| YUV | 160.97 | 146.08 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 193 | 0 | 0.52 | 0.19 | 0.06 | 322.26 | 0.79 | 0.69 |
| Hex | EF | 73 | C1 | 0 | 34 | 13 | 6 | 142 | 4F | 45 |
| Octal | 357 | 163 | 301 | 0 | 64 | 23 | 6 | 502 | 117 | 105 |
| Binary | 11101111 | 1110011 | 11000001 | 0 | 110100 | 10011 | 110 | 101000010 | 1001111 | 1000101 |
Color Harmonies of #EF73C1
Complementary color
Monochromatic Colors of #EF73C1
Black with #EF73C1
Text Example
Text Example
White with #EF73C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF73C1; }
p { color: rgb(239,115,193); }
H1.HeaderClassName
{
color: #EF73C1;
}
.AnyTagClassName
{
color: #EF73C1;
}
</style>
background-color css
<style>
a { background-color: #EF73C1; }
a { background-color: rgb(239,115,193); }
div.DivClassName
{
background-color: #EF73C1;
}
.BgClassName
{
background-color: #EF73C1;
}
</style>
border-color css
<style>
span { border-color: #EF73C1; }
span { border-color: rgb(239,115,193); }
td.TdClassName
{
border-color: #EF73C1;
}
.TagClassName
{
border-color: #EF73C1;
}
</style>