Shades of Hot Pink #EF51BA
Tints of Hot Pink #EF51BA
RGB
CMYK
RGB Variations
Color information
#EF51BA (or 0xEF51BA) is known color: Hot Pink. HEX triplet: EF, 51 and BA. RGB value is (239,81,186). Sum of RGB (Red+Green+Blue) = 239+81+186=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 81 (32.03% from 255 or 16.01% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF51BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF51BA is #10AE45. Grayscale: #8B8B8B. Windows color (decimal): -1093190 or 12210671. OLE color: 12210671.
HSL color Cylindrical-coordinate representation of color #EF51BA: hue angle of 320.13º 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 #EF51BA is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 186 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.06 |
| HSL | 320.13º | 0.83% | 0.63% | - |
| HSV(B) | 320.13º | 0.66% | 0.94% | - |
| XYZ | 47.4 | 27.78 | 49.32 | - |
| YUV | 140.21 | 153.85 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 186 | 0 | 0.66 | 0.22 | 0.06 | 320.13 | 0.83 | 0.63 |
| Hex | EF | 51 | BA | 0 | 42 | 16 | 6 | 140 | 53 | 3F |
| Octal | 357 | 121 | 272 | 0 | 102 | 26 | 6 | 500 | 123 | 77 |
| Binary | 11101111 | 1010001 | 10111010 | 0 | 1000010 | 10110 | 110 | 101000000 | 1010011 | 111111 |
Color Harmonies of #EF51BA
Complementary color
Monochromatic Colors of #EF51BA
Black with #EF51BA
Text Example
Text Example
White with #EF51BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF51BA; }
p { color: rgb(239,81,186); }
H1.HeaderClassName
{
color: #EF51BA;
}
.AnyTagClassName
{
color: #EF51BA;
}
</style>
background-color css
<style>
a { background-color: #EF51BA; }
a { background-color: rgb(239,81,186); }
div.DivClassName
{
background-color: #EF51BA;
}
.BgClassName
{
background-color: #EF51BA;
}
</style>
border-color css
<style>
span { border-color: #EF51BA; }
span { border-color: rgb(239,81,186); }
td.TdClassName
{
border-color: #EF51BA;
}
.TagClassName
{
border-color: #EF51BA;
}
</style>