Shades of Hot Pink #EF56BC
Tints of Hot Pink #EF56BC
RGB
CMYK
RGB Variations
Color information
#EF56BC (or 0xEF56BC) is known color: Hot Pink. HEX triplet: EF, 56 and BC. RGB value is (239,86,188). Sum of RGB (Red+Green+Blue) = 239+86+188=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 86 (33.98% from 255 or 16.76% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF56BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF56BC is #10A943. Grayscale: #8F8F8F. Windows color (decimal): -1091908 or 12343023. OLE color: 12343023.
HSL color Cylindrical-coordinate representation of color #EF56BC: hue angle of 320º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF56BC is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 86 | 188 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.06 |
| HSL | 320º | 0.83% | 0.64% | - |
| HSV(B) | 320º | 0.64% | 0.94% | - |
| XYZ | 48 | 28.64 | 50.57 | - |
| YUV | 143.38 | 153.19 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 86 | 188 | 0 | 0.64 | 0.21 | 0.06 | 320 | 0.83 | 0.64 |
| Hex | EF | 56 | BC | 0 | 40 | 15 | 6 | 140 | 53 | 40 |
| Octal | 357 | 126 | 274 | 0 | 100 | 25 | 6 | 500 | 123 | 100 |
| Binary | 11101111 | 1010110 | 10111100 | 0 | 1000000 | 10101 | 110 | 101000000 | 1010011 | 1000000 |
Color Harmonies of #EF56BC
Complementary color
Monochromatic Colors of #EF56BC
Black with #EF56BC
Text Example
Text Example
White with #EF56BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF56BC; }
p { color: rgb(239,86,188); }
H1.HeaderClassName
{
color: #EF56BC;
}
.AnyTagClassName
{
color: #EF56BC;
}
</style>
background-color css
<style>
a { background-color: #EF56BC; }
a { background-color: rgb(239,86,188); }
div.DivClassName
{
background-color: #EF56BC;
}
.BgClassName
{
background-color: #EF56BC;
}
</style>
border-color css
<style>
span { border-color: #EF56BC; }
span { border-color: rgb(239,86,188); }
td.TdClassName
{
border-color: #EF56BC;
}
.TagClassName
{
border-color: #EF56BC;
}
</style>