Shades of Hot Pink #EF6CBA
Tints of Hot Pink #EF6CBA
RGB
CMYK
RGB Variations
Color information
#EF6CBA (or 0xEF6CBA) is known color: Hot Pink. HEX triplet: EF, 6C and BA. RGB value is (239,108,186). Sum of RGB (Red+Green+Blue) = 239+108+186=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6CBA is #109345. Grayscale: #9B9B9B. Windows color (decimal): -1086278 or 12217583. OLE color: 12217583.
HSL color Cylindrical-coordinate representation of color #EF6CBA: hue angle of 324.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 #EF6CBA is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 108 | 186 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.06 |
| HSL | 324.27º | 0.8% | 0.68% | - |
| HSV(B) | 324.27º | 0.55% | 0.94% | - |
| XYZ | 49.82 | 32.62 | 50.12 | - |
| YUV | 156.06 | 144.9 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 108 | 186 | 0 | 0.55 | 0.22 | 0.06 | 324.27 | 0.8 | 0.68 |
| Hex | EF | 6C | BA | 0 | 37 | 16 | 6 | 144 | 50 | 44 |
| Octal | 357 | 154 | 272 | 0 | 67 | 26 | 6 | 504 | 120 | 104 |
| Binary | 11101111 | 1101100 | 10111010 | 0 | 110111 | 10110 | 110 | 101000100 | 1010000 | 1000100 |
Color Harmonies of #EF6CBA
Complementary color
Monochromatic Colors of #EF6CBA
Black with #EF6CBA
Text Example
Text Example
White with #EF6CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6CBA; }
p { color: rgb(239,108,186); }
H1.HeaderClassName
{
color: #EF6CBA;
}
.AnyTagClassName
{
color: #EF6CBA;
}
</style>
background-color css
<style>
a { background-color: #EF6CBA; }
a { background-color: rgb(239,108,186); }
div.DivClassName
{
background-color: #EF6CBA;
}
.BgClassName
{
background-color: #EF6CBA;
}
</style>
border-color css
<style>
span { border-color: #EF6CBA; }
span { border-color: rgb(239,108,186); }
td.TdClassName
{
border-color: #EF6CBA;
}
.TagClassName
{
border-color: #EF6CBA;
}
</style>