Shades of Hot Pink #EF52B9
Tints of Hot Pink #EF52B9
RGB
CMYK
RGB Variations
Color information
#EF52B9 (or 0xEF52B9) is known color: Hot Pink. HEX triplet: EF, 52 and B9. RGB value is (239,82,185). Sum of RGB (Red+Green+Blue) = 239+82+185=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 82 (32.42% from 255 or 16.21% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF52B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF52B9 is #10AD46. Grayscale: #8C8C8C. Windows color (decimal): -1092935 or 12145391. OLE color: 12145391.
HSL color Cylindrical-coordinate representation of color #EF52B9: hue angle of 320.64º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF52B9 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 185 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.06 |
| HSL | 320.64º | 0.83% | 0.63% | - |
| HSV(B) | 320.64º | 0.66% | 0.94% | - |
| XYZ | 47.37 | 27.89 | 48.79 | - |
| YUV | 140.69 | 153.01 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 185 | 0 | 0.66 | 0.23 | 0.06 | 320.64 | 0.83 | 0.63 |
| Hex | EF | 52 | B9 | 0 | 42 | 17 | 6 | 141 | 53 | 3F |
| Octal | 357 | 122 | 271 | 0 | 102 | 27 | 6 | 501 | 123 | 77 |
| Binary | 11101111 | 1010010 | 10111001 | 0 | 1000010 | 10111 | 110 | 101000001 | 1010011 | 111111 |
Color Harmonies of #EF52B9
Complementary color
Monochromatic Colors of #EF52B9
Black with #EF52B9
Text Example
Text Example
White with #EF52B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF52B9; }
p { color: rgb(239,82,185); }
H1.HeaderClassName
{
color: #EF52B9;
}
.AnyTagClassName
{
color: #EF52B9;
}
</style>
background-color css
<style>
a { background-color: #EF52B9; }
a { background-color: rgb(239,82,185); }
div.DivClassName
{
background-color: #EF52B9;
}
.BgClassName
{
background-color: #EF52B9;
}
</style>
border-color css
<style>
span { border-color: #EF52B9; }
span { border-color: rgb(239,82,185); }
td.TdClassName
{
border-color: #EF52B9;
}
.TagClassName
{
border-color: #EF52B9;
}
</style>