Shades of Spicy Pink #EF23BC
Tints of Spicy Pink #EF23BC
RGB
CMYK
RGB Variations
Color information
#EF23BC (or 0xEF23BC) is known color: Spicy Pink. HEX triplet: EF, 23 and BC. RGB value is (239,35,188). Sum of RGB (Red+Green+Blue) = 239+35+188=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 35 (14.06% from 255 or 7.58% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF23BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF23BC is #10DC43. Grayscale: #717171. Windows color (decimal): -1104964 or 12329967. OLE color: 12329967.
HSL color Cylindrical-coordinate representation of color #EF23BC: hue angle of 315º 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 #EF23BC is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 35 | 188 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.06 |
| HSL | 315º | 0.86% | 0.54% | - |
| HSV(B) | 315º | 0.85% | 0.94% | - |
| XYZ | 45.27 | 23.18 | 49.67 | - |
| YUV | 113.44 | 170.09 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 35 | 188 | 0 | 0.85 | 0.21 | 0.06 | 315 | 0.86 | 0.54 |
| Hex | EF | 23 | BC | 0 | 55 | 15 | 6 | 13B | 56 | 36 |
| Octal | 357 | 43 | 274 | 0 | 125 | 25 | 6 | 473 | 126 | 66 |
| Binary | 11101111 | 100011 | 10111100 | 0 | 1010101 | 10101 | 110 | 100111011 | 1010110 | 110110 |
Color Harmonies of #EF23BC
Complementary color
Monochromatic Colors of #EF23BC
Black with #EF23BC
Text Example
Text Example
White with #EF23BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF23BC; }
p { color: rgb(239,35,188); }
H1.HeaderClassName
{
color: #EF23BC;
}
.AnyTagClassName
{
color: #EF23BC;
}
</style>
background-color css
<style>
a { background-color: #EF23BC; }
a { background-color: rgb(239,35,188); }
div.DivClassName
{
background-color: #EF23BC;
}
.BgClassName
{
background-color: #EF23BC;
}
</style>
border-color css
<style>
span { border-color: #EF23BC; }
span { border-color: rgb(239,35,188); }
td.TdClassName
{
border-color: #EF23BC;
}
.TagClassName
{
border-color: #EF23BC;
}
</style>