Shades of Spicy Pink #EF1BAF
Tints of Spicy Pink #EF1BAF
RGB
CMYK
RGB Variations
Color information
#EF1BAF (or 0xEF1BAF) is known color: Spicy Pink. HEX triplet: EF, 1B and AF. RGB value is (239,27,175). Sum of RGB (Red+Green+Blue) = 239+27+175=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 27 (10.94% from 255 or 6.12% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1BAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1BAF is #10E450. Grayscale: #6A6A6A. Windows color (decimal): -1107025 or 11475951. OLE color: 11475951.
HSL color Cylindrical-coordinate representation of color #EF1BAF: hue angle of 318.11º 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 #EF1BAF is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 175 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.06 |
| HSL | 318.11º | 0.87% | 0.52% | - |
| HSV(B) | 318.11º | 0.89% | 0.94% | - |
| XYZ | 43.73 | 22.23 | 42.54 | - |
| YUV | 107.26 | 166.24 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 175 | 0 | 0.89 | 0.27 | 0.06 | 318.11 | 0.87 | 0.52 |
| Hex | EF | 1B | AF | 0 | 59 | 1B | 6 | 13E | 57 | 34 |
| Octal | 357 | 33 | 257 | 0 | 131 | 33 | 6 | 476 | 127 | 64 |
| Binary | 11101111 | 11011 | 10101111 | 0 | 1011001 | 11011 | 110 | 100111110 | 1010111 | 110100 |
Color Harmonies of #EF1BAF
Complementary color
Monochromatic Colors of #EF1BAF
Black with #EF1BAF
Text Example
Text Example
White with #EF1BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1BAF; }
p { color: rgb(239,27,175); }
H1.HeaderClassName
{
color: #EF1BAF;
}
.AnyTagClassName
{
color: #EF1BAF;
}
</style>
background-color css
<style>
a { background-color: #EF1BAF; }
a { background-color: rgb(239,27,175); }
div.DivClassName
{
background-color: #EF1BAF;
}
.BgClassName
{
background-color: #EF1BAF;
}
</style>
border-color css
<style>
span { border-color: #EF1BAF; }
span { border-color: rgb(239,27,175); }
td.TdClassName
{
border-color: #EF1BAF;
}
.TagClassName
{
border-color: #EF1BAF;
}
</style>