Shades of Hot Pink #EF70A6
Tints of Hot Pink #EF70A6
RGB
CMYK
RGB Variations
Color information
#EF70A6 (or 0xEF70A6) is known color: Hot Pink. HEX triplet: EF, 70 and A6. RGB value is (239,112,166). Sum of RGB (Red+Green+Blue) = 239+112+166=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 166 (65.23% from 255 or 32.11% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF70A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF70A6 is #108F59. Grayscale: #9C9C9C. Windows color (decimal): -1085274 or 10907887. OLE color: 10907887.
HSL color Cylindrical-coordinate representation of color #EF70A6: hue angle of 334.49º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF70A6 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 166 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.06 |
| HSL | 334.49º | 0.8% | 0.69% | - |
| HSV(B) | 334.49º | 0.53% | 0.94% | - |
| XYZ | 48.27 | 32.69 | 39.84 | - |
| YUV | 156.13 | 133.58 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 166 | 0 | 0.53 | 0.31 | 0.06 | 334.49 | 0.8 | 0.69 |
| Hex | EF | 70 | A6 | 0 | 35 | 1F | 6 | 14E | 50 | 45 |
| Octal | 357 | 160 | 246 | 0 | 65 | 37 | 6 | 516 | 120 | 105 |
| Binary | 11101111 | 1110000 | 10100110 | 0 | 110101 | 11111 | 110 | 101001110 | 1010000 | 1000101 |
Color Harmonies of #EF70A6
Complementary color
Monochromatic Colors of #EF70A6
Black with #EF70A6
Text Example
Text Example
White with #EF70A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF70A6; }
p { color: rgb(239,112,166); }
H1.HeaderClassName
{
color: #EF70A6;
}
.AnyTagClassName
{
color: #EF70A6;
}
</style>
background-color css
<style>
a { background-color: #EF70A6; }
a { background-color: rgb(239,112,166); }
div.DivClassName
{
background-color: #EF70A6;
}
.BgClassName
{
background-color: #EF70A6;
}
</style>
border-color css
<style>
span { border-color: #EF70A6; }
span { border-color: rgb(239,112,166); }
td.TdClassName
{
border-color: #EF70A6;
}
.TagClassName
{
border-color: #EF70A6;
}
</style>