Shades of Hot Pink #EF58B8
Tints of Hot Pink #EF58B8
RGB
CMYK
RGB Variations
Color information
#EF58B8 (or 0xEF58B8) is known color: Hot Pink. HEX triplet: EF, 58 and B8. RGB value is (239,88,184). Sum of RGB (Red+Green+Blue) = 239+88+184=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 88 (34.77% from 255 or 17.22% from 511); Blue value is 184 (72.27% from 255 or 36.01% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF58B8 is #10A747. Grayscale: #8F8F8F. Windows color (decimal): -1091400 or 12081391. OLE color: 12081391.
HSL color Cylindrical-coordinate representation of color #EF58B8: hue angle of 321.85º 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 #EF58B8 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 184 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.06 |
| HSL | 321.85º | 0.83% | 0.64% | - |
| HSV(B) | 321.85º | 0.63% | 0.94% | - |
| XYZ | 47.74 | 28.79 | 48.39 | - |
| YUV | 144.09 | 150.53 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 184 | 0 | 0.63 | 0.23 | 0.06 | 321.85 | 0.83 | 0.64 |
| Hex | EF | 58 | B8 | 0 | 3F | 17 | 6 | 142 | 53 | 40 |
| Octal | 357 | 130 | 270 | 0 | 77 | 27 | 6 | 502 | 123 | 100 |
| Binary | 11101111 | 1011000 | 10111000 | 0 | 111111 | 10111 | 110 | 101000010 | 1010011 | 1000000 |
Color Harmonies of #EF58B8
Complementary color
Monochromatic Colors of #EF58B8
Black with #EF58B8
Text Example
Text Example
White with #EF58B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF58B8; }
p { color: rgb(239,88,184); }
H1.HeaderClassName
{
color: #EF58B8;
}
.AnyTagClassName
{
color: #EF58B8;
}
</style>
background-color css
<style>
a { background-color: #EF58B8; }
a { background-color: rgb(239,88,184); }
div.DivClassName
{
background-color: #EF58B8;
}
.BgClassName
{
background-color: #EF58B8;
}
</style>
border-color css
<style>
span { border-color: #EF58B8; }
span { border-color: rgb(239,88,184); }
td.TdClassName
{
border-color: #EF58B8;
}
.TagClassName
{
border-color: #EF58B8;
}
</style>