Shades of Spicy Pink #EF24BC
Tints of Spicy Pink #EF24BC
RGB
CMYK
RGB Variations
Color information
#EF24BC (or 0xEF24BC) is known color: Spicy Pink. HEX triplet: EF, 24 and BC. RGB value is (239,36,188). Sum of RGB (Red+Green+Blue) = 239+36+188=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 36 (14.45% from 255 or 7.78% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF24BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF24BC is #10DB43. Grayscale: #717171. Windows color (decimal): -1104708 or 12330223. OLE color: 12330223.
HSL color Cylindrical-coordinate representation of color #EF24BC: hue angle of 315.07º 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 #EF24BC is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 36 | 188 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.06 |
| HSL | 315.07º | 0.86% | 0.54% | - |
| HSV(B) | 315.07º | 0.85% | 0.94% | - |
| XYZ | 45.3 | 23.24 | 49.68 | - |
| YUV | 114.03 | 169.75 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 36 | 188 | 0 | 0.85 | 0.21 | 0.06 | 315.07 | 0.86 | 0.54 |
| Hex | EF | 24 | BC | 0 | 55 | 15 | 6 | 13B | 56 | 36 |
| Octal | 357 | 44 | 274 | 0 | 125 | 25 | 6 | 473 | 126 | 66 |
| Binary | 11101111 | 100100 | 10111100 | 0 | 1010101 | 10101 | 110 | 100111011 | 1010110 | 110110 |
Color Harmonies of #EF24BC
Complementary color
Monochromatic Colors of #EF24BC
Black with #EF24BC
Text Example
Text Example
White with #EF24BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF24BC; }
p { color: rgb(239,36,188); }
H1.HeaderClassName
{
color: #EF24BC;
}
.AnyTagClassName
{
color: #EF24BC;
}
</style>
background-color css
<style>
a { background-color: #EF24BC; }
a { background-color: rgb(239,36,188); }
div.DivClassName
{
background-color: #EF24BC;
}
.BgClassName
{
background-color: #EF24BC;
}
</style>
border-color css
<style>
span { border-color: #EF24BC; }
span { border-color: rgb(239,36,188); }
td.TdClassName
{
border-color: #EF24BC;
}
.TagClassName
{
border-color: #EF24BC;
}
</style>