Shades of Hot Pink #EF72AD
Tints of Hot Pink #EF72AD
RGB
CMYK
RGB Variations
Color information
#EF72AD (or 0xEF72AD) is known color: Hot Pink. HEX triplet: EF, 72 and AD. RGB value is (239,114,173). Sum of RGB (Red+Green+Blue) = 239+114+173=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EF72AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF72AD is #108D52. Grayscale: #9D9D9D. Windows color (decimal): -1084755 or 11367151. OLE color: 11367151.
HSL color Cylindrical-coordinate representation of color #EF72AD: hue angle of 331.68º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF72AD is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 114 | 173 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.06 |
| HSL | 331.68º | 0.8% | 0.69% | - |
| HSV(B) | 331.68º | 0.52% | 0.94% | - |
| XYZ | 49.16 | 33.4 | 43.39 | - |
| YUV | 158.1 | 136.41 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 114 | 173 | 0 | 0.52 | 0.28 | 0.06 | 331.68 | 0.8 | 0.69 |
| Hex | EF | 72 | AD | 0 | 34 | 1C | 6 | 14C | 50 | 45 |
| Octal | 357 | 162 | 255 | 0 | 64 | 34 | 6 | 514 | 120 | 105 |
| Binary | 11101111 | 1110010 | 10101101 | 0 | 110100 | 11100 | 110 | 101001100 | 1010000 | 1000101 |
Color Harmonies of #EF72AD
Complementary color
Monochromatic Colors of #EF72AD
Black with #EF72AD
Text Example
Text Example
White with #EF72AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF72AD; }
p { color: rgb(239,114,173); }
H1.HeaderClassName
{
color: #EF72AD;
}
.AnyTagClassName
{
color: #EF72AD;
}
</style>
background-color css
<style>
a { background-color: #EF72AD; }
a { background-color: rgb(239,114,173); }
div.DivClassName
{
background-color: #EF72AD;
}
.BgClassName
{
background-color: #EF72AD;
}
</style>
border-color css
<style>
span { border-color: #EF72AD; }
span { border-color: rgb(239,114,173); }
td.TdClassName
{
border-color: #EF72AD;
}
.TagClassName
{
border-color: #EF72AD;
}
</style>