Shades of Hot Pink #EF68AB
Tints of Hot Pink #EF68AB
RGB
CMYK
RGB Variations
Color information
#EF68AB (or 0xEF68AB) is known color: Hot Pink. HEX triplet: EF, 68 and AB. RGB value is (239,104,171). Sum of RGB (Red+Green+Blue) = 239+104+171=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF68AB is #109754. Grayscale: #979797. Windows color (decimal): -1087317 or 11233519. OLE color: 11233519.
HSL color Cylindrical-coordinate representation of color #EF68AB: hue angle of 330.22º 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 #EF68AB is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 171 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.06 |
| HSL | 330.22º | 0.81% | 0.67% | - |
| HSV(B) | 330.22º | 0.56% | 0.94% | - |
| XYZ | 47.9 | 31.19 | 42.02 | - |
| YUV | 152 | 138.73 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 171 | 0 | 0.56 | 0.28 | 0.06 | 330.22 | 0.81 | 0.67 |
| Hex | EF | 68 | AB | 0 | 38 | 1C | 6 | 14A | 51 | 43 |
| Octal | 357 | 150 | 253 | 0 | 70 | 34 | 6 | 512 | 121 | 103 |
| Binary | 11101111 | 1101000 | 10101011 | 0 | 111000 | 11100 | 110 | 101001010 | 1010001 | 1000011 |
Color Harmonies of #EF68AB
Complementary color
Monochromatic Colors of #EF68AB
Black with #EF68AB
Text Example
Text Example
White with #EF68AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF68AB; }
p { color: rgb(239,104,171); }
H1.HeaderClassName
{
color: #EF68AB;
}
.AnyTagClassName
{
color: #EF68AB;
}
</style>
background-color css
<style>
a { background-color: #EF68AB; }
a { background-color: rgb(239,104,171); }
div.DivClassName
{
background-color: #EF68AB;
}
.BgClassName
{
background-color: #EF68AB;
}
</style>
border-color css
<style>
span { border-color: #EF68AB; }
span { border-color: rgb(239,104,171); }
td.TdClassName
{
border-color: #EF68AB;
}
.TagClassName
{
border-color: #EF68AB;
}
</style>