Shades of Hot Pink #EF6AAF
Tints of Hot Pink #EF6AAF
RGB
CMYK
RGB Variations
Color information
#EF6AAF (or 0xEF6AAF) is known color: Hot Pink. HEX triplet: EF, 6A and AF. RGB value is (239,106,175). Sum of RGB (Red+Green+Blue) = 239+106+175=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 106 (41.80% from 255 or 20.38% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6AAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6AAF is #109550. Grayscale: #999999. Windows color (decimal): -1086801 or 11496175. OLE color: 11496175.
HSL color Cylindrical-coordinate representation of color #EF6AAF: hue angle of 328.87º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF6AAF is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 106 | 175 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.06 |
| HSL | 328.87º | 0.81% | 0.68% | - |
| HSV(B) | 328.87º | 0.56% | 0.94% | - |
| XYZ | 48.49 | 31.75 | 44.13 | - |
| YUV | 153.63 | 140.06 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 106 | 175 | 0 | 0.56 | 0.27 | 0.06 | 328.87 | 0.81 | 0.68 |
| Hex | EF | 6A | AF | 0 | 38 | 1B | 6 | 149 | 51 | 44 |
| Octal | 357 | 152 | 257 | 0 | 70 | 33 | 6 | 511 | 121 | 104 |
| Binary | 11101111 | 1101010 | 10101111 | 0 | 111000 | 11011 | 110 | 101001001 | 1010001 | 1000100 |
Color Harmonies of #EF6AAF
Complementary color
Monochromatic Colors of #EF6AAF
Black with #EF6AAF
Text Example
Text Example
White with #EF6AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6AAF; }
p { color: rgb(239,106,175); }
H1.HeaderClassName
{
color: #EF6AAF;
}
.AnyTagClassName
{
color: #EF6AAF;
}
</style>
background-color css
<style>
a { background-color: #EF6AAF; }
a { background-color: rgb(239,106,175); }
div.DivClassName
{
background-color: #EF6AAF;
}
.BgClassName
{
background-color: #EF6AAF;
}
</style>
border-color css
<style>
span { border-color: #EF6AAF; }
span { border-color: rgb(239,106,175); }
td.TdClassName
{
border-color: #EF6AAF;
}
.TagClassName
{
border-color: #EF6AAF;
}
</style>