Shades of Hot Pink #EF64BC
Tints of Hot Pink #EF64BC
RGB
CMYK
RGB Variations
Color information
#EF64BC (or 0xEF64BC) is known color: Hot Pink. HEX triplet: EF, 64 and BC. RGB value is (239,100,188). Sum of RGB (Red+Green+Blue) = 239+100+188=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 100 (39.45% from 255 or 18.98% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF64BC is #109B43. Grayscale: #979797. Windows color (decimal): -1088324 or 12346607. OLE color: 12346607.
HSL color Cylindrical-coordinate representation of color #EF64BC: hue angle of 322.01º 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 #EF64BC is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 188 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.06 |
| HSL | 322.01º | 0.81% | 0.66% | - |
| HSV(B) | 322.01º | 0.58% | 0.94% | - |
| XYZ | 49.23 | 31.1 | 50.98 | - |
| YUV | 151.59 | 148.55 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 188 | 0 | 0.58 | 0.21 | 0.06 | 322.01 | 0.81 | 0.66 |
| Hex | EF | 64 | BC | 0 | 3A | 15 | 6 | 142 | 51 | 42 |
| Octal | 357 | 144 | 274 | 0 | 72 | 25 | 6 | 502 | 121 | 102 |
| Binary | 11101111 | 1100100 | 10111100 | 0 | 111010 | 10101 | 110 | 101000010 | 1010001 | 1000010 |
Color Harmonies of #EF64BC
Complementary color
Monochromatic Colors of #EF64BC
Black with #EF64BC
Text Example
Text Example
White with #EF64BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF64BC; }
p { color: rgb(239,100,188); }
H1.HeaderClassName
{
color: #EF64BC;
}
.AnyTagClassName
{
color: #EF64BC;
}
</style>
background-color css
<style>
a { background-color: #EF64BC; }
a { background-color: rgb(239,100,188); }
div.DivClassName
{
background-color: #EF64BC;
}
.BgClassName
{
background-color: #EF64BC;
}
</style>
border-color css
<style>
span { border-color: #EF64BC; }
span { border-color: rgb(239,100,188); }
td.TdClassName
{
border-color: #EF64BC;
}
.TagClassName
{
border-color: #EF64BC;
}
</style>