Shades of Spicy Pink #EF1BA7
Tints of Spicy Pink #EF1BA7
RGB
CMYK
RGB Variations
Color information
#EF1BA7 (or 0xEF1BA7) is known color: Spicy Pink. HEX triplet: EF, 1B and A7. RGB value is (239,27,167). Sum of RGB (Red+Green+Blue) = 239+27+167=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 27 (10.94% from 255 or 6.24% from 433); Blue value is 167 (65.62% from 255 or 38.57% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1BA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1BA7 is #10E458. Grayscale: #6A6A6A. Windows color (decimal): -1107033 or 10951663. OLE color: 10951663.
HSL color Cylindrical-coordinate representation of color #EF1BA7: hue angle of 320.38º 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 #EF1BA7 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 167 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.06 |
| HSL | 320.38º | 0.87% | 0.52% | - |
| HSV(B) | 320.38º | 0.89% | 0.94% | - |
| XYZ | 42.96 | 21.92 | 38.53 | - |
| YUV | 106.35 | 162.24 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 167 | 0 | 0.89 | 0.30 | 0.06 | 320.38 | 0.87 | 0.52 |
| Hex | EF | 1B | A7 | 0 | 59 | 1E | 6 | 140 | 57 | 34 |
| Octal | 357 | 33 | 247 | 0 | 131 | 36 | 6 | 500 | 127 | 64 |
| Binary | 11101111 | 11011 | 10100111 | 0 | 1011001 | 11110 | 110 | 101000000 | 1010111 | 110100 |
Color Harmonies of #EF1BA7
Complementary color
Monochromatic Colors of #EF1BA7
Black with #EF1BA7
Text Example
Text Example
White with #EF1BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1BA7; }
p { color: rgb(239,27,167); }
H1.HeaderClassName
{
color: #EF1BA7;
}
.AnyTagClassName
{
color: #EF1BA7;
}
</style>
background-color css
<style>
a { background-color: #EF1BA7; }
a { background-color: rgb(239,27,167); }
div.DivClassName
{
background-color: #EF1BA7;
}
.BgClassName
{
background-color: #EF1BA7;
}
</style>
border-color css
<style>
span { border-color: #EF1BA7; }
span { border-color: rgb(239,27,167); }
td.TdClassName
{
border-color: #EF1BA7;
}
.TagClassName
{
border-color: #EF1BA7;
}
</style>