Shades of Hot Pink #EF63BA
Tints of Hot Pink #EF63BA
RGB
CMYK
RGB Variations
Color information
#EF63BA (or 0xEF63BA) is known color: Hot Pink. HEX triplet: EF, 63 and BA. RGB value is (239,99,186). Sum of RGB (Red+Green+Blue) = 239+99+186=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 99 (39.06% from 255 or 18.89% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EF63BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF63BA is #109C45. Grayscale: #969696. Windows color (decimal): -1088582 or 12215279. OLE color: 12215279.
HSL color Cylindrical-coordinate representation of color #EF63BA: hue angle of 322.71º 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 #EF63BA is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 99 | 186 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.06 |
| HSL | 322.71º | 0.81% | 0.66% | - |
| HSV(B) | 322.71º | 0.59% | 0.94% | - |
| XYZ | 48.92 | 30.82 | 49.82 | - |
| YUV | 150.78 | 147.88 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 99 | 186 | 0 | 0.59 | 0.22 | 0.06 | 322.71 | 0.81 | 0.66 |
| Hex | EF | 63 | BA | 0 | 3B | 16 | 6 | 143 | 51 | 42 |
| Octal | 357 | 143 | 272 | 0 | 73 | 26 | 6 | 503 | 121 | 102 |
| Binary | 11101111 | 1100011 | 10111010 | 0 | 111011 | 10110 | 110 | 101000011 | 1010001 | 1000010 |
Color Harmonies of #EF63BA
Complementary color
Monochromatic Colors of #EF63BA
Black with #EF63BA
Text Example
Text Example
White with #EF63BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF63BA; }
p { color: rgb(239,99,186); }
H1.HeaderClassName
{
color: #EF63BA;
}
.AnyTagClassName
{
color: #EF63BA;
}
</style>
background-color css
<style>
a { background-color: #EF63BA; }
a { background-color: rgb(239,99,186); }
div.DivClassName
{
background-color: #EF63BA;
}
.BgClassName
{
background-color: #EF63BA;
}
</style>
border-color css
<style>
span { border-color: #EF63BA; }
span { border-color: rgb(239,99,186); }
td.TdClassName
{
border-color: #EF63BA;
}
.TagClassName
{
border-color: #EF63BA;
}
</style>