Shades of Hot Pink #EF73AB
Tints of Hot Pink #EF73AB
RGB
CMYK
RGB Variations
Color information
#EF73AB (or 0xEF73AB) is known color: Hot Pink. HEX triplet: EF, 73 and AB. RGB value is (239,115,171). Sum of RGB (Red+Green+Blue) = 239+115+171=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF73AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF73AB is #108C54. Grayscale: #9E9E9E. Windows color (decimal): -1084501 or 11236335. OLE color: 11236335.
HSL color Cylindrical-coordinate representation of color #EF73AB: hue angle of 332.9º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF73AB is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 171 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.06 |
| HSL | 332.9º | 0.79% | 0.69% | - |
| HSV(B) | 332.9º | 0.52% | 0.94% | - |
| XYZ | 49.08 | 33.55 | 42.42 | - |
| YUV | 158.46 | 135.08 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 171 | 0 | 0.52 | 0.28 | 0.06 | 332.9 | 0.79 | 0.69 |
| Hex | EF | 73 | AB | 0 | 34 | 1C | 6 | 14D | 4F | 45 |
| Octal | 357 | 163 | 253 | 0 | 64 | 34 | 6 | 515 | 117 | 105 |
| Binary | 11101111 | 1110011 | 10101011 | 0 | 110100 | 11100 | 110 | 101001101 | 1001111 | 1000101 |
Color Harmonies of #EF73AB
Complementary color
Monochromatic Colors of #EF73AB
Black with #EF73AB
Text Example
Text Example
White with #EF73AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF73AB; }
p { color: rgb(239,115,171); }
H1.HeaderClassName
{
color: #EF73AB;
}
.AnyTagClassName
{
color: #EF73AB;
}
</style>
background-color css
<style>
a { background-color: #EF73AB; }
a { background-color: rgb(239,115,171); }
div.DivClassName
{
background-color: #EF73AB;
}
.BgClassName
{
background-color: #EF73AB;
}
</style>
border-color css
<style>
span { border-color: #EF73AB; }
span { border-color: rgb(239,115,171); }
td.TdClassName
{
border-color: #EF73AB;
}
.TagClassName
{
border-color: #EF73AB;
}
</style>