Shades of Hot Pink #EF72AA
Tints of Hot Pink #EF72AA
RGB
CMYK
RGB Variations
Color information
#EF72AA (or 0xEF72AA) is known color: Hot Pink. HEX triplet: EF, 72 and AA. RGB value is (239,114,170). Sum of RGB (Red+Green+Blue) = 239+114+170=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 114 (44.92% from 255 or 21.80% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF72AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF72AA is #108D55. Grayscale: #9D9D9D. Windows color (decimal): -1084758 or 11170543. OLE color: 11170543.
HSL color Cylindrical-coordinate representation of color #EF72AA: hue angle of 333.12º 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 #EF72AA is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 114 | 170 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.06 |
| HSL | 333.12º | 0.8% | 0.69% | - |
| HSV(B) | 333.12º | 0.52% | 0.94% | - |
| XYZ | 48.87 | 33.29 | 41.88 | - |
| YUV | 157.76 | 134.91 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 114 | 170 | 0 | 0.52 | 0.29 | 0.06 | 333.12 | 0.8 | 0.69 |
| Hex | EF | 72 | AA | 0 | 34 | 1D | 6 | 14D | 50 | 45 |
| Octal | 357 | 162 | 252 | 0 | 64 | 35 | 6 | 515 | 120 | 105 |
| Binary | 11101111 | 1110010 | 10101010 | 0 | 110100 | 11101 | 110 | 101001101 | 1010000 | 1000101 |
Color Harmonies of #EF72AA
Complementary color
Monochromatic Colors of #EF72AA
Black with #EF72AA
Text Example
Text Example
White with #EF72AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF72AA; }
p { color: rgb(239,114,170); }
H1.HeaderClassName
{
color: #EF72AA;
}
.AnyTagClassName
{
color: #EF72AA;
}
</style>
background-color css
<style>
a { background-color: #EF72AA; }
a { background-color: rgb(239,114,170); }
div.DivClassName
{
background-color: #EF72AA;
}
.BgClassName
{
background-color: #EF72AA;
}
</style>
border-color css
<style>
span { border-color: #EF72AA; }
span { border-color: rgb(239,114,170); }
td.TdClassName
{
border-color: #EF72AA;
}
.TagClassName
{
border-color: #EF72AA;
}
</style>