Shades of Hot Pink #EF66A8
Tints of Hot Pink #EF66A8
RGB
CMYK
RGB Variations
Color information
#EF66A8 (or 0xEF66A8) is known color: Hot Pink. HEX triplet: EF, 66 and A8. RGB value is (239,102,168). Sum of RGB (Red+Green+Blue) = 239+102+168=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF66A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF66A8 is #109957. Grayscale: #969696. Windows color (decimal): -1087832 or 11036399. OLE color: 11036399.
HSL color Cylindrical-coordinate representation of color #EF66A8: hue angle of 331.09º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF66A8 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 168 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.06 |
| HSL | 331.09º | 0.81% | 0.67% | - |
| HSV(B) | 331.09º | 0.57% | 0.94% | - |
| XYZ | 47.42 | 30.68 | 40.47 | - |
| YUV | 150.49 | 137.89 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 168 | 0 | 0.57 | 0.30 | 0.06 | 331.09 | 0.81 | 0.67 |
| Hex | EF | 66 | A8 | 0 | 39 | 1E | 6 | 14B | 51 | 43 |
| Octal | 357 | 146 | 250 | 0 | 71 | 36 | 6 | 513 | 121 | 103 |
| Binary | 11101111 | 1100110 | 10101000 | 0 | 111001 | 11110 | 110 | 101001011 | 1010001 | 1000011 |
Color Harmonies of #EF66A8
Complementary color
Monochromatic Colors of #EF66A8
Black with #EF66A8
Text Example
Text Example
White with #EF66A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF66A8; }
p { color: rgb(239,102,168); }
H1.HeaderClassName
{
color: #EF66A8;
}
.AnyTagClassName
{
color: #EF66A8;
}
</style>
background-color css
<style>
a { background-color: #EF66A8; }
a { background-color: rgb(239,102,168); }
div.DivClassName
{
background-color: #EF66A8;
}
.BgClassName
{
background-color: #EF66A8;
}
</style>
border-color css
<style>
span { border-color: #EF66A8; }
span { border-color: rgb(239,102,168); }
td.TdClassName
{
border-color: #EF66A8;
}
.TagClassName
{
border-color: #EF66A8;
}
</style>