Shades of Hot Pink #EF64B6
Tints of Hot Pink #EF64B6
RGB
CMYK
RGB Variations
Color information
#EF64B6 (or 0xEF64B6) is known color: Hot Pink. HEX triplet: EF, 64 and B6. RGB value is (239,100,182). Sum of RGB (Red+Green+Blue) = 239+100+182=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF64B6 is #109B49. Grayscale: #969696. Windows color (decimal): -1088330 or 11953391. OLE color: 11953391.
HSL color Cylindrical-coordinate representation of color #EF64B6: hue angle of 324.6º 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 #EF64B6 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 182 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.06 |
| HSL | 324.6º | 0.81% | 0.66% | - |
| HSV(B) | 324.6º | 0.58% | 0.94% | - |
| XYZ | 48.6 | 30.84 | 47.65 | - |
| YUV | 150.91 | 145.55 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 182 | 0 | 0.58 | 0.24 | 0.06 | 324.6 | 0.81 | 0.66 |
| Hex | EF | 64 | B6 | 0 | 3A | 18 | 6 | 145 | 51 | 42 |
| Octal | 357 | 144 | 266 | 0 | 72 | 30 | 6 | 505 | 121 | 102 |
| Binary | 11101111 | 1100100 | 10110110 | 0 | 111010 | 11000 | 110 | 101000101 | 1010001 | 1000010 |
Color Harmonies of #EF64B6
Complementary color
Monochromatic Colors of #EF64B6
Black with #EF64B6
Text Example
Text Example
White with #EF64B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF64B6; }
p { color: rgb(239,100,182); }
H1.HeaderClassName
{
color: #EF64B6;
}
.AnyTagClassName
{
color: #EF64B6;
}
</style>
background-color css
<style>
a { background-color: #EF64B6; }
a { background-color: rgb(239,100,182); }
div.DivClassName
{
background-color: #EF64B6;
}
.BgClassName
{
background-color: #EF64B6;
}
</style>
border-color css
<style>
span { border-color: #EF64B6; }
span { border-color: rgb(239,100,182); }
td.TdClassName
{
border-color: #EF64B6;
}
.TagClassName
{
border-color: #EF64B6;
}
</style>