Shades of Hot Pink #EF50BA
Tints of Hot Pink #EF50BA
RGB
CMYK
RGB Variations
Color information
#EF50BA (or 0xEF50BA) is known color: Hot Pink. HEX triplet: EF, 50 and BA. RGB value is (239,80,186). Sum of RGB (Red+Green+Blue) = 239+80+186=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF50BA is #10AF45. Grayscale: #8B8B8B. Windows color (decimal): -1093446 or 12210415. OLE color: 12210415.
HSL color Cylindrical-coordinate representation of color #EF50BA: hue angle of 320º 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 #EF50BA is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 186 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.06 |
| HSL | 320º | 0.83% | 0.63% | - |
| HSV(B) | 320º | 0.67% | 0.94% | - |
| XYZ | 47.33 | 27.63 | 49.29 | - |
| YUV | 139.63 | 154.18 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 186 | 0 | 0.67 | 0.22 | 0.06 | 320 | 0.83 | 0.63 |
| Hex | EF | 50 | BA | 0 | 43 | 16 | 6 | 140 | 53 | 3F |
| Octal | 357 | 120 | 272 | 0 | 103 | 26 | 6 | 500 | 123 | 77 |
| Binary | 11101111 | 1010000 | 10111010 | 0 | 1000011 | 10110 | 110 | 101000000 | 1010011 | 111111 |
Color Harmonies of #EF50BA
Complementary color
Monochromatic Colors of #EF50BA
Black with #EF50BA
Text Example
Text Example
White with #EF50BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF50BA; }
p { color: rgb(239,80,186); }
H1.HeaderClassName
{
color: #EF50BA;
}
.AnyTagClassName
{
color: #EF50BA;
}
</style>
background-color css
<style>
a { background-color: #EF50BA; }
a { background-color: rgb(239,80,186); }
div.DivClassName
{
background-color: #EF50BA;
}
.BgClassName
{
background-color: #EF50BA;
}
</style>
border-color css
<style>
span { border-color: #EF50BA; }
span { border-color: rgb(239,80,186); }
td.TdClassName
{
border-color: #EF50BA;
}
.TagClassName
{
border-color: #EF50BA;
}
</style>