Shades of Hot Pink #EF71B0
Tints of Hot Pink #EF71B0
RGB
CMYK
RGB Variations
Color information
#EF71B0 (or 0xEF71B0) is known color: Hot Pink. HEX triplet: EF, 71 and B0. RGB value is (239,113,176). Sum of RGB (Red+Green+Blue) = 239+113+176=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 176 (69.14% from 255 or 33.33% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EF71B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF71B0 is #108E4F. Grayscale: #9D9D9D. Windows color (decimal): -1085008 or 11563503. OLE color: 11563503.
HSL color Cylindrical-coordinate representation of color #EF71B0: hue angle of 330º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF71B0 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 113 | 176 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.06 |
| HSL | 330º | 0.8% | 0.69% | - |
| HSV(B) | 330º | 0.53% | 0.94% | - |
| XYZ | 49.34 | 33.3 | 44.9 | - |
| YUV | 157.86 | 138.24 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 113 | 176 | 0 | 0.53 | 0.26 | 0.06 | 330 | 0.8 | 0.69 |
| Hex | EF | 71 | B0 | 0 | 35 | 1A | 6 | 14A | 50 | 45 |
| Octal | 357 | 161 | 260 | 0 | 65 | 32 | 6 | 512 | 120 | 105 |
| Binary | 11101111 | 1110001 | 10110000 | 0 | 110101 | 11010 | 110 | 101001010 | 1010000 | 1000101 |
Color Harmonies of #EF71B0
Complementary color
Monochromatic Colors of #EF71B0
Black with #EF71B0
Text Example
Text Example
White with #EF71B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF71B0; }
p { color: rgb(239,113,176); }
H1.HeaderClassName
{
color: #EF71B0;
}
.AnyTagClassName
{
color: #EF71B0;
}
</style>
background-color css
<style>
a { background-color: #EF71B0; }
a { background-color: rgb(239,113,176); }
div.DivClassName
{
background-color: #EF71B0;
}
.BgClassName
{
background-color: #EF71B0;
}
</style>
border-color css
<style>
span { border-color: #EF71B0; }
span { border-color: rgb(239,113,176); }
td.TdClassName
{
border-color: #EF71B0;
}
.TagClassName
{
border-color: #EF71B0;
}
</style>