Shades of Hot Pink #EF52B8
Tints of Hot Pink #EF52B8
RGB
CMYK
RGB Variations
Color information
#EF52B8 (or 0xEF52B8) is known color: Hot Pink. HEX triplet: EF, 52 and B8. RGB value is (239,82,184). Sum of RGB (Red+Green+Blue) = 239+82+184=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 82 (32.42% from 255 or 16.24% from 505); Blue value is 184 (72.27% from 255 or 36.44% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF52B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF52B8 is #10AD47. Grayscale: #8C8C8C. Windows color (decimal): -1092936 or 12079855. OLE color: 12079855.
HSL color Cylindrical-coordinate representation of color #EF52B8: hue angle of 321.02º 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 #EF52B8 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 184 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.06 |
| HSL | 321.02º | 0.83% | 0.63% | - |
| HSV(B) | 321.02º | 0.66% | 0.94% | - |
| XYZ | 47.27 | 27.85 | 48.23 | - |
| YUV | 140.57 | 152.51 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 184 | 0 | 0.66 | 0.23 | 0.06 | 321.02 | 0.83 | 0.63 |
| Hex | EF | 52 | B8 | 0 | 42 | 17 | 6 | 141 | 53 | 3F |
| Octal | 357 | 122 | 270 | 0 | 102 | 27 | 6 | 501 | 123 | 77 |
| Binary | 11101111 | 1010010 | 10111000 | 0 | 1000010 | 10111 | 110 | 101000001 | 1010011 | 111111 |
Color Harmonies of #EF52B8
Complementary color
Monochromatic Colors of #EF52B8
Black with #EF52B8
Text Example
Text Example
White with #EF52B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF52B8; }
p { color: rgb(239,82,184); }
H1.HeaderClassName
{
color: #EF52B8;
}
.AnyTagClassName
{
color: #EF52B8;
}
</style>
background-color css
<style>
a { background-color: #EF52B8; }
a { background-color: rgb(239,82,184); }
div.DivClassName
{
background-color: #EF52B8;
}
.BgClassName
{
background-color: #EF52B8;
}
</style>
border-color css
<style>
span { border-color: #EF52B8; }
span { border-color: rgb(239,82,184); }
td.TdClassName
{
border-color: #EF52B8;
}
.TagClassName
{
border-color: #EF52B8;
}
</style>