Shades of Hot Pink #EF59BC
Tints of Hot Pink #EF59BC
RGB
CMYK
RGB Variations
Color information
#EF59BC (or 0xEF59BC) is known color: Hot Pink. HEX triplet: EF, 59 and BC. RGB value is (239,89,188). Sum of RGB (Red+Green+Blue) = 239+89+188=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 89 (35.16% from 255 or 17.25% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF59BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF59BC is #10A643. Grayscale: #909090. Windows color (decimal): -1091140 or 12343791. OLE color: 12343791.
HSL color Cylindrical-coordinate representation of color #EF59BC: hue angle of 320.4º 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 #EF59BC is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 188 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.06 |
| HSL | 320.4º | 0.82% | 0.64% | - |
| HSV(B) | 320.4º | 0.63% | 0.94% | - |
| XYZ | 48.25 | 29.13 | 50.66 | - |
| YUV | 145.14 | 152.2 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 188 | 0 | 0.63 | 0.21 | 0.06 | 320.4 | 0.82 | 0.64 |
| Hex | EF | 59 | BC | 0 | 3F | 15 | 6 | 140 | 52 | 40 |
| Octal | 357 | 131 | 274 | 0 | 77 | 25 | 6 | 500 | 122 | 100 |
| Binary | 11101111 | 1011001 | 10111100 | 0 | 111111 | 10101 | 110 | 101000000 | 1010010 | 1000000 |
Color Harmonies of #EF59BC
Complementary color
Monochromatic Colors of #EF59BC
Black with #EF59BC
Text Example
Text Example
White with #EF59BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF59BC; }
p { color: rgb(239,89,188); }
H1.HeaderClassName
{
color: #EF59BC;
}
.AnyTagClassName
{
color: #EF59BC;
}
</style>
background-color css
<style>
a { background-color: #EF59BC; }
a { background-color: rgb(239,89,188); }
div.DivClassName
{
background-color: #EF59BC;
}
.BgClassName
{
background-color: #EF59BC;
}
</style>
border-color css
<style>
span { border-color: #EF59BC; }
span { border-color: rgb(239,89,188); }
td.TdClassName
{
border-color: #EF59BC;
}
.TagClassName
{
border-color: #EF59BC;
}
</style>