Shades of Hot Pink #EF50BD
Tints of Hot Pink #EF50BD
RGB
CMYK
RGB Variations
Color information
#EF50BD (or 0xEF50BD) is known color: Hot Pink. HEX triplet: EF, 50 and BD. RGB value is (239,80,189). Sum of RGB (Red+Green+Blue) = 239+80+189=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 80 (31.64% from 255 or 15.75% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF50BD is #10AF42. Grayscale: #8B8B8B. Windows color (decimal): -1093443 or 12407023. OLE color: 12407023.
HSL color Cylindrical-coordinate representation of color #EF50BD: hue angle of 318.87º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF50BD is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 189 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.06 |
| HSL | 318.87º | 0.83% | 0.63% | - |
| HSV(B) | 318.87º | 0.67% | 0.94% | - |
| XYZ | 47.65 | 27.76 | 50.99 | - |
| YUV | 139.97 | 155.68 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 189 | 0 | 0.67 | 0.21 | 0.06 | 318.87 | 0.83 | 0.63 |
| Hex | EF | 50 | BD | 0 | 43 | 15 | 6 | 13F | 53 | 3F |
| Octal | 357 | 120 | 275 | 0 | 103 | 25 | 6 | 477 | 123 | 77 |
| Binary | 11101111 | 1010000 | 10111101 | 0 | 1000011 | 10101 | 110 | 100111111 | 1010011 | 111111 |
Color Harmonies of #EF50BD
Complementary color
Monochromatic Colors of #EF50BD
Black with #EF50BD
Text Example
Text Example
White with #EF50BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF50BD; }
p { color: rgb(239,80,189); }
H1.HeaderClassName
{
color: #EF50BD;
}
.AnyTagClassName
{
color: #EF50BD;
}
</style>
background-color css
<style>
a { background-color: #EF50BD; }
a { background-color: rgb(239,80,189); }
div.DivClassName
{
background-color: #EF50BD;
}
.BgClassName
{
background-color: #EF50BD;
}
</style>
border-color css
<style>
span { border-color: #EF50BD; }
span { border-color: rgb(239,80,189); }
td.TdClassName
{
border-color: #EF50BD;
}
.TagClassName
{
border-color: #EF50BD;
}
</style>