Shades of Hot Pink #EF5AB0
Tints of Hot Pink #EF5AB0
RGB
CMYK
RGB Variations
Color information
#EF5AB0 (or 0xEF5AB0) is known color: Hot Pink. HEX triplet: EF, 5A and B0. RGB value is (239,90,176). Sum of RGB (Red+Green+Blue) = 239+90+176=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 90 (35.55% from 255 or 17.82% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5AB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5AB0 is #10A54F. Grayscale: #909090. Windows color (decimal): -1090896 or 11557615. OLE color: 11557615.
HSL color Cylindrical-coordinate representation of color #EF5AB0: hue angle of 325.37º 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 #EF5AB0 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 90 | 176 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.06 |
| HSL | 325.37º | 0.82% | 0.65% | - |
| HSV(B) | 325.37º | 0.62% | 0.94% | - |
| XYZ | 47.09 | 28.8 | 44.15 | - |
| YUV | 144.36 | 145.86 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 90 | 176 | 0 | 0.62 | 0.26 | 0.06 | 325.37 | 0.82 | 0.65 |
| Hex | EF | 5A | B0 | 0 | 3E | 1A | 6 | 145 | 52 | 41 |
| Octal | 357 | 132 | 260 | 0 | 76 | 32 | 6 | 505 | 122 | 101 |
| Binary | 11101111 | 1011010 | 10110000 | 0 | 111110 | 11010 | 110 | 101000101 | 1010010 | 1000001 |
Color Harmonies of #EF5AB0
Complementary color
Monochromatic Colors of #EF5AB0
Black with #EF5AB0
Text Example
Text Example
White with #EF5AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5AB0; }
p { color: rgb(239,90,176); }
H1.HeaderClassName
{
color: #EF5AB0;
}
.AnyTagClassName
{
color: #EF5AB0;
}
</style>
background-color css
<style>
a { background-color: #EF5AB0; }
a { background-color: rgb(239,90,176); }
div.DivClassName
{
background-color: #EF5AB0;
}
.BgClassName
{
background-color: #EF5AB0;
}
</style>
border-color css
<style>
span { border-color: #EF5AB0; }
span { border-color: rgb(239,90,176); }
td.TdClassName
{
border-color: #EF5AB0;
}
.TagClassName
{
border-color: #EF5AB0;
}
</style>