Shades of Hot Pink #EF6AA8
Tints of Hot Pink #EF6AA8
RGB
CMYK
RGB Variations
Color information
#EF6AA8 (or 0xEF6AA8) is known color: Hot Pink. HEX triplet: EF, 6A and A8. RGB value is (239,106,168). Sum of RGB (Red+Green+Blue) = 239+106+168=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 106 (41.80% from 255 or 20.66% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6AA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6AA8 is #109557. Grayscale: #989898. Windows color (decimal): -1086808 or 11037423. OLE color: 11037423.
HSL color Cylindrical-coordinate representation of color #EF6AA8: hue angle of 332.03º 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 #EF6AA8 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 106 | 168 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.06 |
| HSL | 332.03º | 0.81% | 0.68% | - |
| HSV(B) | 332.03º | 0.56% | 0.94% | - |
| XYZ | 47.82 | 31.49 | 40.6 | - |
| YUV | 152.84 | 136.56 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 106 | 168 | 0 | 0.56 | 0.30 | 0.06 | 332.03 | 0.81 | 0.68 |
| Hex | EF | 6A | A8 | 0 | 38 | 1E | 6 | 14C | 51 | 44 |
| Octal | 357 | 152 | 250 | 0 | 70 | 36 | 6 | 514 | 121 | 104 |
| Binary | 11101111 | 1101010 | 10101000 | 0 | 111000 | 11110 | 110 | 101001100 | 1010001 | 1000100 |
Color Harmonies of #EF6AA8
Complementary color
Monochromatic Colors of #EF6AA8
Black with #EF6AA8
Text Example
Text Example
White with #EF6AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6AA8; }
p { color: rgb(239,106,168); }
H1.HeaderClassName
{
color: #EF6AA8;
}
.AnyTagClassName
{
color: #EF6AA8;
}
</style>
background-color css
<style>
a { background-color: #EF6AA8; }
a { background-color: rgb(239,106,168); }
div.DivClassName
{
background-color: #EF6AA8;
}
.BgClassName
{
background-color: #EF6AA8;
}
</style>
border-color css
<style>
span { border-color: #EF6AA8; }
span { border-color: rgb(239,106,168); }
td.TdClassName
{
border-color: #EF6AA8;
}
.TagClassName
{
border-color: #EF6AA8;
}
</style>