Shades of Hot Pink #EF5BB0
Tints of Hot Pink #EF5BB0
RGB
CMYK
RGB Variations
Color information
#EF5BB0 (or 0xEF5BB0) is known color: Hot Pink. HEX triplet: EF, 5B and B0. RGB value is (239,91,176). Sum of RGB (Red+Green+Blue) = 239+91+176=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5BB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5BB0 is #10A44F. Grayscale: #909090. Windows color (decimal): -1090640 or 11557871. OLE color: 11557871.
HSL color Cylindrical-coordinate representation of color #EF5BB0: hue angle of 325.54º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5BB0 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 91 | 176 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.06 |
| HSL | 325.54º | 0.82% | 0.65% | - |
| HSV(B) | 325.54º | 0.62% | 0.94% | - |
| XYZ | 47.17 | 28.97 | 44.18 | - |
| YUV | 144.94 | 145.53 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 91 | 176 | 0 | 0.62 | 0.26 | 0.06 | 325.54 | 0.82 | 0.65 |
| Hex | EF | 5B | B0 | 0 | 3E | 1A | 6 | 146 | 52 | 41 |
| Octal | 357 | 133 | 260 | 0 | 76 | 32 | 6 | 506 | 122 | 101 |
| Binary | 11101111 | 1011011 | 10110000 | 0 | 111110 | 11010 | 110 | 101000110 | 1010010 | 1000001 |
Color Harmonies of #EF5BB0
Complementary color
Monochromatic Colors of #EF5BB0
Black with #EF5BB0
Text Example
Text Example
White with #EF5BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5BB0; }
p { color: rgb(239,91,176); }
H1.HeaderClassName
{
color: #EF5BB0;
}
.AnyTagClassName
{
color: #EF5BB0;
}
</style>
background-color css
<style>
a { background-color: #EF5BB0; }
a { background-color: rgb(239,91,176); }
div.DivClassName
{
background-color: #EF5BB0;
}
.BgClassName
{
background-color: #EF5BB0;
}
</style>
border-color css
<style>
span { border-color: #EF5BB0; }
span { border-color: rgb(239,91,176); }
td.TdClassName
{
border-color: #EF5BB0;
}
.TagClassName
{
border-color: #EF5BB0;
}
</style>