Shades of Hot Pink #EF55B7
Tints of Hot Pink #EF55B7
RGB
CMYK
RGB Variations
Color information
#EF55B7 (or 0xEF55B7) is known color: Hot Pink. HEX triplet: EF, 55 and B7. RGB value is (239,85,183). Sum of RGB (Red+Green+Blue) = 239+85+183=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 85 (33.59% from 255 or 16.77% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF55B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF55B7 is #10AA48. Grayscale: #8D8D8D. Windows color (decimal): -1092169 or 12015087. OLE color: 12015087.
HSL color Cylindrical-coordinate representation of color #EF55B7: hue angle of 321.82º 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 #EF55B7 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 183 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.06 |
| HSL | 321.82º | 0.83% | 0.64% | - |
| HSV(B) | 321.82º | 0.64% | 0.94% | - |
| XYZ | 47.39 | 28.27 | 47.76 | - |
| YUV | 142.22 | 151.02 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 183 | 0 | 0.64 | 0.23 | 0.06 | 321.82 | 0.83 | 0.64 |
| Hex | EF | 55 | B7 | 0 | 40 | 17 | 6 | 142 | 53 | 40 |
| Octal | 357 | 125 | 267 | 0 | 100 | 27 | 6 | 502 | 123 | 100 |
| Binary | 11101111 | 1010101 | 10110111 | 0 | 1000000 | 10111 | 110 | 101000010 | 1010011 | 1000000 |
Color Harmonies of #EF55B7
Complementary color
Monochromatic Colors of #EF55B7
Black with #EF55B7
Text Example
Text Example
White with #EF55B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF55B7; }
p { color: rgb(239,85,183); }
H1.HeaderClassName
{
color: #EF55B7;
}
.AnyTagClassName
{
color: #EF55B7;
}
</style>
background-color css
<style>
a { background-color: #EF55B7; }
a { background-color: rgb(239,85,183); }
div.DivClassName
{
background-color: #EF55B7;
}
.BgClassName
{
background-color: #EF55B7;
}
</style>
border-color css
<style>
span { border-color: #EF55B7; }
span { border-color: rgb(239,85,183); }
td.TdClassName
{
border-color: #EF55B7;
}
.TagClassName
{
border-color: #EF55B7;
}
</style>