Shades of Hot Pink #EF73B0
Tints of Hot Pink #EF73B0
RGB
CMYK
RGB Variations
Color information
#EF73B0 (or 0xEF73B0) is known color: Hot Pink. HEX triplet: EF, 73 and B0. RGB value is (239,115,176). Sum of RGB (Red+Green+Blue) = 239+115+176=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF73B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF73B0 is #108C4F. Grayscale: #9E9E9E. Windows color (decimal): -1084496 or 11564015. OLE color: 11564015.
HSL color Cylindrical-coordinate representation of color #EF73B0: hue angle of 330.48º 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 #EF73B0 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 176 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.06 |
| HSL | 330.48º | 0.79% | 0.69% | - |
| HSV(B) | 330.48º | 0.52% | 0.94% | - |
| XYZ | 49.56 | 33.75 | 44.98 | - |
| YUV | 159.03 | 137.58 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 176 | 0 | 0.52 | 0.26 | 0.06 | 330.48 | 0.79 | 0.69 |
| Hex | EF | 73 | B0 | 0 | 34 | 1A | 6 | 14A | 4F | 45 |
| Octal | 357 | 163 | 260 | 0 | 64 | 32 | 6 | 512 | 117 | 105 |
| Binary | 11101111 | 1110011 | 10110000 | 0 | 110100 | 11010 | 110 | 101001010 | 1001111 | 1000101 |
Color Harmonies of #EF73B0
Complementary color
Monochromatic Colors of #EF73B0
Black with #EF73B0
Text Example
Text Example
White with #EF73B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF73B0; }
p { color: rgb(239,115,176); }
H1.HeaderClassName
{
color: #EF73B0;
}
.AnyTagClassName
{
color: #EF73B0;
}
</style>
background-color css
<style>
a { background-color: #EF73B0; }
a { background-color: rgb(239,115,176); }
div.DivClassName
{
background-color: #EF73B0;
}
.BgClassName
{
background-color: #EF73B0;
}
</style>
border-color css
<style>
span { border-color: #EF73B0; }
span { border-color: rgb(239,115,176); }
td.TdClassName
{
border-color: #EF73B0;
}
.TagClassName
{
border-color: #EF73B0;
}
</style>