Shades of Hot Pink #EF4FBC
Tints of Hot Pink #EF4FBC
RGB
CMYK
RGB Variations
Color information
#EF4FBC (or 0xEF4FBC) is known color: Hot Pink. HEX triplet: EF, 4F and BC. RGB value is (239,79,188). Sum of RGB (Red+Green+Blue) = 239+79+188=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 79 (31.25% from 255 or 15.61% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF4FBC is #10B043. Grayscale: #8A8A8A. Windows color (decimal): -1093700 or 12341231. OLE color: 12341231.
HSL color Cylindrical-coordinate representation of color #EF4FBC: hue angle of 319.12º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF4FBC is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 79 | 188 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.06 |
| HSL | 319.13º | 0.83% | 0.62% | - |
| HSV(B) | 319.13º | 0.67% | 0.94% | - |
| XYZ | 47.47 | 27.57 | 50.4 | - |
| YUV | 139.27 | 155.51 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 79 | 188 | 0 | 0.67 | 0.21 | 0.06 | 319.13 | 0.83 | 0.62 |
| Hex | EF | 4F | BC | 0 | 43 | 15 | 6 | 13F | 53 | 3E |
| Octal | 357 | 117 | 274 | 0 | 103 | 25 | 6 | 477 | 123 | 76 |
| Binary | 11101111 | 1001111 | 10111100 | 0 | 1000011 | 10101 | 110 | 100111111 | 1010011 | 111110 |
Color Harmonies of #EF4FBC
Complementary color
Monochromatic Colors of #EF4FBC
Black with #EF4FBC
Text Example
Text Example
White with #EF4FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4FBC; }
p { color: rgb(239,79,188); }
H1.HeaderClassName
{
color: #EF4FBC;
}
.AnyTagClassName
{
color: #EF4FBC;
}
</style>
background-color css
<style>
a { background-color: #EF4FBC; }
a { background-color: rgb(239,79,188); }
div.DivClassName
{
background-color: #EF4FBC;
}
.BgClassName
{
background-color: #EF4FBC;
}
</style>
border-color css
<style>
span { border-color: #EF4FBC; }
span { border-color: rgb(239,79,188); }
td.TdClassName
{
border-color: #EF4FBC;
}
.TagClassName
{
border-color: #EF4FBC;
}
</style>