Shades of Hot Pink #EF65AB
Tints of Hot Pink #EF65AB
RGB
CMYK
RGB Variations
Color information
#EF65AB (or 0xEF65AB) is known color: Hot Pink. HEX triplet: EF, 65 and AB. RGB value is (239,101,171). Sum of RGB (Red+Green+Blue) = 239+101+171=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF65AB is #109A54. Grayscale: #969696. Windows color (decimal): -1088085 or 11232751. OLE color: 11232751.
HSL color Cylindrical-coordinate representation of color #EF65AB: hue angle of 329.57º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF65AB is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 171 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.06 |
| HSL | 329.57º | 0.81% | 0.67% | - |
| HSV(B) | 329.57º | 0.58% | 0.94% | - |
| XYZ | 47.6 | 30.6 | 41.93 | - |
| YUV | 150.24 | 139.72 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 171 | 0 | 0.58 | 0.28 | 0.06 | 329.57 | 0.81 | 0.67 |
| Hex | EF | 65 | AB | 0 | 3A | 1C | 6 | 14A | 51 | 43 |
| Octal | 357 | 145 | 253 | 0 | 72 | 34 | 6 | 512 | 121 | 103 |
| Binary | 11101111 | 1100101 | 10101011 | 0 | 111010 | 11100 | 110 | 101001010 | 1010001 | 1000011 |
Color Harmonies of #EF65AB
Complementary color
Monochromatic Colors of #EF65AB
Black with #EF65AB
Text Example
Text Example
White with #EF65AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF65AB; }
p { color: rgb(239,101,171); }
H1.HeaderClassName
{
color: #EF65AB;
}
.AnyTagClassName
{
color: #EF65AB;
}
</style>
background-color css
<style>
a { background-color: #EF65AB; }
a { background-color: rgb(239,101,171); }
div.DivClassName
{
background-color: #EF65AB;
}
.BgClassName
{
background-color: #EF65AB;
}
</style>
border-color css
<style>
span { border-color: #EF65AB; }
span { border-color: rgb(239,101,171); }
td.TdClassName
{
border-color: #EF65AB;
}
.TagClassName
{
border-color: #EF65AB;
}
</style>