Shades of Hot Pink #EF5CB7
Tints of Hot Pink #EF5CB7
RGB
CMYK
RGB Variations
Color information
#EF5CB7 (or 0xEF5CB7) is known color: Hot Pink. HEX triplet: EF, 5C and B7. RGB value is (239,92,183). Sum of RGB (Red+Green+Blue) = 239+92+183=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 92 (36.33% from 255 or 17.90% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5CB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5CB7 is #10A348. Grayscale: #929292. Windows color (decimal): -1090377 or 12016879. OLE color: 12016879.
HSL color Cylindrical-coordinate representation of color #EF5CB7: hue angle of 322.86º 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 #EF5CB7 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 92 | 183 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.06 |
| HSL | 322.86º | 0.82% | 0.65% | - |
| HSV(B) | 322.86º | 0.62% | 0.94% | - |
| XYZ | 47.97 | 29.42 | 47.95 | - |
| YUV | 146.33 | 148.7 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 183 | 0 | 0.62 | 0.23 | 0.06 | 322.86 | 0.82 | 0.65 |
| Hex | EF | 5C | B7 | 0 | 3E | 17 | 6 | 143 | 52 | 41 |
| Octal | 357 | 134 | 267 | 0 | 76 | 27 | 6 | 503 | 122 | 101 |
| Binary | 11101111 | 1011100 | 10110111 | 0 | 111110 | 10111 | 110 | 101000011 | 1010010 | 1000001 |
Color Harmonies of #EF5CB7
Complementary color
Monochromatic Colors of #EF5CB7
Black with #EF5CB7
Text Example
Text Example
White with #EF5CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5CB7; }
p { color: rgb(239,92,183); }
H1.HeaderClassName
{
color: #EF5CB7;
}
.AnyTagClassName
{
color: #EF5CB7;
}
</style>
background-color css
<style>
a { background-color: #EF5CB7; }
a { background-color: rgb(239,92,183); }
div.DivClassName
{
background-color: #EF5CB7;
}
.BgClassName
{
background-color: #EF5CB7;
}
</style>
border-color css
<style>
span { border-color: #EF5CB7; }
span { border-color: rgb(239,92,183); }
td.TdClassName
{
border-color: #EF5CB7;
}
.TagClassName
{
border-color: #EF5CB7;
}
</style>