Shades of Hot Pink #EF62BA
Tints of Hot Pink #EF62BA
RGB
CMYK
RGB Variations
Color information
#EF62BA (or 0xEF62BA) is known color: Hot Pink. HEX triplet: EF, 62 and BA. RGB value is (239,98,186). Sum of RGB (Red+Green+Blue) = 239+98+186=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 98 (38.67% from 255 or 18.74% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF62BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF62BA is #109D45. Grayscale: #959595. Windows color (decimal): -1088838 or 12215023. OLE color: 12215023.
HSL color Cylindrical-coordinate representation of color #EF62BA: hue angle of 322.55º 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 #EF62BA is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 186 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.06 |
| HSL | 322.55º | 0.82% | 0.66% | - |
| HSV(B) | 322.55º | 0.59% | 0.94% | - |
| XYZ | 48.83 | 30.63 | 49.79 | - |
| YUV | 150.19 | 148.21 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 186 | 0 | 0.59 | 0.22 | 0.06 | 322.55 | 0.82 | 0.66 |
| Hex | EF | 62 | BA | 0 | 3B | 16 | 6 | 143 | 52 | 42 |
| Octal | 357 | 142 | 272 | 0 | 73 | 26 | 6 | 503 | 122 | 102 |
| Binary | 11101111 | 1100010 | 10111010 | 0 | 111011 | 10110 | 110 | 101000011 | 1010010 | 1000010 |
Color Harmonies of #EF62BA
Complementary color
Monochromatic Colors of #EF62BA
Black with #EF62BA
Text Example
Text Example
White with #EF62BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF62BA; }
p { color: rgb(239,98,186); }
H1.HeaderClassName
{
color: #EF62BA;
}
.AnyTagClassName
{
color: #EF62BA;
}
</style>
background-color css
<style>
a { background-color: #EF62BA; }
a { background-color: rgb(239,98,186); }
div.DivClassName
{
background-color: #EF62BA;
}
.BgClassName
{
background-color: #EF62BA;
}
</style>
border-color css
<style>
span { border-color: #EF62BA; }
span { border-color: rgb(239,98,186); }
td.TdClassName
{
border-color: #EF62BA;
}
.TagClassName
{
border-color: #EF62BA;
}
</style>