Shades of Persian Pink #EF74BE
Tints of Persian Pink #EF74BE
RGB
CMYK
RGB Variations
Color information
#EF74BE (or 0xEF74BE) is known color: Persian Pink. HEX triplet: EF, 74 and BE. RGB value is (239,116,190). Sum of RGB (Red+Green+Blue) = 239+116+190=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EF74BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF74BE is #108B41. Grayscale: #A1A1A1. Windows color (decimal): -1084226 or 12481775. OLE color: 12481775.
HSL color Cylindrical-coordinate representation of color #EF74BE: hue angle of 323.9º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF74BE is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 116 | 190 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.06 |
| HSL | 323.9º | 0.79% | 0.7% | - |
| HSV(B) | 323.9º | 0.51% | 0.94% | - |
| XYZ | 51.14 | 34.56 | 52.69 | - |
| YUV | 161.21 | 144.25 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 116 | 190 | 0 | 0.51 | 0.21 | 0.06 | 323.9 | 0.79 | 0.7 |
| Hex | EF | 74 | BE | 0 | 33 | 15 | 6 | 144 | 4F | 46 |
| Octal | 357 | 164 | 276 | 0 | 63 | 25 | 6 | 504 | 117 | 106 |
| Binary | 11101111 | 1110100 | 10111110 | 0 | 110011 | 10101 | 110 | 101000100 | 1001111 | 1000110 |
Color Harmonies of #EF74BE
Complementary color
Monochromatic Colors of #EF74BE
Black with #EF74BE
Text Example
Text Example
White with #EF74BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF74BE; }
p { color: rgb(239,116,190); }
H1.HeaderClassName
{
color: #EF74BE;
}
.AnyTagClassName
{
color: #EF74BE;
}
</style>
background-color css
<style>
a { background-color: #EF74BE; }
a { background-color: rgb(239,116,190); }
div.DivClassName
{
background-color: #EF74BE;
}
.BgClassName
{
background-color: #EF74BE;
}
</style>
border-color css
<style>
span { border-color: #EF74BE; }
span { border-color: rgb(239,116,190); }
td.TdClassName
{
border-color: #EF74BE;
}
.TagClassName
{
border-color: #EF74BE;
}
</style>