Shades of Spicy Pink #EF1BA9
Tints of Spicy Pink #EF1BA9
RGB
CMYK
RGB Variations
Color information
#EF1BA9 (or 0xEF1BA9) is known color: Spicy Pink. HEX triplet: EF, 1B and A9. RGB value is (239,27,169). Sum of RGB (Red+Green+Blue) = 239+27+169=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 27 (10.94% from 255 or 6.21% from 435); Blue value is 169 (66.41% from 255 or 38.85% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1BA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1BA9 is #10E456. Grayscale: #6A6A6A. Windows color (decimal): -1107031 or 11082735. OLE color: 11082735.
HSL color Cylindrical-coordinate representation of color #EF1BA9: hue angle of 319.81º 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 #EF1BA9 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 169 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.06 |
| HSL | 319.81º | 0.87% | 0.52% | - |
| HSV(B) | 319.81º | 0.89% | 0.94% | - |
| XYZ | 43.15 | 22 | 39.51 | - |
| YUV | 106.58 | 163.24 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 169 | 0 | 0.89 | 0.29 | 0.06 | 319.81 | 0.87 | 0.52 |
| Hex | EF | 1B | A9 | 0 | 59 | 1D | 6 | 140 | 57 | 34 |
| Octal | 357 | 33 | 251 | 0 | 131 | 35 | 6 | 500 | 127 | 64 |
| Binary | 11101111 | 11011 | 10101001 | 0 | 1011001 | 11101 | 110 | 101000000 | 1010111 | 110100 |
Color Harmonies of #EF1BA9
Complementary color
Monochromatic Colors of #EF1BA9
Black with #EF1BA9
Text Example
Text Example
White with #EF1BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1BA9; }
p { color: rgb(239,27,169); }
H1.HeaderClassName
{
color: #EF1BA9;
}
.AnyTagClassName
{
color: #EF1BA9;
}
</style>
background-color css
<style>
a { background-color: #EF1BA9; }
a { background-color: rgb(239,27,169); }
div.DivClassName
{
background-color: #EF1BA9;
}
.BgClassName
{
background-color: #EF1BA9;
}
</style>
border-color css
<style>
span { border-color: #EF1BA9; }
span { border-color: rgb(239,27,169); }
td.TdClassName
{
border-color: #EF1BA9;
}
.TagClassName
{
border-color: #EF1BA9;
}
</style>