Shades of Hot Pink #EF6DB7
Tints of Hot Pink #EF6DB7
RGB
CMYK
RGB Variations
Color information
#EF6DB7 (or 0xEF6DB7) is known color: Hot Pink. HEX triplet: EF, 6D and B7. RGB value is (239,109,183). Sum of RGB (Red+Green+Blue) = 239+109+183=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6DB7 is #109248. Grayscale: #9C9C9C. Windows color (decimal): -1086025 or 12021231. OLE color: 12021231.
HSL color Cylindrical-coordinate representation of color #EF6DB7: hue angle of 325.85º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6DB7 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 109 | 183 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.06 |
| HSL | 325.85º | 0.8% | 0.68% | - |
| HSV(B) | 325.85º | 0.54% | 0.94% | - |
| XYZ | 49.61 | 32.71 | 48.5 | - |
| YUV | 156.31 | 143.07 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 109 | 183 | 0 | 0.54 | 0.23 | 0.06 | 325.85 | 0.8 | 0.68 |
| Hex | EF | 6D | B7 | 0 | 36 | 17 | 6 | 146 | 50 | 44 |
| Octal | 357 | 155 | 267 | 0 | 66 | 27 | 6 | 506 | 120 | 104 |
| Binary | 11101111 | 1101101 | 10110111 | 0 | 110110 | 10111 | 110 | 101000110 | 1010000 | 1000100 |
Color Harmonies of #EF6DB7
Complementary color
Monochromatic Colors of #EF6DB7
Black with #EF6DB7
Text Example
Text Example
White with #EF6DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6DB7; }
p { color: rgb(239,109,183); }
H1.HeaderClassName
{
color: #EF6DB7;
}
.AnyTagClassName
{
color: #EF6DB7;
}
</style>
background-color css
<style>
a { background-color: #EF6DB7; }
a { background-color: rgb(239,109,183); }
div.DivClassName
{
background-color: #EF6DB7;
}
.BgClassName
{
background-color: #EF6DB7;
}
</style>
border-color css
<style>
span { border-color: #EF6DB7; }
span { border-color: rgb(239,109,183); }
td.TdClassName
{
border-color: #EF6DB7;
}
.TagClassName
{
border-color: #EF6DB7;
}
</style>