Shades of Hot Pink #EF60BC
Tints of Hot Pink #EF60BC
RGB
CMYK
RGB Variations
Color information
#EF60BC (or 0xEF60BC) is known color: Hot Pink. HEX triplet: EF, 60 and BC. RGB value is (239,96,188). Sum of RGB (Red+Green+Blue) = 239+96+188=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 96 (37.89% from 255 or 18.36% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF60BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF60BC is #109F43. Grayscale: #959595. Windows color (decimal): -1089348 or 12345583. OLE color: 12345583.
HSL color Cylindrical-coordinate representation of color #EF60BC: hue angle of 321.4º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF60BC is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 188 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.06 |
| HSL | 321.4º | 0.82% | 0.66% | - |
| HSV(B) | 321.4º | 0.6% | 0.94% | - |
| XYZ | 48.86 | 30.35 | 50.86 | - |
| YUV | 149.25 | 149.88 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 188 | 0 | 0.60 | 0.21 | 0.06 | 321.4 | 0.82 | 0.66 |
| Hex | EF | 60 | BC | 0 | 3C | 15 | 6 | 141 | 52 | 42 |
| Octal | 357 | 140 | 274 | 0 | 74 | 25 | 6 | 501 | 122 | 102 |
| Binary | 11101111 | 1100000 | 10111100 | 0 | 111100 | 10101 | 110 | 101000001 | 1010010 | 1000010 |
Color Harmonies of #EF60BC
Complementary color
Monochromatic Colors of #EF60BC
Black with #EF60BC
Text Example
Text Example
White with #EF60BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF60BC; }
p { color: rgb(239,96,188); }
H1.HeaderClassName
{
color: #EF60BC;
}
.AnyTagClassName
{
color: #EF60BC;
}
</style>
background-color css
<style>
a { background-color: #EF60BC; }
a { background-color: rgb(239,96,188); }
div.DivClassName
{
background-color: #EF60BC;
}
.BgClassName
{
background-color: #EF60BC;
}
</style>
border-color css
<style>
span { border-color: #EF60BC; }
span { border-color: rgb(239,96,188); }
td.TdClassName
{
border-color: #EF60BC;
}
.TagClassName
{
border-color: #EF60BC;
}
</style>