Shades of Hot Pink #EF5DBB
Tints of Hot Pink #EF5DBB
RGB
CMYK
RGB Variations
Color information
#EF5DBB (or 0xEF5DBB) is known color: Hot Pink. HEX triplet: EF, 5D and BB. RGB value is (239,93,187). Sum of RGB (Red+Green+Blue) = 239+93+187=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5DBB is #10A244. Grayscale: #939393. Windows color (decimal): -1090117 or 12279279. OLE color: 12279279.
HSL color Cylindrical-coordinate representation of color #EF5DBB: hue angle of 321.37º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF5DBB is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 93 | 187 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.06 |
| HSL | 321.37º | 0.82% | 0.65% | - |
| HSV(B) | 321.37º | 0.61% | 0.94% | - |
| XYZ | 48.48 | 29.77 | 50.2 | - |
| YUV | 147.37 | 150.37 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 93 | 187 | 0 | 0.61 | 0.22 | 0.06 | 321.37 | 0.82 | 0.65 |
| Hex | EF | 5D | BB | 0 | 3D | 16 | 6 | 141 | 52 | 41 |
| Octal | 357 | 135 | 273 | 0 | 75 | 26 | 6 | 501 | 122 | 101 |
| Binary | 11101111 | 1011101 | 10111011 | 0 | 111101 | 10110 | 110 | 101000001 | 1010010 | 1000001 |
Color Harmonies of #EF5DBB
Complementary color
Monochromatic Colors of #EF5DBB
Black with #EF5DBB
Text Example
Text Example
White with #EF5DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5DBB; }
p { color: rgb(239,93,187); }
H1.HeaderClassName
{
color: #EF5DBB;
}
.AnyTagClassName
{
color: #EF5DBB;
}
</style>
background-color css
<style>
a { background-color: #EF5DBB; }
a { background-color: rgb(239,93,187); }
div.DivClassName
{
background-color: #EF5DBB;
}
.BgClassName
{
background-color: #EF5DBB;
}
</style>
border-color css
<style>
span { border-color: #EF5DBB; }
span { border-color: rgb(239,93,187); }
td.TdClassName
{
border-color: #EF5DBB;
}
.TagClassName
{
border-color: #EF5DBB;
}
</style>