Shades of Hot Pink #EF51BC
Tints of Hot Pink #EF51BC
RGB
CMYK
RGB Variations
Color information
#EF51BC (or 0xEF51BC) is known color: Hot Pink. HEX triplet: EF, 51 and BC. RGB value is (239,81,188). Sum of RGB (Red+Green+Blue) = 239+81+188=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 81 (32.03% from 255 or 15.94% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF51BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF51BC is #10AE43. Grayscale: #8C8C8C. Windows color (decimal): -1093188 or 12341743. OLE color: 12341743.
HSL color Cylindrical-coordinate representation of color #EF51BC: hue angle of 319.37º 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 #EF51BC is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 188 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.06 |
| HSL | 319.37º | 0.83% | 0.63% | - |
| HSV(B) | 319.37º | 0.66% | 0.94% | - |
| XYZ | 47.62 | 27.87 | 50.45 | - |
| YUV | 140.44 | 154.85 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 188 | 0 | 0.66 | 0.21 | 0.06 | 319.37 | 0.83 | 0.63 |
| Hex | EF | 51 | BC | 0 | 42 | 15 | 6 | 13F | 53 | 3F |
| Octal | 357 | 121 | 274 | 0 | 102 | 25 | 6 | 477 | 123 | 77 |
| Binary | 11101111 | 1010001 | 10111100 | 0 | 1000010 | 10101 | 110 | 100111111 | 1010011 | 111111 |
Color Harmonies of #EF51BC
Complementary color
Monochromatic Colors of #EF51BC
Black with #EF51BC
Text Example
Text Example
White with #EF51BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF51BC; }
p { color: rgb(239,81,188); }
H1.HeaderClassName
{
color: #EF51BC;
}
.AnyTagClassName
{
color: #EF51BC;
}
</style>
background-color css
<style>
a { background-color: #EF51BC; }
a { background-color: rgb(239,81,188); }
div.DivClassName
{
background-color: #EF51BC;
}
.BgClassName
{
background-color: #EF51BC;
}
</style>
border-color css
<style>
span { border-color: #EF51BC; }
span { border-color: rgb(239,81,188); }
td.TdClassName
{
border-color: #EF51BC;
}
.TagClassName
{
border-color: #EF51BC;
}
</style>