Shades of Hot Pink #EF6DB0
Tints of Hot Pink #EF6DB0
RGB
CMYK
RGB Variations
Color information
#EF6DB0 (or 0xEF6DB0) is known color: Hot Pink. HEX triplet: EF, 6D and B0. RGB value is (239,109,176). Sum of RGB (Red+Green+Blue) = 239+109+176=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6DB0 is #10924F. Grayscale: #9B9B9B. Windows color (decimal): -1086032 or 11562479. OLE color: 11562479.
HSL color Cylindrical-coordinate representation of color #EF6DB0: hue angle of 329.08º 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 #EF6DB0 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 109 | 176 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.06 |
| HSL | 329.08º | 0.8% | 0.68% | - |
| HSV(B) | 329.08º | 0.54% | 0.94% | - |
| XYZ | 48.9 | 32.42 | 44.76 | - |
| YUV | 155.51 | 139.57 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 109 | 176 | 0 | 0.54 | 0.26 | 0.06 | 329.08 | 0.8 | 0.68 |
| Hex | EF | 6D | B0 | 0 | 36 | 1A | 6 | 149 | 50 | 44 |
| Octal | 357 | 155 | 260 | 0 | 66 | 32 | 6 | 511 | 120 | 104 |
| Binary | 11101111 | 1101101 | 10110000 | 0 | 110110 | 11010 | 110 | 101001001 | 1010000 | 1000100 |
Color Harmonies of #EF6DB0
Complementary color
Monochromatic Colors of #EF6DB0
Black with #EF6DB0
Text Example
Text Example
White with #EF6DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6DB0; }
p { color: rgb(239,109,176); }
H1.HeaderClassName
{
color: #EF6DB0;
}
.AnyTagClassName
{
color: #EF6DB0;
}
</style>
background-color css
<style>
a { background-color: #EF6DB0; }
a { background-color: rgb(239,109,176); }
div.DivClassName
{
background-color: #EF6DB0;
}
.BgClassName
{
background-color: #EF6DB0;
}
</style>
border-color css
<style>
span { border-color: #EF6DB0; }
span { border-color: rgb(239,109,176); }
td.TdClassName
{
border-color: #EF6DB0;
}
.TagClassName
{
border-color: #EF6DB0;
}
</style>