Shades of Persian Pink #EF73BC
Tints of Persian Pink #EF73BC
RGB
CMYK
RGB Variations
Color information
#EF73BC (or 0xEF73BC) is known color: Persian Pink. HEX triplet: EF, 73 and BC. RGB value is (239,115,188). Sum of RGB (Red+Green+Blue) = 239+115+188=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EF73BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF73BC is #108C43. Grayscale: #A0A0A0. Windows color (decimal): -1084484 or 12350447. OLE color: 12350447.
HSL color Cylindrical-coordinate representation of color #EF73BC: hue angle of 324.68º 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 #EF73BC is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 188 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.06 |
| HSL | 324.68º | 0.79% | 0.69% | - |
| HSV(B) | 324.68º | 0.52% | 0.94% | - |
| XYZ | 50.8 | 34.24 | 51.51 | - |
| YUV | 160.4 | 143.58 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 188 | 0 | 0.52 | 0.21 | 0.06 | 324.68 | 0.79 | 0.69 |
| Hex | EF | 73 | BC | 0 | 34 | 15 | 6 | 145 | 4F | 45 |
| Octal | 357 | 163 | 274 | 0 | 64 | 25 | 6 | 505 | 117 | 105 |
| Binary | 11101111 | 1110011 | 10111100 | 0 | 110100 | 10101 | 110 | 101000101 | 1001111 | 1000101 |
Color Harmonies of #EF73BC
Complementary color
Monochromatic Colors of #EF73BC
Black with #EF73BC
Text Example
Text Example
White with #EF73BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF73BC; }
p { color: rgb(239,115,188); }
H1.HeaderClassName
{
color: #EF73BC;
}
.AnyTagClassName
{
color: #EF73BC;
}
</style>
background-color css
<style>
a { background-color: #EF73BC; }
a { background-color: rgb(239,115,188); }
div.DivClassName
{
background-color: #EF73BC;
}
.BgClassName
{
background-color: #EF73BC;
}
</style>
border-color css
<style>
span { border-color: #EF73BC; }
span { border-color: rgb(239,115,188); }
td.TdClassName
{
border-color: #EF73BC;
}
.TagClassName
{
border-color: #EF73BC;
}
</style>