Shades of Hot Pink #EF64BA
Tints of Hot Pink #EF64BA
RGB
CMYK
RGB Variations
Color information
#EF64BA (or 0xEF64BA) is known color: Hot Pink. HEX triplet: EF, 64 and BA. RGB value is (239,100,186). Sum of RGB (Red+Green+Blue) = 239+100+186=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 100 (39.45% from 255 or 19.05% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF64BA is #109B45. Grayscale: #979797. Windows color (decimal): -1088326 or 12215535. OLE color: 12215535.
HSL color Cylindrical-coordinate representation of color #EF64BA: hue angle of 322.88º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF64BA is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 186 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.06 |
| HSL | 322.88º | 0.81% | 0.66% | - |
| HSV(B) | 322.88º | 0.58% | 0.94% | - |
| XYZ | 49.02 | 31.01 | 49.86 | - |
| YUV | 151.37 | 147.55 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 186 | 0 | 0.58 | 0.22 | 0.06 | 322.88 | 0.81 | 0.66 |
| Hex | EF | 64 | BA | 0 | 3A | 16 | 6 | 143 | 51 | 42 |
| Octal | 357 | 144 | 272 | 0 | 72 | 26 | 6 | 503 | 121 | 102 |
| Binary | 11101111 | 1100100 | 10111010 | 0 | 111010 | 10110 | 110 | 101000011 | 1010001 | 1000010 |
Color Harmonies of #EF64BA
Complementary color
Monochromatic Colors of #EF64BA
Black with #EF64BA
Text Example
Text Example
White with #EF64BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF64BA; }
p { color: rgb(239,100,186); }
H1.HeaderClassName
{
color: #EF64BA;
}
.AnyTagClassName
{
color: #EF64BA;
}
</style>
background-color css
<style>
a { background-color: #EF64BA; }
a { background-color: rgb(239,100,186); }
div.DivClassName
{
background-color: #EF64BA;
}
.BgClassName
{
background-color: #EF64BA;
}
</style>
border-color css
<style>
span { border-color: #EF64BA; }
span { border-color: rgb(239,100,186); }
td.TdClassName
{
border-color: #EF64BA;
}
.TagClassName
{
border-color: #EF64BA;
}
</style>