Shades of Hot Pink #EF72B0
Tints of Hot Pink #EF72B0
RGB
CMYK
RGB Variations
Color information
#EF72B0 (or 0xEF72B0) is known color: Hot Pink. HEX triplet: EF, 72 and B0. RGB value is (239,114,176). Sum of RGB (Red+Green+Blue) = 239+114+176=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EF72B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF72B0 is #108D4F. Grayscale: #9E9E9E. Windows color (decimal): -1084752 or 11563759. OLE color: 11563759.
HSL color Cylindrical-coordinate representation of color #EF72B0: hue angle of 330.24º degrees, saturation: 0.8, 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 #EF72B0 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 114 | 176 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.06 |
| HSL | 330.24º | 0.8% | 0.69% | - |
| HSV(B) | 330.24º | 0.52% | 0.94% | - |
| XYZ | 49.45 | 33.52 | 44.94 | - |
| YUV | 158.44 | 137.91 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 114 | 176 | 0 | 0.52 | 0.26 | 0.06 | 330.24 | 0.8 | 0.69 |
| Hex | EF | 72 | B0 | 0 | 34 | 1A | 6 | 14A | 50 | 45 |
| Octal | 357 | 162 | 260 | 0 | 64 | 32 | 6 | 512 | 120 | 105 |
| Binary | 11101111 | 1110010 | 10110000 | 0 | 110100 | 11010 | 110 | 101001010 | 1010000 | 1000101 |
Color Harmonies of #EF72B0
Complementary color
Monochromatic Colors of #EF72B0
Black with #EF72B0
Text Example
Text Example
White with #EF72B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF72B0; }
p { color: rgb(239,114,176); }
H1.HeaderClassName
{
color: #EF72B0;
}
.AnyTagClassName
{
color: #EF72B0;
}
</style>
background-color css
<style>
a { background-color: #EF72B0; }
a { background-color: rgb(239,114,176); }
div.DivClassName
{
background-color: #EF72B0;
}
.BgClassName
{
background-color: #EF72B0;
}
</style>
border-color css
<style>
span { border-color: #EF72B0; }
span { border-color: rgb(239,114,176); }
td.TdClassName
{
border-color: #EF72B0;
}
.TagClassName
{
border-color: #EF72B0;
}
</style>