Shades of Hot Pink #EF5BBB
Tints of Hot Pink #EF5BBB
RGB
CMYK
RGB Variations
Color information
#EF5BBB (or 0xEF5BBB) is known color: Hot Pink. HEX triplet: EF, 5B and BB. RGB value is (239,91,187). Sum of RGB (Red+Green+Blue) = 239+91+187=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 91 (35.94% from 255 or 17.60% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5BBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5BBB is #10A444. Grayscale: #919191. Windows color (decimal): -1090629 or 12278767. OLE color: 12278767.
HSL color Cylindrical-coordinate representation of color #EF5BBB: hue angle of 321.08º 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 #EF5BBB is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 91 | 187 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.06 |
| HSL | 321.08º | 0.82% | 0.65% | - |
| HSV(B) | 321.08º | 0.62% | 0.94% | - |
| XYZ | 48.31 | 29.42 | 50.15 | - |
| YUV | 146.2 | 151.03 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 91 | 187 | 0 | 0.62 | 0.22 | 0.06 | 321.08 | 0.82 | 0.65 |
| Hex | EF | 5B | BB | 0 | 3E | 16 | 6 | 141 | 52 | 41 |
| Octal | 357 | 133 | 273 | 0 | 76 | 26 | 6 | 501 | 122 | 101 |
| Binary | 11101111 | 1011011 | 10111011 | 0 | 111110 | 10110 | 110 | 101000001 | 1010010 | 1000001 |
Color Harmonies of #EF5BBB
Complementary color
Monochromatic Colors of #EF5BBB
Black with #EF5BBB
Text Example
Text Example
White with #EF5BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5BBB; }
p { color: rgb(239,91,187); }
H1.HeaderClassName
{
color: #EF5BBB;
}
.AnyTagClassName
{
color: #EF5BBB;
}
</style>
background-color css
<style>
a { background-color: #EF5BBB; }
a { background-color: rgb(239,91,187); }
div.DivClassName
{
background-color: #EF5BBB;
}
.BgClassName
{
background-color: #EF5BBB;
}
</style>
border-color css
<style>
span { border-color: #EF5BBB; }
span { border-color: rgb(239,91,187); }
td.TdClassName
{
border-color: #EF5BBB;
}
.TagClassName
{
border-color: #EF5BBB;
}
</style>