Shades of Hot Pink #EF6BA8
Tints of Hot Pink #EF6BA8
RGB
CMYK
RGB Variations
Color information
#EF6BA8 (or 0xEF6BA8) is known color: Hot Pink. HEX triplet: EF, 6B and A8. RGB value is (239,107,168). Sum of RGB (Red+Green+Blue) = 239+107+168=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6BA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6BA8 is #109457. Grayscale: #999999. Windows color (decimal): -1086552 or 11037679. OLE color: 11037679.
HSL color Cylindrical-coordinate representation of color #EF6BA8: hue angle of 332.27º 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 #EF6BA8 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 107 | 168 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.06 |
| HSL | 332.27º | 0.8% | 0.68% | - |
| HSV(B) | 332.27º | 0.55% | 0.94% | - |
| XYZ | 47.92 | 31.69 | 40.64 | - |
| YUV | 153.42 | 136.23 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 107 | 168 | 0 | 0.55 | 0.30 | 0.06 | 332.27 | 0.8 | 0.68 |
| Hex | EF | 6B | A8 | 0 | 37 | 1E | 6 | 14C | 50 | 44 |
| Octal | 357 | 153 | 250 | 0 | 67 | 36 | 6 | 514 | 120 | 104 |
| Binary | 11101111 | 1101011 | 10101000 | 0 | 110111 | 11110 | 110 | 101001100 | 1010000 | 1000100 |
Color Harmonies of #EF6BA8
Complementary color
Monochromatic Colors of #EF6BA8
Black with #EF6BA8
Text Example
Text Example
White with #EF6BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6BA8; }
p { color: rgb(239,107,168); }
H1.HeaderClassName
{
color: #EF6BA8;
}
.AnyTagClassName
{
color: #EF6BA8;
}
</style>
background-color css
<style>
a { background-color: #EF6BA8; }
a { background-color: rgb(239,107,168); }
div.DivClassName
{
background-color: #EF6BA8;
}
.BgClassName
{
background-color: #EF6BA8;
}
</style>
border-color css
<style>
span { border-color: #EF6BA8; }
span { border-color: rgb(239,107,168); }
td.TdClassName
{
border-color: #EF6BA8;
}
.TagClassName
{
border-color: #EF6BA8;
}
</style>