Shades of Spicy Pink #EF1BAC
Tints of Spicy Pink #EF1BAC
RGB
CMYK
RGB Variations
Color information
#EF1BAC (or 0xEF1BAC) is known color: Spicy Pink. HEX triplet: EF, 1B and AC. RGB value is (239,27,172). Sum of RGB (Red+Green+Blue) = 239+27+172=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 27 (10.94% from 255 or 6.16% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1BAC is #10E453. Grayscale: #6A6A6A. Windows color (decimal): -1107028 or 11279343. OLE color: 11279343.
HSL color Cylindrical-coordinate representation of color #EF1BAC: hue angle of 318.96º 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 #EF1BAC is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 172 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.06 |
| HSL | 318.96º | 0.87% | 0.52% | - |
| HSV(B) | 318.96º | 0.89% | 0.94% | - |
| XYZ | 43.43 | 22.11 | 41.01 | - |
| YUV | 106.92 | 164.74 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 172 | 0 | 0.89 | 0.28 | 0.06 | 318.96 | 0.87 | 0.52 |
| Hex | EF | 1B | AC | 0 | 59 | 1C | 6 | 13F | 57 | 34 |
| Octal | 357 | 33 | 254 | 0 | 131 | 34 | 6 | 477 | 127 | 64 |
| Binary | 11101111 | 11011 | 10101100 | 0 | 1011001 | 11100 | 110 | 100111111 | 1010111 | 110100 |
Color Harmonies of #EF1BAC
Complementary color
Monochromatic Colors of #EF1BAC
Black with #EF1BAC
Text Example
Text Example
White with #EF1BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1BAC; }
p { color: rgb(239,27,172); }
H1.HeaderClassName
{
color: #EF1BAC;
}
.AnyTagClassName
{
color: #EF1BAC;
}
</style>
background-color css
<style>
a { background-color: #EF1BAC; }
a { background-color: rgb(239,27,172); }
div.DivClassName
{
background-color: #EF1BAC;
}
.BgClassName
{
background-color: #EF1BAC;
}
</style>
border-color css
<style>
span { border-color: #EF1BAC; }
span { border-color: rgb(239,27,172); }
td.TdClassName
{
border-color: #EF1BAC;
}
.TagClassName
{
border-color: #EF1BAC;
}
</style>