Shades of Persian Pink #EF80BE
Tints of Persian Pink #EF80BE
RGB
CMYK
RGB Variations
Color information
#EF80BE (or 0xEF80BE) is known color: Persian Pink. HEX triplet: EF, 80 and BE. RGB value is (239,128,190). Sum of RGB (Red+Green+Blue) = 239+128+190=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF80BE is #107F41. Grayscale: #A8A8A8. Windows color (decimal): -1081154 or 12484847. OLE color: 12484847.
HSL color Cylindrical-coordinate representation of color #EF80BE: hue angle of 326.49º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF80BE is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 190 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.06 |
| HSL | 326.49º | 0.78% | 0.72% | - |
| HSV(B) | 326.49º | 0.46% | 0.94% | - |
| XYZ | 52.61 | 37.51 | 53.18 | - |
| YUV | 168.26 | 140.27 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 190 | 0 | 0.46 | 0.21 | 0.06 | 326.49 | 0.78 | 0.72 |
| Hex | EF | 80 | BE | 0 | 2E | 15 | 6 | 146 | 4E | 48 |
| Octal | 357 | 200 | 276 | 0 | 56 | 25 | 6 | 506 | 116 | 110 |
| Binary | 11101111 | 10000000 | 10111110 | 0 | 101110 | 10101 | 110 | 101000110 | 1001110 | 1001000 |
Color Harmonies of #EF80BE
Complementary color
Monochromatic Colors of #EF80BE
Black with #EF80BE
Text Example
Text Example
White with #EF80BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF80BE; }
p { color: rgb(239,128,190); }
H1.HeaderClassName
{
color: #EF80BE;
}
.AnyTagClassName
{
color: #EF80BE;
}
</style>
background-color css
<style>
a { background-color: #EF80BE; }
a { background-color: rgb(239,128,190); }
div.DivClassName
{
background-color: #EF80BE;
}
.BgClassName
{
background-color: #EF80BE;
}
</style>
border-color css
<style>
span { border-color: #EF80BE; }
span { border-color: rgb(239,128,190); }
td.TdClassName
{
border-color: #EF80BE;
}
.TagClassName
{
border-color: #EF80BE;
}
</style>