Shades of Hot Pink #EF5CBB
Tints of Hot Pink #EF5CBB
RGB
CMYK
RGB Variations
Color information
#EF5CBB (or 0xEF5CBB) is known color: Hot Pink. HEX triplet: EF, 5C and BB. RGB value is (239,92,187). Sum of RGB (Red+Green+Blue) = 239+92+187=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 92 (36.33% from 255 or 17.76% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5CBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5CBB is #10A344. Grayscale: #929292. Windows color (decimal): -1090373 or 12279023. OLE color: 12279023.
HSL color Cylindrical-coordinate representation of color #EF5CBB: hue angle of 321.22º 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 #EF5CBB is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 92 | 187 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.06 |
| HSL | 321.22º | 0.82% | 0.65% | - |
| HSV(B) | 321.22º | 0.62% | 0.94% | - |
| XYZ | 48.39 | 29.59 | 50.18 | - |
| YUV | 146.78 | 150.7 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 187 | 0 | 0.62 | 0.22 | 0.06 | 321.22 | 0.82 | 0.65 |
| Hex | EF | 5C | BB | 0 | 3E | 16 | 6 | 141 | 52 | 41 |
| Octal | 357 | 134 | 273 | 0 | 76 | 26 | 6 | 501 | 122 | 101 |
| Binary | 11101111 | 1011100 | 10111011 | 0 | 111110 | 10110 | 110 | 101000001 | 1010010 | 1000001 |
Color Harmonies of #EF5CBB
Complementary color
Monochromatic Colors of #EF5CBB
Black with #EF5CBB
Text Example
Text Example
White with #EF5CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5CBB; }
p { color: rgb(239,92,187); }
H1.HeaderClassName
{
color: #EF5CBB;
}
.AnyTagClassName
{
color: #EF5CBB;
}
</style>
background-color css
<style>
a { background-color: #EF5CBB; }
a { background-color: rgb(239,92,187); }
div.DivClassName
{
background-color: #EF5CBB;
}
.BgClassName
{
background-color: #EF5CBB;
}
</style>
border-color css
<style>
span { border-color: #EF5CBB; }
span { border-color: rgb(239,92,187); }
td.TdClassName
{
border-color: #EF5CBB;
}
.TagClassName
{
border-color: #EF5CBB;
}
</style>