Shades of Hot Pink #EF59BA
Tints of Hot Pink #EF59BA
RGB
CMYK
RGB Variations
Color information
#EF59BA (or 0xEF59BA) is known color: Hot Pink. HEX triplet: EF, 59 and BA. RGB value is (239,89,186). Sum of RGB (Red+Green+Blue) = 239+89+186=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EF59BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF59BA is #10A645. Grayscale: #909090. Windows color (decimal): -1091142 or 12212719. OLE color: 12212719.
HSL color Cylindrical-coordinate representation of color #EF59BA: hue angle of 321.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF59BA is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 186 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.06 |
| HSL | 321.2º | 0.82% | 0.64% | - |
| HSV(B) | 321.2º | 0.63% | 0.94% | - |
| XYZ | 48.03 | 29.04 | 49.53 | - |
| YUV | 144.91 | 151.2 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 186 | 0 | 0.63 | 0.22 | 0.06 | 321.2 | 0.82 | 0.64 |
| Hex | EF | 59 | BA | 0 | 3F | 16 | 6 | 141 | 52 | 40 |
| Octal | 357 | 131 | 272 | 0 | 77 | 26 | 6 | 501 | 122 | 100 |
| Binary | 11101111 | 1011001 | 10111010 | 0 | 111111 | 10110 | 110 | 101000001 | 1010010 | 1000000 |
Color Harmonies of #EF59BA
Complementary color
Monochromatic Colors of #EF59BA
Black with #EF59BA
Text Example
Text Example
White with #EF59BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF59BA; }
p { color: rgb(239,89,186); }
H1.HeaderClassName
{
color: #EF59BA;
}
.AnyTagClassName
{
color: #EF59BA;
}
</style>
background-color css
<style>
a { background-color: #EF59BA; }
a { background-color: rgb(239,89,186); }
div.DivClassName
{
background-color: #EF59BA;
}
.BgClassName
{
background-color: #EF59BA;
}
</style>
border-color css
<style>
span { border-color: #EF59BA; }
span { border-color: rgb(239,89,186); }
td.TdClassName
{
border-color: #EF59BA;
}
.TagClassName
{
border-color: #EF59BA;
}
</style>