Shades of Hot Pink #EF55BD
Tints of Hot Pink #EF55BD
RGB
CMYK
RGB Variations
Color information
#EF55BD (or 0xEF55BD) is known color: Hot Pink. HEX triplet: EF, 55 and BD. RGB value is (239,85,189). Sum of RGB (Red+Green+Blue) = 239+85+189=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 85 (33.59% from 255 or 16.57% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF55BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF55BD is #10AA42. Grayscale: #8E8E8E. Windows color (decimal): -1092163 or 12408303. OLE color: 12408303.
HSL color Cylindrical-coordinate representation of color #EF55BD: hue angle of 319.48º 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 #EF55BD is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 189 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.06 |
| HSL | 319.48º | 0.83% | 0.64% | - |
| HSV(B) | 319.48º | 0.64% | 0.94% | - |
| XYZ | 48.03 | 28.52 | 51.12 | - |
| YUV | 142.9 | 154.02 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 189 | 0 | 0.64 | 0.21 | 0.06 | 319.48 | 0.83 | 0.64 |
| Hex | EF | 55 | BD | 0 | 40 | 15 | 6 | 13F | 53 | 40 |
| Octal | 357 | 125 | 275 | 0 | 100 | 25 | 6 | 477 | 123 | 100 |
| Binary | 11101111 | 1010101 | 10111101 | 0 | 1000000 | 10101 | 110 | 100111111 | 1010011 | 1000000 |
Color Harmonies of #EF55BD
Complementary color
Monochromatic Colors of #EF55BD
Black with #EF55BD
Text Example
Text Example
White with #EF55BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF55BD; }
p { color: rgb(239,85,189); }
H1.HeaderClassName
{
color: #EF55BD;
}
.AnyTagClassName
{
color: #EF55BD;
}
</style>
background-color css
<style>
a { background-color: #EF55BD; }
a { background-color: rgb(239,85,189); }
div.DivClassName
{
background-color: #EF55BD;
}
.BgClassName
{
background-color: #EF55BD;
}
</style>
border-color css
<style>
span { border-color: #EF55BD; }
span { border-color: rgb(239,85,189); }
td.TdClassName
{
border-color: #EF55BD;
}
.TagClassName
{
border-color: #EF55BD;
}
</style>