Shades of Hot Pink #EF58BB
Tints of Hot Pink #EF58BB
RGB
CMYK
RGB Variations
Color information
#EF58BB (or 0xEF58BB) is known color: Hot Pink. HEX triplet: EF, 58 and BB. RGB value is (239,88,187). Sum of RGB (Red+Green+Blue) = 239+88+187=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 88 (34.77% from 255 or 17.12% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF58BB is #10A744. Grayscale: #909090. Windows color (decimal): -1091397 or 12277999. OLE color: 12277999.
HSL color Cylindrical-coordinate representation of color #EF58BB: hue angle of 320.66º degrees, saturation: 0.83, 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 #EF58BB is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 187 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.06 |
| HSL | 320.66º | 0.83% | 0.64% | - |
| HSV(B) | 320.66º | 0.63% | 0.94% | - |
| XYZ | 48.06 | 28.92 | 50.06 | - |
| YUV | 144.44 | 152.03 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 187 | 0 | 0.63 | 0.22 | 0.06 | 320.66 | 0.83 | 0.64 |
| Hex | EF | 58 | BB | 0 | 3F | 16 | 6 | 141 | 53 | 40 |
| Octal | 357 | 130 | 273 | 0 | 77 | 26 | 6 | 501 | 123 | 100 |
| Binary | 11101111 | 1011000 | 10111011 | 0 | 111111 | 10110 | 110 | 101000001 | 1010011 | 1000000 |
Color Harmonies of #EF58BB
Complementary color
Monochromatic Colors of #EF58BB
Black with #EF58BB
Text Example
Text Example
White with #EF58BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF58BB; }
p { color: rgb(239,88,187); }
H1.HeaderClassName
{
color: #EF58BB;
}
.AnyTagClassName
{
color: #EF58BB;
}
</style>
background-color css
<style>
a { background-color: #EF58BB; }
a { background-color: rgb(239,88,187); }
div.DivClassName
{
background-color: #EF58BB;
}
.BgClassName
{
background-color: #EF58BB;
}
</style>
border-color css
<style>
span { border-color: #EF58BB; }
span { border-color: rgb(239,88,187); }
td.TdClassName
{
border-color: #EF58BB;
}
.TagClassName
{
border-color: #EF58BB;
}
</style>