Shades of Hot Pink #EF51BE
Tints of Hot Pink #EF51BE
RGB
CMYK
RGB Variations
Color information
#EF51BE (or 0xEF51BE) is known color: Hot Pink. HEX triplet: EF, 51 and BE. RGB value is (239,81,190). Sum of RGB (Red+Green+Blue) = 239+81+190=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 81 (32.03% from 255 or 15.88% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF51BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF51BE is #10AE41. Grayscale: #8C8C8C. Windows color (decimal): -1093186 or 12472815. OLE color: 12472815.
HSL color Cylindrical-coordinate representation of color #EF51BE: hue angle of 318.61º 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 #EF51BE is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 190 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.06 |
| HSL | 318.61º | 0.83% | 0.63% | - |
| HSV(B) | 318.61º | 0.66% | 0.94% | - |
| XYZ | 47.83 | 27.95 | 51.59 | - |
| YUV | 140.67 | 155.85 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 190 | 0 | 0.66 | 0.21 | 0.06 | 318.61 | 0.83 | 0.63 |
| Hex | EF | 51 | BE | 0 | 42 | 15 | 6 | 13F | 53 | 3F |
| Octal | 357 | 121 | 276 | 0 | 102 | 25 | 6 | 477 | 123 | 77 |
| Binary | 11101111 | 1010001 | 10111110 | 0 | 1000010 | 10101 | 110 | 100111111 | 1010011 | 111111 |
Color Harmonies of #EF51BE
Complementary color
Monochromatic Colors of #EF51BE
Black with #EF51BE
Text Example
Text Example
White with #EF51BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF51BE; }
p { color: rgb(239,81,190); }
H1.HeaderClassName
{
color: #EF51BE;
}
.AnyTagClassName
{
color: #EF51BE;
}
</style>
background-color css
<style>
a { background-color: #EF51BE; }
a { background-color: rgb(239,81,190); }
div.DivClassName
{
background-color: #EF51BE;
}
.BgClassName
{
background-color: #EF51BE;
}
</style>
border-color css
<style>
span { border-color: #EF51BE; }
span { border-color: rgb(239,81,190); }
td.TdClassName
{
border-color: #EF51BE;
}
.TagClassName
{
border-color: #EF51BE;
}
</style>