Shades of Spicy Pink #EF2AB7
Tints of Spicy Pink #EF2AB7
RGB
CMYK
RGB Variations
Color information
#EF2AB7 (or 0xEF2AB7) is known color: Spicy Pink. HEX triplet: EF, 2A and B7. RGB value is (239,42,183). Sum of RGB (Red+Green+Blue) = 239+42+183=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 42 (16.80% from 255 or 9.05% from 464); Blue value is 183 (71.88% from 255 or 39.44% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2AB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2AB7 is #10D548. Grayscale: #747474. Windows color (decimal): -1103177 or 12004079. OLE color: 12004079.
HSL color Cylindrical-coordinate representation of color #EF2AB7: hue angle of 317.06º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2AB7 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 42 | 183 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.06 |
| HSL | 317.06º | 0.86% | 0.55% | - |
| HSV(B) | 317.06º | 0.82% | 0.94% | - |
| XYZ | 44.97 | 23.43 | 46.95 | - |
| YUV | 116.98 | 165.27 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 42 | 183 | 0 | 0.82 | 0.23 | 0.06 | 317.06 | 0.86 | 0.55 |
| Hex | EF | 2A | B7 | 0 | 52 | 17 | 6 | 13D | 56 | 37 |
| Octal | 357 | 52 | 267 | 0 | 122 | 27 | 6 | 475 | 126 | 67 |
| Binary | 11101111 | 101010 | 10110111 | 0 | 1010010 | 10111 | 110 | 100111101 | 1010110 | 110111 |
Color Harmonies of #EF2AB7
Complementary color
Monochromatic Colors of #EF2AB7
Black with #EF2AB7
Text Example
Text Example
White with #EF2AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2AB7; }
p { color: rgb(239,42,183); }
H1.HeaderClassName
{
color: #EF2AB7;
}
.AnyTagClassName
{
color: #EF2AB7;
}
</style>
background-color css
<style>
a { background-color: #EF2AB7; }
a { background-color: rgb(239,42,183); }
div.DivClassName
{
background-color: #EF2AB7;
}
.BgClassName
{
background-color: #EF2AB7;
}
</style>
border-color css
<style>
span { border-color: #EF2AB7; }
span { border-color: rgb(239,42,183); }
td.TdClassName
{
border-color: #EF2AB7;
}
.TagClassName
{
border-color: #EF2AB7;
}
</style>