Shades of Hot Pink #EF57BC
Tints of Hot Pink #EF57BC
RGB
CMYK
RGB Variations
Color information
#EF57BC (or 0xEF57BC) is known color: Hot Pink. HEX triplet: EF, 57 and BC. RGB value is (239,87,188). Sum of RGB (Red+Green+Blue) = 239+87+188=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 87 (34.38% from 255 or 16.93% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EF57BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF57BC is #10A843. Grayscale: #8F8F8F. Windows color (decimal): -1091652 or 12343279. OLE color: 12343279.
HSL color Cylindrical-coordinate representation of color #EF57BC: hue angle of 320.13º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF57BC is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 87 | 188 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.06 |
| HSL | 320.13º | 0.83% | 0.64% | - |
| HSV(B) | 320.13º | 0.64% | 0.94% | - |
| XYZ | 48.08 | 28.8 | 50.6 | - |
| YUV | 143.96 | 152.86 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 87 | 188 | 0 | 0.64 | 0.21 | 0.06 | 320.13 | 0.83 | 0.64 |
| Hex | EF | 57 | BC | 0 | 40 | 15 | 6 | 140 | 53 | 40 |
| Octal | 357 | 127 | 274 | 0 | 100 | 25 | 6 | 500 | 123 | 100 |
| Binary | 11101111 | 1010111 | 10111100 | 0 | 1000000 | 10101 | 110 | 101000000 | 1010011 | 1000000 |
Color Harmonies of #EF57BC
Complementary color
Monochromatic Colors of #EF57BC
Black with #EF57BC
Text Example
Text Example
White with #EF57BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF57BC; }
p { color: rgb(239,87,188); }
H1.HeaderClassName
{
color: #EF57BC;
}
.AnyTagClassName
{
color: #EF57BC;
}
</style>
background-color css
<style>
a { background-color: #EF57BC; }
a { background-color: rgb(239,87,188); }
div.DivClassName
{
background-color: #EF57BC;
}
.BgClassName
{
background-color: #EF57BC;
}
</style>
border-color css
<style>
span { border-color: #EF57BC; }
span { border-color: rgb(239,87,188); }
td.TdClassName
{
border-color: #EF57BC;
}
.TagClassName
{
border-color: #EF57BC;
}
</style>