Shades of Hot Pink #EF5CBC
Tints of Hot Pink #EF5CBC
RGB
CMYK
RGB Variations
Color information
#EF5CBC (or 0xEF5CBC) is known color: Hot Pink. HEX triplet: EF, 5C and BC. RGB value is (239,92,188). Sum of RGB (Red+Green+Blue) = 239+92+188=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 92 (36.33% from 255 or 17.73% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5CBC is #10A343. Grayscale: #929292. Windows color (decimal): -1090372 or 12344559. OLE color: 12344559.
HSL color Cylindrical-coordinate representation of color #EF5CBC: hue angle of 320.82º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5CBC is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 92 | 188 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.06 |
| HSL | 320.82º | 0.82% | 0.65% | - |
| HSV(B) | 320.82º | 0.62% | 0.94% | - |
| XYZ | 48.5 | 29.64 | 50.74 | - |
| YUV | 146.9 | 151.2 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 188 | 0 | 0.62 | 0.21 | 0.06 | 320.82 | 0.82 | 0.65 |
| Hex | EF | 5C | BC | 0 | 3E | 15 | 6 | 141 | 52 | 41 |
| Octal | 357 | 134 | 274 | 0 | 76 | 25 | 6 | 501 | 122 | 101 |
| Binary | 11101111 | 1011100 | 10111100 | 0 | 111110 | 10101 | 110 | 101000001 | 1010010 | 1000001 |
Color Harmonies of #EF5CBC
Complementary color
Monochromatic Colors of #EF5CBC
Black with #EF5CBC
Text Example
Text Example
White with #EF5CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5CBC; }
p { color: rgb(239,92,188); }
H1.HeaderClassName
{
color: #EF5CBC;
}
.AnyTagClassName
{
color: #EF5CBC;
}
</style>
background-color css
<style>
a { background-color: #EF5CBC; }
a { background-color: rgb(239,92,188); }
div.DivClassName
{
background-color: #EF5CBC;
}
.BgClassName
{
background-color: #EF5CBC;
}
</style>
border-color css
<style>
span { border-color: #EF5CBC; }
span { border-color: rgb(239,92,188); }
td.TdClassName
{
border-color: #EF5CBC;
}
.TagClassName
{
border-color: #EF5CBC;
}
</style>