Shades of Hot Pink #EF6DB9
Tints of Hot Pink #EF6DB9
RGB
CMYK
RGB Variations
Color information
#EF6DB9 (or 0xEF6DB9) is known color: Hot Pink. HEX triplet: EF, 6D and B9. RGB value is (239,109,185). Sum of RGB (Red+Green+Blue) = 239+109+185=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6DB9 is #109246. Grayscale: #9C9C9C. Windows color (decimal): -1086023 or 12152303. OLE color: 12152303.
HSL color Cylindrical-coordinate representation of color #EF6DB9: hue angle of 324.92º 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 #EF6DB9 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 109 | 185 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.06 |
| HSL | 324.92º | 0.8% | 0.68% | - |
| HSV(B) | 324.92º | 0.54% | 0.94% | - |
| XYZ | 49.82 | 32.79 | 49.6 | - |
| YUV | 156.53 | 144.07 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 109 | 185 | 0 | 0.54 | 0.23 | 0.06 | 324.92 | 0.8 | 0.68 |
| Hex | EF | 6D | B9 | 0 | 36 | 17 | 6 | 145 | 50 | 44 |
| Octal | 357 | 155 | 271 | 0 | 66 | 27 | 6 | 505 | 120 | 104 |
| Binary | 11101111 | 1101101 | 10111001 | 0 | 110110 | 10111 | 110 | 101000101 | 1010000 | 1000100 |
Color Harmonies of #EF6DB9
Complementary color
Monochromatic Colors of #EF6DB9
Black with #EF6DB9
Text Example
Text Example
White with #EF6DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6DB9; }
p { color: rgb(239,109,185); }
H1.HeaderClassName
{
color: #EF6DB9;
}
.AnyTagClassName
{
color: #EF6DB9;
}
</style>
background-color css
<style>
a { background-color: #EF6DB9; }
a { background-color: rgb(239,109,185); }
div.DivClassName
{
background-color: #EF6DB9;
}
.BgClassName
{
background-color: #EF6DB9;
}
</style>
border-color css
<style>
span { border-color: #EF6DB9; }
span { border-color: rgb(239,109,185); }
td.TdClassName
{
border-color: #EF6DB9;
}
.TagClassName
{
border-color: #EF6DB9;
}
</style>