Shades of Hot Pink #EF53BC
Tints of Hot Pink #EF53BC
RGB
CMYK
RGB Variations
Color information
#EF53BC (or 0xEF53BC) is known color: Hot Pink. HEX triplet: EF, 53 and BC. RGB value is (239,83,188). Sum of RGB (Red+Green+Blue) = 239+83+188=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 83 (32.81% from 255 or 16.27% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF53BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF53BC is #10AC43. Grayscale: #8D8D8D. Windows color (decimal): -1092676 or 12342255. OLE color: 12342255.
HSL color Cylindrical-coordinate representation of color #EF53BC: hue angle of 319.62º 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 #EF53BC is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 188 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.06 |
| HSL | 319.62º | 0.83% | 0.63% | - |
| HSV(B) | 319.62º | 0.65% | 0.94% | - |
| XYZ | 47.77 | 28.17 | 50.5 | - |
| YUV | 141.61 | 154.18 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 188 | 0 | 0.65 | 0.21 | 0.06 | 319.62 | 0.83 | 0.63 |
| Hex | EF | 53 | BC | 0 | 41 | 15 | 6 | 140 | 53 | 3F |
| Octal | 357 | 123 | 274 | 0 | 101 | 25 | 6 | 500 | 123 | 77 |
| Binary | 11101111 | 1010011 | 10111100 | 0 | 1000001 | 10101 | 110 | 101000000 | 1010011 | 111111 |
Color Harmonies of #EF53BC
Complementary color
Monochromatic Colors of #EF53BC
Black with #EF53BC
Text Example
Text Example
White with #EF53BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF53BC; }
p { color: rgb(239,83,188); }
H1.HeaderClassName
{
color: #EF53BC;
}
.AnyTagClassName
{
color: #EF53BC;
}
</style>
background-color css
<style>
a { background-color: #EF53BC; }
a { background-color: rgb(239,83,188); }
div.DivClassName
{
background-color: #EF53BC;
}
.BgClassName
{
background-color: #EF53BC;
}
</style>
border-color css
<style>
span { border-color: #EF53BC; }
span { border-color: rgb(239,83,188); }
td.TdClassName
{
border-color: #EF53BC;
}
.TagClassName
{
border-color: #EF53BC;
}
</style>