Shades of Hot Pink #EF6BA7
Tints of Hot Pink #EF6BA7
RGB
CMYK
RGB Variations
Color information
#EF6BA7 (or 0xEF6BA7) is known color: Hot Pink. HEX triplet: EF, 6B and A7. RGB value is (239,107,167). Sum of RGB (Red+Green+Blue) = 239+107+167=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 107 (42.19% from 255 or 20.86% from 513); Blue value is 167 (65.62% from 255 or 32.55% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6BA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6BA7 is #109458. Grayscale: #999999. Windows color (decimal): -1086553 or 10972143. OLE color: 10972143.
HSL color Cylindrical-coordinate representation of color #EF6BA7: hue angle of 332.73º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF6BA7 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 107 | 167 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.06 |
| HSL | 332.73º | 0.8% | 0.68% | - |
| HSV(B) | 332.73º | 0.55% | 0.94% | - |
| XYZ | 47.83 | 31.66 | 40.15 | - |
| YUV | 153.31 | 135.73 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 107 | 167 | 0 | 0.55 | 0.30 | 0.06 | 332.73 | 0.8 | 0.68 |
| Hex | EF | 6B | A7 | 0 | 37 | 1E | 6 | 14D | 50 | 44 |
| Octal | 357 | 153 | 247 | 0 | 67 | 36 | 6 | 515 | 120 | 104 |
| Binary | 11101111 | 1101011 | 10100111 | 0 | 110111 | 11110 | 110 | 101001101 | 1010000 | 1000100 |
Color Harmonies of #EF6BA7
Complementary color
Monochromatic Colors of #EF6BA7
Black with #EF6BA7
Text Example
Text Example
White with #EF6BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6BA7; }
p { color: rgb(239,107,167); }
H1.HeaderClassName
{
color: #EF6BA7;
}
.AnyTagClassName
{
color: #EF6BA7;
}
</style>
background-color css
<style>
a { background-color: #EF6BA7; }
a { background-color: rgb(239,107,167); }
div.DivClassName
{
background-color: #EF6BA7;
}
.BgClassName
{
background-color: #EF6BA7;
}
</style>
border-color css
<style>
span { border-color: #EF6BA7; }
span { border-color: rgb(239,107,167); }
td.TdClassName
{
border-color: #EF6BA7;
}
.TagClassName
{
border-color: #EF6BA7;
}
</style>