Shades of Hot Pink #EF68B0
Tints of Hot Pink #EF68B0
RGB
CMYK
RGB Variations
Color information
#EF68B0 (or 0xEF68B0) is known color: Hot Pink. HEX triplet: EF, 68 and B0. RGB value is (239,104,176). Sum of RGB (Red+Green+Blue) = 239+104+176=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF68B0 is #10974F. Grayscale: #989898. Windows color (decimal): -1087312 or 11561199. OLE color: 11561199.
HSL color Cylindrical-coordinate representation of color #EF68B0: hue angle of 328º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF68B0 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 176 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.06 |
| HSL | 328º | 0.81% | 0.67% | - |
| HSV(B) | 328º | 0.56% | 0.94% | - |
| XYZ | 48.38 | 31.39 | 44.58 | - |
| YUV | 152.57 | 141.23 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 176 | 0 | 0.56 | 0.26 | 0.06 | 328 | 0.81 | 0.67 |
| Hex | EF | 68 | B0 | 0 | 38 | 1A | 6 | 148 | 51 | 43 |
| Octal | 357 | 150 | 260 | 0 | 70 | 32 | 6 | 510 | 121 | 103 |
| Binary | 11101111 | 1101000 | 10110000 | 0 | 111000 | 11010 | 110 | 101001000 | 1010001 | 1000011 |
Color Harmonies of #EF68B0
Complementary color
Monochromatic Colors of #EF68B0
Black with #EF68B0
Text Example
Text Example
White with #EF68B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF68B0; }
p { color: rgb(239,104,176); }
H1.HeaderClassName
{
color: #EF68B0;
}
.AnyTagClassName
{
color: #EF68B0;
}
</style>
background-color css
<style>
a { background-color: #EF68B0; }
a { background-color: rgb(239,104,176); }
div.DivClassName
{
background-color: #EF68B0;
}
.BgClassName
{
background-color: #EF68B0;
}
</style>
border-color css
<style>
span { border-color: #EF68B0; }
span { border-color: rgb(239,104,176); }
td.TdClassName
{
border-color: #EF68B0;
}
.TagClassName
{
border-color: #EF68B0;
}
</style>