Shades of Hot Pink #EF64A6
Tints of Hot Pink #EF64A6
RGB
CMYK
RGB Variations
Color information
#EF64A6 (or 0xEF64A6) is known color: Hot Pink. HEX triplet: EF, 64 and A6. RGB value is (239,100,166). Sum of RGB (Red+Green+Blue) = 239+100+166=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 100 (39.45% from 255 or 19.80% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF64A6 is #109B59. Grayscale: #949494. Windows color (decimal): -1088346 or 10904815. OLE color: 10904815.
HSL color Cylindrical-coordinate representation of color #EF64A6: hue angle of 331.51º 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 #EF64A6 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 166 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.06 |
| HSL | 331.51º | 0.81% | 0.66% | - |
| HSV(B) | 331.51º | 0.58% | 0.94% | - |
| XYZ | 47.04 | 30.22 | 39.43 | - |
| YUV | 149.09 | 137.55 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 166 | 0 | 0.58 | 0.31 | 0.06 | 331.51 | 0.81 | 0.66 |
| Hex | EF | 64 | A6 | 0 | 3A | 1F | 6 | 14C | 51 | 42 |
| Octal | 357 | 144 | 246 | 0 | 72 | 37 | 6 | 514 | 121 | 102 |
| Binary | 11101111 | 1100100 | 10100110 | 0 | 111010 | 11111 | 110 | 101001100 | 1010001 | 1000010 |
Color Harmonies of #EF64A6
Complementary color
Monochromatic Colors of #EF64A6
Black with #EF64A6
Text Example
Text Example
White with #EF64A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF64A6; }
p { color: rgb(239,100,166); }
H1.HeaderClassName
{
color: #EF64A6;
}
.AnyTagClassName
{
color: #EF64A6;
}
</style>
background-color css
<style>
a { background-color: #EF64A6; }
a { background-color: rgb(239,100,166); }
div.DivClassName
{
background-color: #EF64A6;
}
.BgClassName
{
background-color: #EF64A6;
}
</style>
border-color css
<style>
span { border-color: #EF64A6; }
span { border-color: rgb(239,100,166); }
td.TdClassName
{
border-color: #EF64A6;
}
.TagClassName
{
border-color: #EF64A6;
}
</style>