Shades of Hot Pink #EF6FAF
Tints of Hot Pink #EF6FAF
RGB
CMYK
RGB Variations
Color information
#EF6FAF (or 0xEF6FAF) is known color: Hot Pink. HEX triplet: EF, 6F and AF. RGB value is (239,111,175). Sum of RGB (Red+Green+Blue) = 239+111+175=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6FAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6FAF is #109050. Grayscale: #9C9C9C. Windows color (decimal): -1085521 or 11497455. OLE color: 11497455.
HSL color Cylindrical-coordinate representation of color #EF6FAF: hue angle of 330º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6FAF is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 111 | 175 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.06 |
| HSL | 330º | 0.8% | 0.69% | - |
| HSV(B) | 330º | 0.54% | 0.94% | - |
| XYZ | 49.02 | 32.81 | 44.31 | - |
| YUV | 156.57 | 138.41 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 111 | 175 | 0 | 0.54 | 0.27 | 0.06 | 330 | 0.8 | 0.69 |
| Hex | EF | 6F | AF | 0 | 36 | 1B | 6 | 14A | 50 | 45 |
| Octal | 357 | 157 | 257 | 0 | 66 | 33 | 6 | 512 | 120 | 105 |
| Binary | 11101111 | 1101111 | 10101111 | 0 | 110110 | 11011 | 110 | 101001010 | 1010000 | 1000101 |
Color Harmonies of #EF6FAF
Complementary color
Monochromatic Colors of #EF6FAF
Black with #EF6FAF
Text Example
Text Example
White with #EF6FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6FAF; }
p { color: rgb(239,111,175); }
H1.HeaderClassName
{
color: #EF6FAF;
}
.AnyTagClassName
{
color: #EF6FAF;
}
</style>
background-color css
<style>
a { background-color: #EF6FAF; }
a { background-color: rgb(239,111,175); }
div.DivClassName
{
background-color: #EF6FAF;
}
.BgClassName
{
background-color: #EF6FAF;
}
</style>
border-color css
<style>
span { border-color: #EF6FAF; }
span { border-color: rgb(239,111,175); }
td.TdClassName
{
border-color: #EF6FAF;
}
.TagClassName
{
border-color: #EF6FAF;
}
</style>