Shades of Spicy Pink #EF25BC
Tints of Spicy Pink #EF25BC
RGB
CMYK
RGB Variations
Color information
#EF25BC (or 0xEF25BC) is known color: Spicy Pink. HEX triplet: EF, 25 and BC. RGB value is (239,37,188). Sum of RGB (Red+Green+Blue) = 239+37+188=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 37 (14.84% from 255 or 7.97% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF25BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF25BC is #10DA43. Grayscale: #727272. Windows color (decimal): -1104452 or 12330479. OLE color: 12330479.
HSL color Cylindrical-coordinate representation of color #EF25BC: hue angle of 315.15º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF25BC is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 188 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.06 |
| HSL | 315.15º | 0.86% | 0.54% | - |
| HSV(B) | 315.15º | 0.85% | 0.94% | - |
| XYZ | 45.34 | 23.3 | 49.69 | - |
| YUV | 114.61 | 169.42 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 188 | 0 | 0.85 | 0.21 | 0.06 | 315.15 | 0.86 | 0.54 |
| Hex | EF | 25 | BC | 0 | 55 | 15 | 6 | 13B | 56 | 36 |
| Octal | 357 | 45 | 274 | 0 | 125 | 25 | 6 | 473 | 126 | 66 |
| Binary | 11101111 | 100101 | 10111100 | 0 | 1010101 | 10101 | 110 | 100111011 | 1010110 | 110110 |
Color Harmonies of #EF25BC
Complementary color
Monochromatic Colors of #EF25BC
Black with #EF25BC
Text Example
Text Example
White with #EF25BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF25BC; }
p { color: rgb(239,37,188); }
H1.HeaderClassName
{
color: #EF25BC;
}
.AnyTagClassName
{
color: #EF25BC;
}
</style>
background-color css
<style>
a { background-color: #EF25BC; }
a { background-color: rgb(239,37,188); }
div.DivClassName
{
background-color: #EF25BC;
}
.BgClassName
{
background-color: #EF25BC;
}
</style>
border-color css
<style>
span { border-color: #EF25BC; }
span { border-color: rgb(239,37,188); }
td.TdClassName
{
border-color: #EF25BC;
}
.TagClassName
{
border-color: #EF25BC;
}
</style>