Shades of Hot Pink #EF66AA
Tints of Hot Pink #EF66AA
RGB
CMYK
RGB Variations
Color information
#EF66AA (or 0xEF66AA) is known color: Hot Pink. HEX triplet: EF, 66 and AA. RGB value is (239,102,170). Sum of RGB (Red+Green+Blue) = 239+102+170=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 102 (40.23% from 255 or 19.96% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF66AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF66AA is #109955. Grayscale: #969696. Windows color (decimal): -1087830 or 11167471. OLE color: 11167471.
HSL color Cylindrical-coordinate representation of color #EF66AA: hue angle of 330.22º 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 #EF66AA is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 170 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.06 |
| HSL | 330.22º | 0.81% | 0.67% | - |
| HSV(B) | 330.22º | 0.57% | 0.94% | - |
| XYZ | 47.6 | 30.76 | 41.46 | - |
| YUV | 150.72 | 138.89 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 170 | 0 | 0.57 | 0.29 | 0.06 | 330.22 | 0.81 | 0.67 |
| Hex | EF | 66 | AA | 0 | 39 | 1D | 6 | 14A | 51 | 43 |
| Octal | 357 | 146 | 252 | 0 | 71 | 35 | 6 | 512 | 121 | 103 |
| Binary | 11101111 | 1100110 | 10101010 | 0 | 111001 | 11101 | 110 | 101001010 | 1010001 | 1000011 |
Color Harmonies of #EF66AA
Complementary color
Monochromatic Colors of #EF66AA
Black with #EF66AA
Text Example
Text Example
White with #EF66AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF66AA; }
p { color: rgb(239,102,170); }
H1.HeaderClassName
{
color: #EF66AA;
}
.AnyTagClassName
{
color: #EF66AA;
}
</style>
background-color css
<style>
a { background-color: #EF66AA; }
a { background-color: rgb(239,102,170); }
div.DivClassName
{
background-color: #EF66AA;
}
.BgClassName
{
background-color: #EF66AA;
}
</style>
border-color css
<style>
span { border-color: #EF66AA; }
span { border-color: rgb(239,102,170); }
td.TdClassName
{
border-color: #EF66AA;
}
.TagClassName
{
border-color: #EF66AA;
}
</style>