Shades of Hot Pink #EF63AF
Tints of Hot Pink #EF63AF
RGB
CMYK
RGB Variations
Color information
#EF63AF (or 0xEF63AF) is known color: Hot Pink. HEX triplet: EF, 63 and AF. RGB value is (239,99,175). Sum of RGB (Red+Green+Blue) = 239+99+175=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF63AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF63AF is #109C50. Grayscale: #959595. Windows color (decimal): -1088593 or 11494383. OLE color: 11494383.
HSL color Cylindrical-coordinate representation of color #EF63AF: hue angle of 327.43º 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 #EF63AF is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 99 | 175 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.06 |
| HSL | 327.43º | 0.81% | 0.66% | - |
| HSV(B) | 327.43º | 0.59% | 0.94% | - |
| XYZ | 47.8 | 30.37 | 43.9 | - |
| YUV | 149.52 | 142.38 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 99 | 175 | 0 | 0.59 | 0.27 | 0.06 | 327.43 | 0.81 | 0.66 |
| Hex | EF | 63 | AF | 0 | 3B | 1B | 6 | 147 | 51 | 42 |
| Octal | 357 | 143 | 257 | 0 | 73 | 33 | 6 | 507 | 121 | 102 |
| Binary | 11101111 | 1100011 | 10101111 | 0 | 111011 | 11011 | 110 | 101000111 | 1010001 | 1000010 |
Color Harmonies of #EF63AF
Complementary color
Monochromatic Colors of #EF63AF
Black with #EF63AF
Text Example
Text Example
White with #EF63AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF63AF; }
p { color: rgb(239,99,175); }
H1.HeaderClassName
{
color: #EF63AF;
}
.AnyTagClassName
{
color: #EF63AF;
}
</style>
background-color css
<style>
a { background-color: #EF63AF; }
a { background-color: rgb(239,99,175); }
div.DivClassName
{
background-color: #EF63AF;
}
.BgClassName
{
background-color: #EF63AF;
}
</style>
border-color css
<style>
span { border-color: #EF63AF; }
span { border-color: rgb(239,99,175); }
td.TdClassName
{
border-color: #EF63AF;
}
.TagClassName
{
border-color: #EF63AF;
}
</style>