Shades of Hot Pink #EF5BBC
Tints of Hot Pink #EF5BBC
RGB
CMYK
RGB Variations
Color information
#EF5BBC (or 0xEF5BBC) is known color: Hot Pink. HEX triplet: EF, 5B and BC. RGB value is (239,91,188). Sum of RGB (Red+Green+Blue) = 239+91+188=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 91 (35.94% from 255 or 17.57% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5BBC is #10A443. Grayscale: #929292. Windows color (decimal): -1090628 or 12344303. OLE color: 12344303.
HSL color Cylindrical-coordinate representation of color #EF5BBC: hue angle of 320.68º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5BBC is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 91 | 188 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.06 |
| HSL | 320.68º | 0.82% | 0.65% | - |
| HSV(B) | 320.68º | 0.62% | 0.94% | - |
| XYZ | 48.41 | 29.46 | 50.71 | - |
| YUV | 146.31 | 151.53 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 91 | 188 | 0 | 0.62 | 0.21 | 0.06 | 320.68 | 0.82 | 0.65 |
| Hex | EF | 5B | BC | 0 | 3E | 15 | 6 | 141 | 52 | 41 |
| Octal | 357 | 133 | 274 | 0 | 76 | 25 | 6 | 501 | 122 | 101 |
| Binary | 11101111 | 1011011 | 10111100 | 0 | 111110 | 10101 | 110 | 101000001 | 1010010 | 1000001 |
Color Harmonies of #EF5BBC
Complementary color
Monochromatic Colors of #EF5BBC
Black with #EF5BBC
Text Example
Text Example
White with #EF5BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5BBC; }
p { color: rgb(239,91,188); }
H1.HeaderClassName
{
color: #EF5BBC;
}
.AnyTagClassName
{
color: #EF5BBC;
}
</style>
background-color css
<style>
a { background-color: #EF5BBC; }
a { background-color: rgb(239,91,188); }
div.DivClassName
{
background-color: #EF5BBC;
}
.BgClassName
{
background-color: #EF5BBC;
}
</style>
border-color css
<style>
span { border-color: #EF5BBC; }
span { border-color: rgb(239,91,188); }
td.TdClassName
{
border-color: #EF5BBC;
}
.TagClassName
{
border-color: #EF5BBC;
}
</style>