Shades of Hot Pink #EF65AC
Tints of Hot Pink #EF65AC
RGB
CMYK
RGB Variations
Color information
#EF65AC (or 0xEF65AC) is known color: Hot Pink. HEX triplet: EF, 65 and AC. RGB value is (239,101,172). Sum of RGB (Red+Green+Blue) = 239+101+172=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF65AC is #109A53. Grayscale: #969696. Windows color (decimal): -1088084 or 11298287. OLE color: 11298287.
HSL color Cylindrical-coordinate representation of color #EF65AC: hue angle of 329.13º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF65AC is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 172 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.06 |
| HSL | 329.13º | 0.81% | 0.67% | - |
| HSV(B) | 329.13º | 0.58% | 0.94% | - |
| XYZ | 47.7 | 30.64 | 42.43 | - |
| YUV | 150.36 | 140.22 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 172 | 0 | 0.58 | 0.28 | 0.06 | 329.13 | 0.81 | 0.67 |
| Hex | EF | 65 | AC | 0 | 3A | 1C | 6 | 149 | 51 | 43 |
| Octal | 357 | 145 | 254 | 0 | 72 | 34 | 6 | 511 | 121 | 103 |
| Binary | 11101111 | 1100101 | 10101100 | 0 | 111010 | 11100 | 110 | 101001001 | 1010001 | 1000011 |
Color Harmonies of #EF65AC
Complementary color
Monochromatic Colors of #EF65AC
Black with #EF65AC
Text Example
Text Example
White with #EF65AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF65AC; }
p { color: rgb(239,101,172); }
H1.HeaderClassName
{
color: #EF65AC;
}
.AnyTagClassName
{
color: #EF65AC;
}
</style>
background-color css
<style>
a { background-color: #EF65AC; }
a { background-color: rgb(239,101,172); }
div.DivClassName
{
background-color: #EF65AC;
}
.BgClassName
{
background-color: #EF65AC;
}
</style>
border-color css
<style>
span { border-color: #EF65AC; }
span { border-color: rgb(239,101,172); }
td.TdClassName
{
border-color: #EF65AC;
}
.TagClassName
{
border-color: #EF65AC;
}
</style>