Shades of Hot Pink #EF62B0
Tints of Hot Pink #EF62B0
RGB
CMYK
RGB Variations
Color information
#EF62B0 (or 0xEF62B0) is known color: Hot Pink. HEX triplet: EF, 62 and B0. RGB value is (239,98,176). Sum of RGB (Red+Green+Blue) = 239+98+176=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF62B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF62B0 is #109D4F. Grayscale: #949494. Windows color (decimal): -1088848 or 11559663. OLE color: 11559663.
HSL color Cylindrical-coordinate representation of color #EF62B0: hue angle of 326.81º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF62B0 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 176 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.06 |
| HSL | 326.81º | 0.82% | 0.66% | - |
| HSV(B) | 326.81º | 0.59% | 0.94% | - |
| XYZ | 47.8 | 30.22 | 44.39 | - |
| YUV | 149.05 | 143.21 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 176 | 0 | 0.59 | 0.26 | 0.06 | 326.81 | 0.82 | 0.66 |
| Hex | EF | 62 | B0 | 0 | 3B | 1A | 6 | 147 | 52 | 42 |
| Octal | 357 | 142 | 260 | 0 | 73 | 32 | 6 | 507 | 122 | 102 |
| Binary | 11101111 | 1100010 | 10110000 | 0 | 111011 | 11010 | 110 | 101000111 | 1010010 | 1000010 |
Color Harmonies of #EF62B0
Complementary color
Monochromatic Colors of #EF62B0
Black with #EF62B0
Text Example
Text Example
White with #EF62B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF62B0; }
p { color: rgb(239,98,176); }
H1.HeaderClassName
{
color: #EF62B0;
}
.AnyTagClassName
{
color: #EF62B0;
}
</style>
background-color css
<style>
a { background-color: #EF62B0; }
a { background-color: rgb(239,98,176); }
div.DivClassName
{
background-color: #EF62B0;
}
.BgClassName
{
background-color: #EF62B0;
}
</style>
border-color css
<style>
span { border-color: #EF62B0; }
span { border-color: rgb(239,98,176); }
td.TdClassName
{
border-color: #EF62B0;
}
.TagClassName
{
border-color: #EF62B0;
}
</style>