Shades of Hot Pink #EF68AD
Tints of Hot Pink #EF68AD
RGB
CMYK
RGB Variations
Color information
#EF68AD (or 0xEF68AD) is known color: Hot Pink. HEX triplet: EF, 68 and AD. RGB value is (239,104,173). Sum of RGB (Red+Green+Blue) = 239+104+173=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF68AD is #109752. Grayscale: #989898. Windows color (decimal): -1087315 or 11364591. OLE color: 11364591.
HSL color Cylindrical-coordinate representation of color #EF68AD: hue angle of 329.33º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF68AD is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 173 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.06 |
| HSL | 329.33º | 0.81% | 0.67% | - |
| HSV(B) | 329.33º | 0.56% | 0.94% | - |
| XYZ | 48.09 | 31.27 | 43.04 | - |
| YUV | 152.23 | 139.73 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 173 | 0 | 0.56 | 0.28 | 0.06 | 329.33 | 0.81 | 0.67 |
| Hex | EF | 68 | AD | 0 | 38 | 1C | 6 | 149 | 51 | 43 |
| Octal | 357 | 150 | 255 | 0 | 70 | 34 | 6 | 511 | 121 | 103 |
| Binary | 11101111 | 1101000 | 10101101 | 0 | 111000 | 11100 | 110 | 101001001 | 1010001 | 1000011 |
Color Harmonies of #EF68AD
Complementary color
Monochromatic Colors of #EF68AD
Black with #EF68AD
Text Example
Text Example
White with #EF68AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF68AD; }
p { color: rgb(239,104,173); }
H1.HeaderClassName
{
color: #EF68AD;
}
.AnyTagClassName
{
color: #EF68AD;
}
</style>
background-color css
<style>
a { background-color: #EF68AD; }
a { background-color: rgb(239,104,173); }
div.DivClassName
{
background-color: #EF68AD;
}
.BgClassName
{
background-color: #EF68AD;
}
</style>
border-color css
<style>
span { border-color: #EF68AD; }
span { border-color: rgb(239,104,173); }
td.TdClassName
{
border-color: #EF68AD;
}
.TagClassName
{
border-color: #EF68AD;
}
</style>