Shades of Spicy Pink #EF1FB7
Tints of Spicy Pink #EF1FB7
RGB
CMYK
RGB Variations
Color information
#EF1FB7 (or 0xEF1FB7) is known color: Spicy Pink. HEX triplet: EF, 1F and B7. RGB value is (239,31,183). Sum of RGB (Red+Green+Blue) = 239+31+183=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 31 (12.5% from 255 or 6.84% from 453); Blue value is 183 (71.88% from 255 or 40.40% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1FB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1FB7 is #10E048. Grayscale: #6E6E6E. Windows color (decimal): -1105993 or 12001263. OLE color: 12001263.
HSL color Cylindrical-coordinate representation of color #EF1FB7: hue angle of 316.15º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1FB7 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 31 | 183 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.06 |
| HSL | 316.15º | 0.87% | 0.53% | - |
| HSV(B) | 316.15º | 0.87% | 0.94% | - |
| XYZ | 44.63 | 22.75 | 46.84 | - |
| YUV | 110.52 | 168.91 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 31 | 183 | 0 | 0.87 | 0.23 | 0.06 | 316.15 | 0.87 | 0.53 |
| Hex | EF | 1F | B7 | 0 | 57 | 17 | 6 | 13C | 57 | 35 |
| Octal | 357 | 37 | 267 | 0 | 127 | 27 | 6 | 474 | 127 | 65 |
| Binary | 11101111 | 11111 | 10110111 | 0 | 1010111 | 10111 | 110 | 100111100 | 1010111 | 110101 |
Color Harmonies of #EF1FB7
Complementary color
Monochromatic Colors of #EF1FB7
Black with #EF1FB7
Text Example
Text Example
White with #EF1FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1FB7; }
p { color: rgb(239,31,183); }
H1.HeaderClassName
{
color: #EF1FB7;
}
.AnyTagClassName
{
color: #EF1FB7;
}
</style>
background-color css
<style>
a { background-color: #EF1FB7; }
a { background-color: rgb(239,31,183); }
div.DivClassName
{
background-color: #EF1FB7;
}
.BgClassName
{
background-color: #EF1FB7;
}
</style>
border-color css
<style>
span { border-color: #EF1FB7; }
span { border-color: rgb(239,31,183); }
td.TdClassName
{
border-color: #EF1FB7;
}
.TagClassName
{
border-color: #EF1FB7;
}
</style>