Shades of Hot Pink #EF60B0
Tints of Hot Pink #EF60B0
RGB
CMYK
RGB Variations
Color information
#EF60B0 (or 0xEF60B0) is known color: Hot Pink. HEX triplet: EF, 60 and B0. RGB value is (239,96,176). Sum of RGB (Red+Green+Blue) = 239+96+176=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF60B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF60B0 is #109F4F. Grayscale: #939393. Windows color (decimal): -1089360 or 11559151. OLE color: 11559151.
HSL color Cylindrical-coordinate representation of color #EF60B0: hue angle of 326.43º 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 #EF60B0 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 176 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.06 |
| HSL | 326.43º | 0.82% | 0.66% | - |
| HSV(B) | 326.43º | 0.6% | 0.94% | - |
| XYZ | 47.62 | 29.85 | 44.33 | - |
| YUV | 147.88 | 143.88 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 176 | 0 | 0.60 | 0.26 | 0.06 | 326.43 | 0.82 | 0.66 |
| Hex | EF | 60 | B0 | 0 | 3C | 1A | 6 | 146 | 52 | 42 |
| Octal | 357 | 140 | 260 | 0 | 74 | 32 | 6 | 506 | 122 | 102 |
| Binary | 11101111 | 1100000 | 10110000 | 0 | 111100 | 11010 | 110 | 101000110 | 1010010 | 1000010 |
Color Harmonies of #EF60B0
Complementary color
Monochromatic Colors of #EF60B0
Black with #EF60B0
Text Example
Text Example
White with #EF60B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF60B0; }
p { color: rgb(239,96,176); }
H1.HeaderClassName
{
color: #EF60B0;
}
.AnyTagClassName
{
color: #EF60B0;
}
</style>
background-color css
<style>
a { background-color: #EF60B0; }
a { background-color: rgb(239,96,176); }
div.DivClassName
{
background-color: #EF60B0;
}
.BgClassName
{
background-color: #EF60B0;
}
</style>
border-color css
<style>
span { border-color: #EF60B0; }
span { border-color: rgb(239,96,176); }
td.TdClassName
{
border-color: #EF60B0;
}
.TagClassName
{
border-color: #EF60B0;
}
</style>