Shades of Hot Pink #EF62AB
Tints of Hot Pink #EF62AB
RGB
CMYK
RGB Variations
Color information
#EF62AB (or 0xEF62AB) is known color: Hot Pink. HEX triplet: EF, 62 and AB. RGB value is (239,98,171). Sum of RGB (Red+Green+Blue) = 239+98+171=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 98 (38.67% from 255 or 19.29% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF62AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF62AB is #109D54. Grayscale: #949494. Windows color (decimal): -1088853 or 11231983. OLE color: 11231983.
HSL color Cylindrical-coordinate representation of color #EF62AB: hue angle of 328.94º 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 #EF62AB is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 171 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.06 |
| HSL | 328.94º | 0.82% | 0.66% | - |
| HSV(B) | 328.94º | 0.59% | 0.94% | - |
| XYZ | 47.31 | 30.03 | 41.83 | - |
| YUV | 148.48 | 140.71 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 171 | 0 | 0.59 | 0.28 | 0.06 | 328.94 | 0.82 | 0.66 |
| Hex | EF | 62 | AB | 0 | 3B | 1C | 6 | 149 | 52 | 42 |
| Octal | 357 | 142 | 253 | 0 | 73 | 34 | 6 | 511 | 122 | 102 |
| Binary | 11101111 | 1100010 | 10101011 | 0 | 111011 | 11100 | 110 | 101001001 | 1010010 | 1000010 |
Color Harmonies of #EF62AB
Complementary color
Monochromatic Colors of #EF62AB
Black with #EF62AB
Text Example
Text Example
White with #EF62AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF62AB; }
p { color: rgb(239,98,171); }
H1.HeaderClassName
{
color: #EF62AB;
}
.AnyTagClassName
{
color: #EF62AB;
}
</style>
background-color css
<style>
a { background-color: #EF62AB; }
a { background-color: rgb(239,98,171); }
div.DivClassName
{
background-color: #EF62AB;
}
.BgClassName
{
background-color: #EF62AB;
}
</style>
border-color css
<style>
span { border-color: #EF62AB; }
span { border-color: rgb(239,98,171); }
td.TdClassName
{
border-color: #EF62AB;
}
.TagClassName
{
border-color: #EF62AB;
}
</style>