Shades of Hot Pink #EF56BB
Tints of Hot Pink #EF56BB
RGB
CMYK
RGB Variations
Color information
#EF56BB (or 0xEF56BB) is known color: Hot Pink. HEX triplet: EF, 56 and BB. RGB value is (239,86,187). Sum of RGB (Red+Green+Blue) = 239+86+187=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 86 (33.98% from 255 or 16.80% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF56BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF56BB is #10A944. Grayscale: #8F8F8F. Windows color (decimal): -1091909 or 12277487. OLE color: 12277487.
HSL color Cylindrical-coordinate representation of color #EF56BB: hue angle of 320.39º 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 #EF56BB is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 86 | 187 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.06 |
| HSL | 320.39º | 0.83% | 0.64% | - |
| HSV(B) | 320.39º | 0.64% | 0.94% | - |
| XYZ | 47.89 | 28.59 | 50.01 | - |
| YUV | 143.26 | 152.69 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 86 | 187 | 0 | 0.64 | 0.22 | 0.06 | 320.39 | 0.83 | 0.64 |
| Hex | EF | 56 | BB | 0 | 40 | 16 | 6 | 140 | 53 | 40 |
| Octal | 357 | 126 | 273 | 0 | 100 | 26 | 6 | 500 | 123 | 100 |
| Binary | 11101111 | 1010110 | 10111011 | 0 | 1000000 | 10110 | 110 | 101000000 | 1010011 | 1000000 |
Color Harmonies of #EF56BB
Complementary color
Monochromatic Colors of #EF56BB
Black with #EF56BB
Text Example
Text Example
White with #EF56BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF56BB; }
p { color: rgb(239,86,187); }
H1.HeaderClassName
{
color: #EF56BB;
}
.AnyTagClassName
{
color: #EF56BB;
}
</style>
background-color css
<style>
a { background-color: #EF56BB; }
a { background-color: rgb(239,86,187); }
div.DivClassName
{
background-color: #EF56BB;
}
.BgClassName
{
background-color: #EF56BB;
}
</style>
border-color css
<style>
span { border-color: #EF56BB; }
span { border-color: rgb(239,86,187); }
td.TdClassName
{
border-color: #EF56BB;
}
.TagClassName
{
border-color: #EF56BB;
}
</style>