Shades of Hot Pink #EF58B9
Tints of Hot Pink #EF58B9
RGB
CMYK
RGB Variations
Color information
#EF58B9 (or 0xEF58B9) is known color: Hot Pink. HEX triplet: EF, 58 and B9. RGB value is (239,88,185). Sum of RGB (Red+Green+Blue) = 239+88+185=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 88 (34.77% from 255 or 17.19% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF58B9 is #10A746. Grayscale: #8F8F8F. Windows color (decimal): -1091399 or 12146927. OLE color: 12146927.
HSL color Cylindrical-coordinate representation of color #EF58B9: hue angle of 321.46º 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 #EF58B9 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 185 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.06 |
| HSL | 321.46º | 0.83% | 0.64% | - |
| HSV(B) | 321.46º | 0.63% | 0.94% | - |
| XYZ | 47.84 | 28.83 | 48.94 | - |
| YUV | 144.21 | 151.03 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 185 | 0 | 0.63 | 0.23 | 0.06 | 321.46 | 0.83 | 0.64 |
| Hex | EF | 58 | B9 | 0 | 3F | 17 | 6 | 141 | 53 | 40 |
| Octal | 357 | 130 | 271 | 0 | 77 | 27 | 6 | 501 | 123 | 100 |
| Binary | 11101111 | 1011000 | 10111001 | 0 | 111111 | 10111 | 110 | 101000001 | 1010011 | 1000000 |
Color Harmonies of #EF58B9
Complementary color
Monochromatic Colors of #EF58B9
Black with #EF58B9
Text Example
Text Example
White with #EF58B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF58B9; }
p { color: rgb(239,88,185); }
H1.HeaderClassName
{
color: #EF58B9;
}
.AnyTagClassName
{
color: #EF58B9;
}
</style>
background-color css
<style>
a { background-color: #EF58B9; }
a { background-color: rgb(239,88,185); }
div.DivClassName
{
background-color: #EF58B9;
}
.BgClassName
{
background-color: #EF58B9;
}
</style>
border-color css
<style>
span { border-color: #EF58B9; }
span { border-color: rgb(239,88,185); }
td.TdClassName
{
border-color: #EF58B9;
}
.TagClassName
{
border-color: #EF58B9;
}
</style>