Shades of Hot Pink #EF54BA
Tints of Hot Pink #EF54BA
RGB
CMYK
RGB Variations
Color information
#EF54BA (or 0xEF54BA) is known color: Hot Pink. HEX triplet: EF, 54 and BA. RGB value is (239,84,186). Sum of RGB (Red+Green+Blue) = 239+84+186=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 84 (33.20% from 255 or 16.50% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF54BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF54BA is #10AB45. Grayscale: #8D8D8D. Windows color (decimal): -1092422 or 12211439. OLE color: 12211439.
HSL color Cylindrical-coordinate representation of color #EF54BA: hue angle of 320.52º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF54BA is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 84 | 186 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.06 |
| HSL | 320.52º | 0.83% | 0.63% | - |
| HSV(B) | 320.52º | 0.65% | 0.94% | - |
| XYZ | 47.63 | 28.24 | 49.39 | - |
| YUV | 141.97 | 152.85 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 84 | 186 | 0 | 0.65 | 0.22 | 0.06 | 320.52 | 0.83 | 0.63 |
| Hex | EF | 54 | BA | 0 | 41 | 16 | 6 | 141 | 53 | 3F |
| Octal | 357 | 124 | 272 | 0 | 101 | 26 | 6 | 501 | 123 | 77 |
| Binary | 11101111 | 1010100 | 10111010 | 0 | 1000001 | 10110 | 110 | 101000001 | 1010011 | 111111 |
Color Harmonies of #EF54BA
Complementary color
Monochromatic Colors of #EF54BA
Black with #EF54BA
Text Example
Text Example
White with #EF54BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF54BA; }
p { color: rgb(239,84,186); }
H1.HeaderClassName
{
color: #EF54BA;
}
.AnyTagClassName
{
color: #EF54BA;
}
</style>
background-color css
<style>
a { background-color: #EF54BA; }
a { background-color: rgb(239,84,186); }
div.DivClassName
{
background-color: #EF54BA;
}
.BgClassName
{
background-color: #EF54BA;
}
</style>
border-color css
<style>
span { border-color: #EF54BA; }
span { border-color: rgb(239,84,186); }
td.TdClassName
{
border-color: #EF54BA;
}
.TagClassName
{
border-color: #EF54BA;
}
</style>