Shades of Spicy Pink #EF2ABA
Tints of Spicy Pink #EF2ABA
RGB
CMYK
RGB Variations
Color information
#EF2ABA (or 0xEF2ABA) is known color: Spicy Pink. HEX triplet: EF, 2A and BA. RGB value is (239,42,186). Sum of RGB (Red+Green+Blue) = 239+42+186=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 42 (16.80% from 255 or 8.99% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2ABA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2ABA is #10D545. Grayscale: #747474. Windows color (decimal): -1103174 or 12200687. OLE color: 12200687.
HSL color Cylindrical-coordinate representation of color #EF2ABA: hue angle of 316.14º 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 #EF2ABA is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 42 | 186 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.06 |
| HSL | 316.14º | 0.86% | 0.55% | - |
| HSV(B) | 316.14º | 0.82% | 0.94% | - |
| XYZ | 45.29 | 23.55 | 48.61 | - |
| YUV | 117.32 | 166.77 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 42 | 186 | 0 | 0.82 | 0.22 | 0.06 | 316.14 | 0.86 | 0.55 |
| Hex | EF | 2A | BA | 0 | 52 | 16 | 6 | 13C | 56 | 37 |
| Octal | 357 | 52 | 272 | 0 | 122 | 26 | 6 | 474 | 126 | 67 |
| Binary | 11101111 | 101010 | 10111010 | 0 | 1010010 | 10110 | 110 | 100111100 | 1010110 | 110111 |
Color Harmonies of #EF2ABA
Complementary color
Monochromatic Colors of #EF2ABA
Black with #EF2ABA
Text Example
Text Example
White with #EF2ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2ABA; }
p { color: rgb(239,42,186); }
H1.HeaderClassName
{
color: #EF2ABA;
}
.AnyTagClassName
{
color: #EF2ABA;
}
</style>
background-color css
<style>
a { background-color: #EF2ABA; }
a { background-color: rgb(239,42,186); }
div.DivClassName
{
background-color: #EF2ABA;
}
.BgClassName
{
background-color: #EF2ABA;
}
</style>
border-color css
<style>
span { border-color: #EF2ABA; }
span { border-color: rgb(239,42,186); }
td.TdClassName
{
border-color: #EF2ABA;
}
.TagClassName
{
border-color: #EF2ABA;
}
</style>