Shades of Hot Pink #EF5AB1
Tints of Hot Pink #EF5AB1
RGB
CMYK
RGB Variations
Color information
#EF5AB1 (or 0xEF5AB1) is known color: Hot Pink. HEX triplet: EF, 5A and B1. RGB value is (239,90,177). Sum of RGB (Red+Green+Blue) = 239+90+177=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 90 (35.55% from 255 or 17.79% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5AB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5AB1 is #10A54E. Grayscale: #909090. Windows color (decimal): -1090895 or 11623151. OLE color: 11623151.
HSL color Cylindrical-coordinate representation of color #EF5AB1: hue angle of 324.97º 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 #EF5AB1 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 90 | 177 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.06 |
| HSL | 324.97º | 0.82% | 0.65% | - |
| HSV(B) | 324.97º | 0.62% | 0.94% | - |
| XYZ | 47.19 | 28.84 | 44.67 | - |
| YUV | 144.47 | 146.36 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 90 | 177 | 0 | 0.62 | 0.26 | 0.06 | 324.97 | 0.82 | 0.65 |
| Hex | EF | 5A | B1 | 0 | 3E | 1A | 6 | 145 | 52 | 41 |
| Octal | 357 | 132 | 261 | 0 | 76 | 32 | 6 | 505 | 122 | 101 |
| Binary | 11101111 | 1011010 | 10110001 | 0 | 111110 | 11010 | 110 | 101000101 | 1010010 | 1000001 |
Color Harmonies of #EF5AB1
Complementary color
Monochromatic Colors of #EF5AB1
Black with #EF5AB1
Text Example
Text Example
White with #EF5AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5AB1; }
p { color: rgb(239,90,177); }
H1.HeaderClassName
{
color: #EF5AB1;
}
.AnyTagClassName
{
color: #EF5AB1;
}
</style>
background-color css
<style>
a { background-color: #EF5AB1; }
a { background-color: rgb(239,90,177); }
div.DivClassName
{
background-color: #EF5AB1;
}
.BgClassName
{
background-color: #EF5AB1;
}
</style>
border-color css
<style>
span { border-color: #EF5AB1; }
span { border-color: rgb(239,90,177); }
td.TdClassName
{
border-color: #EF5AB1;
}
.TagClassName
{
border-color: #EF5AB1;
}
</style>