Shades of Hot Pink #EF53B9
Tints of Hot Pink #EF53B9
RGB
CMYK
RGB Variations
Color information
#EF53B9 (or 0xEF53B9) is known color: Hot Pink. HEX triplet: EF, 53 and B9. RGB value is (239,83,185). Sum of RGB (Red+Green+Blue) = 239+83+185=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 83 (32.81% from 255 or 16.37% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF53B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF53B9 is #10AC46. Grayscale: #8D8D8D. Windows color (decimal): -1092679 or 12145647. OLE color: 12145647.
HSL color Cylindrical-coordinate representation of color #EF53B9: hue angle of 320.77º 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 #EF53B9 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 185 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.06 |
| HSL | 320.77º | 0.83% | 0.63% | - |
| HSV(B) | 320.77º | 0.65% | 0.94% | - |
| XYZ | 47.45 | 28.04 | 48.81 | - |
| YUV | 141.27 | 152.68 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 185 | 0 | 0.65 | 0.23 | 0.06 | 320.77 | 0.83 | 0.63 |
| Hex | EF | 53 | B9 | 0 | 41 | 17 | 6 | 141 | 53 | 3F |
| Octal | 357 | 123 | 271 | 0 | 101 | 27 | 6 | 501 | 123 | 77 |
| Binary | 11101111 | 1010011 | 10111001 | 0 | 1000001 | 10111 | 110 | 101000001 | 1010011 | 111111 |
Color Harmonies of #EF53B9
Complementary color
Monochromatic Colors of #EF53B9
Black with #EF53B9
Text Example
Text Example
White with #EF53B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF53B9; }
p { color: rgb(239,83,185); }
H1.HeaderClassName
{
color: #EF53B9;
}
.AnyTagClassName
{
color: #EF53B9;
}
</style>
background-color css
<style>
a { background-color: #EF53B9; }
a { background-color: rgb(239,83,185); }
div.DivClassName
{
background-color: #EF53B9;
}
.BgClassName
{
background-color: #EF53B9;
}
</style>
border-color css
<style>
span { border-color: #EF53B9; }
span { border-color: rgb(239,83,185); }
td.TdClassName
{
border-color: #EF53B9;
}
.TagClassName
{
border-color: #EF53B9;
}
</style>