Shades of Hot Pink #EF6CB8
Tints of Hot Pink #EF6CB8
RGB
CMYK
RGB Variations
Color information
#EF6CB8 (or 0xEF6CB8) is known color: Hot Pink. HEX triplet: EF, 6C and B8. RGB value is (239,108,184). Sum of RGB (Red+Green+Blue) = 239+108+184=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6CB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6CB8 is #109347. Grayscale: #9B9B9B. Windows color (decimal): -1086280 or 12086511. OLE color: 12086511.
HSL color Cylindrical-coordinate representation of color #EF6CB8: hue angle of 325.19º 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 #EF6CB8 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 108 | 184 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.06 |
| HSL | 325.19º | 0.8% | 0.68% | - |
| HSV(B) | 325.19º | 0.55% | 0.94% | - |
| XYZ | 49.61 | 32.54 | 49.01 | - |
| YUV | 155.83 | 143.9 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 108 | 184 | 0 | 0.55 | 0.23 | 0.06 | 325.19 | 0.8 | 0.68 |
| Hex | EF | 6C | B8 | 0 | 37 | 17 | 6 | 145 | 50 | 44 |
| Octal | 357 | 154 | 270 | 0 | 67 | 27 | 6 | 505 | 120 | 104 |
| Binary | 11101111 | 1101100 | 10111000 | 0 | 110111 | 10111 | 110 | 101000101 | 1010000 | 1000100 |
Color Harmonies of #EF6CB8
Complementary color
Monochromatic Colors of #EF6CB8
Black with #EF6CB8
Text Example
Text Example
White with #EF6CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6CB8; }
p { color: rgb(239,108,184); }
H1.HeaderClassName
{
color: #EF6CB8;
}
.AnyTagClassName
{
color: #EF6CB8;
}
</style>
background-color css
<style>
a { background-color: #EF6CB8; }
a { background-color: rgb(239,108,184); }
div.DivClassName
{
background-color: #EF6CB8;
}
.BgClassName
{
background-color: #EF6CB8;
}
</style>
border-color css
<style>
span { border-color: #EF6CB8; }
span { border-color: rgb(239,108,184); }
td.TdClassName
{
border-color: #EF6CB8;
}
.TagClassName
{
border-color: #EF6CB8;
}
</style>