Shades of Hot Pink #EF55B9
Tints of Hot Pink #EF55B9
RGB
CMYK
RGB Variations
Color information
#EF55B9 (or 0xEF55B9) is known color: Hot Pink. HEX triplet: EF, 55 and B9. RGB value is (239,85,185). Sum of RGB (Red+Green+Blue) = 239+85+185=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 85 (33.59% from 255 or 16.70% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF55B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF55B9 is #10AA46. Grayscale: #8E8E8E. Windows color (decimal): -1092167 or 12146159. OLE color: 12146159.
HSL color Cylindrical-coordinate representation of color #EF55B9: hue angle of 321.04º 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 #EF55B9 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 185 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.06 |
| HSL | 321.04º | 0.83% | 0.64% | - |
| HSV(B) | 321.04º | 0.64% | 0.94% | - |
| XYZ | 47.6 | 28.35 | 48.86 | - |
| YUV | 142.45 | 152.02 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 185 | 0 | 0.64 | 0.23 | 0.06 | 321.04 | 0.83 | 0.64 |
| Hex | EF | 55 | B9 | 0 | 40 | 17 | 6 | 141 | 53 | 40 |
| Octal | 357 | 125 | 271 | 0 | 100 | 27 | 6 | 501 | 123 | 100 |
| Binary | 11101111 | 1010101 | 10111001 | 0 | 1000000 | 10111 | 110 | 101000001 | 1010011 | 1000000 |
Color Harmonies of #EF55B9
Complementary color
Monochromatic Colors of #EF55B9
Black with #EF55B9
Text Example
Text Example
White with #EF55B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF55B9; }
p { color: rgb(239,85,185); }
H1.HeaderClassName
{
color: #EF55B9;
}
.AnyTagClassName
{
color: #EF55B9;
}
</style>
background-color css
<style>
a { background-color: #EF55B9; }
a { background-color: rgb(239,85,185); }
div.DivClassName
{
background-color: #EF55B9;
}
.BgClassName
{
background-color: #EF55B9;
}
</style>
border-color css
<style>
span { border-color: #EF55B9; }
span { border-color: rgb(239,85,185); }
td.TdClassName
{
border-color: #EF55B9;
}
.TagClassName
{
border-color: #EF55B9;
}
</style>