Shades of Hot Pink #EF53BA
Tints of Hot Pink #EF53BA
RGB
CMYK
RGB Variations
Color information
#EF53BA (or 0xEF53BA) is known color: Hot Pink. HEX triplet: EF, 53 and BA. RGB value is (239,83,186). Sum of RGB (Red+Green+Blue) = 239+83+186=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 83 (32.81% from 255 or 16.34% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF53BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF53BA is #10AC45. Grayscale: #8D8D8D. Windows color (decimal): -1092678 or 12211183. OLE color: 12211183.
HSL color Cylindrical-coordinate representation of color #EF53BA: hue angle of 320.38º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF53BA is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 186 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.06 |
| HSL | 320.38º | 0.83% | 0.63% | - |
| HSV(B) | 320.38º | 0.65% | 0.94% | - |
| XYZ | 47.55 | 28.08 | 49.37 | - |
| YUV | 141.39 | 153.18 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 186 | 0 | 0.65 | 0.22 | 0.06 | 320.38 | 0.83 | 0.63 |
| Hex | EF | 53 | BA | 0 | 41 | 16 | 6 | 140 | 53 | 3F |
| Octal | 357 | 123 | 272 | 0 | 101 | 26 | 6 | 500 | 123 | 77 |
| Binary | 11101111 | 1010011 | 10111010 | 0 | 1000001 | 10110 | 110 | 101000000 | 1010011 | 111111 |
Color Harmonies of #EF53BA
Complementary color
Monochromatic Colors of #EF53BA
Black with #EF53BA
Text Example
Text Example
White with #EF53BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF53BA; }
p { color: rgb(239,83,186); }
H1.HeaderClassName
{
color: #EF53BA;
}
.AnyTagClassName
{
color: #EF53BA;
}
</style>
background-color css
<style>
a { background-color: #EF53BA; }
a { background-color: rgb(239,83,186); }
div.DivClassName
{
background-color: #EF53BA;
}
.BgClassName
{
background-color: #EF53BA;
}
</style>
border-color css
<style>
span { border-color: #EF53BA; }
span { border-color: rgb(239,83,186); }
td.TdClassName
{
border-color: #EF53BA;
}
.TagClassName
{
border-color: #EF53BA;
}
</style>