Shades of Spicy Pink #EF1BAB
Tints of Spicy Pink #EF1BAB
RGB
CMYK
RGB Variations
Color information
#EF1BAB (or 0xEF1BAB) is known color: Spicy Pink. HEX triplet: EF, 1B and AB. RGB value is (239,27,171). Sum of RGB (Red+Green+Blue) = 239+27+171=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 27 (10.94% from 255 or 6.18% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1BAB is #10E454. Grayscale: #6A6A6A. Windows color (decimal): -1107029 or 11213807. OLE color: 11213807.
HSL color Cylindrical-coordinate representation of color #EF1BAB: hue angle of 319.25º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1BAB is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 171 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.06 |
| HSL | 319.25º | 0.87% | 0.52% | - |
| HSV(B) | 319.25º | 0.89% | 0.94% | - |
| XYZ | 43.34 | 22.07 | 40.5 | - |
| YUV | 106.8 | 164.24 | 222.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 171 | 0 | 0.89 | 0.28 | 0.06 | 319.25 | 0.87 | 0.52 |
| Hex | EF | 1B | AB | 0 | 59 | 1C | 6 | 13F | 57 | 34 |
| Octal | 357 | 33 | 253 | 0 | 131 | 34 | 6 | 477 | 127 | 64 |
| Binary | 11101111 | 11011 | 10101011 | 0 | 1011001 | 11100 | 110 | 100111111 | 1010111 | 110100 |
Color Harmonies of #EF1BAB
Complementary color
Monochromatic Colors of #EF1BAB
Black with #EF1BAB
Text Example
Text Example
White with #EF1BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1BAB; }
p { color: rgb(239,27,171); }
H1.HeaderClassName
{
color: #EF1BAB;
}
.AnyTagClassName
{
color: #EF1BAB;
}
</style>
background-color css
<style>
a { background-color: #EF1BAB; }
a { background-color: rgb(239,27,171); }
div.DivClassName
{
background-color: #EF1BAB;
}
.BgClassName
{
background-color: #EF1BAB;
}
</style>
border-color css
<style>
span { border-color: #EF1BAB; }
span { border-color: rgb(239,27,171); }
td.TdClassName
{
border-color: #EF1BAB;
}
.TagClassName
{
border-color: #EF1BAB;
}
</style>