Shades of Hot Pink #EF53BD
Tints of Hot Pink #EF53BD
RGB
CMYK
RGB Variations
Color information
#EF53BD (or 0xEF53BD) is known color: Hot Pink. HEX triplet: EF, 53 and BD. RGB value is (239,83,189). Sum of RGB (Red+Green+Blue) = 239+83+189=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 83 (32.81% from 255 or 16.24% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF53BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF53BD is #10AC42. Grayscale: #8D8D8D. Windows color (decimal): -1092675 or 12407791. OLE color: 12407791.
HSL color Cylindrical-coordinate representation of color #EF53BD: hue angle of 319.23º 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 #EF53BD is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 189 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.06 |
| HSL | 319.23º | 0.83% | 0.63% | - |
| HSV(B) | 319.23º | 0.65% | 0.94% | - |
| XYZ | 47.88 | 28.21 | 51.07 | - |
| YUV | 141.73 | 154.68 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 189 | 0 | 0.65 | 0.21 | 0.06 | 319.23 | 0.83 | 0.63 |
| Hex | EF | 53 | BD | 0 | 41 | 15 | 6 | 13F | 53 | 3F |
| Octal | 357 | 123 | 275 | 0 | 101 | 25 | 6 | 477 | 123 | 77 |
| Binary | 11101111 | 1010011 | 10111101 | 0 | 1000001 | 10101 | 110 | 100111111 | 1010011 | 111111 |
Color Harmonies of #EF53BD
Complementary color
Monochromatic Colors of #EF53BD
Black with #EF53BD
Text Example
Text Example
White with #EF53BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF53BD; }
p { color: rgb(239,83,189); }
H1.HeaderClassName
{
color: #EF53BD;
}
.AnyTagClassName
{
color: #EF53BD;
}
</style>
background-color css
<style>
a { background-color: #EF53BD; }
a { background-color: rgb(239,83,189); }
div.DivClassName
{
background-color: #EF53BD;
}
.BgClassName
{
background-color: #EF53BD;
}
</style>
border-color css
<style>
span { border-color: #EF53BD; }
span { border-color: rgb(239,83,189); }
td.TdClassName
{
border-color: #EF53BD;
}
.TagClassName
{
border-color: #EF53BD;
}
</style>