Shades of Hot Pink #EF52BD
Tints of Hot Pink #EF52BD
RGB
CMYK
RGB Variations
Color information
#EF52BD (or 0xEF52BD) is known color: Hot Pink. HEX triplet: EF, 52 and BD. RGB value is (239,82,189). Sum of RGB (Red+Green+Blue) = 239+82+189=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 82 (32.42% from 255 or 16.08% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF52BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF52BD is #10AD42. Grayscale: #8C8C8C. Windows color (decimal): -1092931 or 12407535. OLE color: 12407535.
HSL color Cylindrical-coordinate representation of color #EF52BD: hue angle of 319.11º 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 #EF52BD is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 189 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.06 |
| HSL | 319.11º | 0.83% | 0.63% | - |
| HSV(B) | 319.11º | 0.66% | 0.94% | - |
| XYZ | 47.8 | 28.06 | 51.04 | - |
| YUV | 141.14 | 155.01 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 189 | 0 | 0.66 | 0.21 | 0.06 | 319.11 | 0.83 | 0.63 |
| Hex | EF | 52 | BD | 0 | 42 | 15 | 6 | 13F | 53 | 3F |
| Octal | 357 | 122 | 275 | 0 | 102 | 25 | 6 | 477 | 123 | 77 |
| Binary | 11101111 | 1010010 | 10111101 | 0 | 1000010 | 10101 | 110 | 100111111 | 1010011 | 111111 |
Color Harmonies of #EF52BD
Complementary color
Monochromatic Colors of #EF52BD
Black with #EF52BD
Text Example
Text Example
White with #EF52BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF52BD; }
p { color: rgb(239,82,189); }
H1.HeaderClassName
{
color: #EF52BD;
}
.AnyTagClassName
{
color: #EF52BD;
}
</style>
background-color css
<style>
a { background-color: #EF52BD; }
a { background-color: rgb(239,82,189); }
div.DivClassName
{
background-color: #EF52BD;
}
.BgClassName
{
background-color: #EF52BD;
}
</style>
border-color css
<style>
span { border-color: #EF52BD; }
span { border-color: rgb(239,82,189); }
td.TdClassName
{
border-color: #EF52BD;
}
.TagClassName
{
border-color: #EF52BD;
}
</style>