Shades of Hot Pink #EF63AB
Tints of Hot Pink #EF63AB
RGB
CMYK
RGB Variations
Color information
#EF63AB (or 0xEF63AB) is known color: Hot Pink. HEX triplet: EF, 63 and AB. RGB value is (239,99,171). Sum of RGB (Red+Green+Blue) = 239+99+171=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF63AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF63AB is #109C54. Grayscale: #949494. Windows color (decimal): -1088597 or 11232239. OLE color: 11232239.
HSL color Cylindrical-coordinate representation of color #EF63AB: hue angle of 329.14º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF63AB is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 99 | 171 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.06 |
| HSL | 329.14º | 0.81% | 0.66% | - |
| HSV(B) | 329.14º | 0.59% | 0.94% | - |
| XYZ | 47.41 | 30.21 | 41.86 | - |
| YUV | 149.07 | 140.38 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 99 | 171 | 0 | 0.59 | 0.28 | 0.06 | 329.14 | 0.81 | 0.66 |
| Hex | EF | 63 | AB | 0 | 3B | 1C | 6 | 149 | 51 | 42 |
| Octal | 357 | 143 | 253 | 0 | 73 | 34 | 6 | 511 | 121 | 102 |
| Binary | 11101111 | 1100011 | 10101011 | 0 | 111011 | 11100 | 110 | 101001001 | 1010001 | 1000010 |
Color Harmonies of #EF63AB
Complementary color
Monochromatic Colors of #EF63AB
Black with #EF63AB
Text Example
Text Example
White with #EF63AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF63AB; }
p { color: rgb(239,99,171); }
H1.HeaderClassName
{
color: #EF63AB;
}
.AnyTagClassName
{
color: #EF63AB;
}
</style>
background-color css
<style>
a { background-color: #EF63AB; }
a { background-color: rgb(239,99,171); }
div.DivClassName
{
background-color: #EF63AB;
}
.BgClassName
{
background-color: #EF63AB;
}
</style>
border-color css
<style>
span { border-color: #EF63AB; }
span { border-color: rgb(239,99,171); }
td.TdClassName
{
border-color: #EF63AB;
}
.TagClassName
{
border-color: #EF63AB;
}
</style>