Shades of Hot Pink #EF63BC
Tints of Hot Pink #EF63BC
RGB
CMYK
RGB Variations
Color information
#EF63BC (or 0xEF63BC) is known color: Hot Pink. HEX triplet: EF, 63 and BC. RGB value is (239,99,188). Sum of RGB (Red+Green+Blue) = 239+99+188=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 99 (39.06% from 255 or 18.82% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EF63BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF63BC is #109C43. Grayscale: #969696. Windows color (decimal): -1088580 or 12346351. OLE color: 12346351.
HSL color Cylindrical-coordinate representation of color #EF63BC: hue angle of 321.86º 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 #EF63BC is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 99 | 188 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.06 |
| HSL | 321.86º | 0.81% | 0.66% | - |
| HSV(B) | 321.86º | 0.59% | 0.94% | - |
| XYZ | 49.14 | 30.91 | 50.95 | - |
| YUV | 151.01 | 148.88 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 99 | 188 | 0 | 0.59 | 0.21 | 0.06 | 321.86 | 0.81 | 0.66 |
| Hex | EF | 63 | BC | 0 | 3B | 15 | 6 | 142 | 51 | 42 |
| Octal | 357 | 143 | 274 | 0 | 73 | 25 | 6 | 502 | 121 | 102 |
| Binary | 11101111 | 1100011 | 10111100 | 0 | 111011 | 10101 | 110 | 101000010 | 1010001 | 1000010 |
Color Harmonies of #EF63BC
Complementary color
Monochromatic Colors of #EF63BC
Black with #EF63BC
Text Example
Text Example
White with #EF63BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF63BC; }
p { color: rgb(239,99,188); }
H1.HeaderClassName
{
color: #EF63BC;
}
.AnyTagClassName
{
color: #EF63BC;
}
</style>
background-color css
<style>
a { background-color: #EF63BC; }
a { background-color: rgb(239,99,188); }
div.DivClassName
{
background-color: #EF63BC;
}
.BgClassName
{
background-color: #EF63BC;
}
</style>
border-color css
<style>
span { border-color: #EF63BC; }
span { border-color: rgb(239,99,188); }
td.TdClassName
{
border-color: #EF63BC;
}
.TagClassName
{
border-color: #EF63BC;
}
</style>