Shades of Spicy Pink #EF23BB
Tints of Spicy Pink #EF23BB
RGB
CMYK
RGB Variations
Color information
#EF23BB (or 0xEF23BB) is known color: Spicy Pink. HEX triplet: EF, 23 and BB. RGB value is (239,35,187). Sum of RGB (Red+Green+Blue) = 239+35+187=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 35 (14.06% from 255 or 7.59% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF23BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF23BB is #10DC44. Grayscale: #707070. Windows color (decimal): -1104965 or 12264431. OLE color: 12264431.
HSL color Cylindrical-coordinate representation of color #EF23BB: hue angle of 315.29º 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 #EF23BB is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 35 | 187 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.06 |
| HSL | 315.29º | 0.86% | 0.54% | - |
| HSV(B) | 315.29º | 0.85% | 0.94% | - |
| XYZ | 45.17 | 23.14 | 49.1 | - |
| YUV | 113.32 | 169.59 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 35 | 187 | 0 | 0.85 | 0.22 | 0.06 | 315.29 | 0.86 | 0.54 |
| Hex | EF | 23 | BB | 0 | 55 | 16 | 6 | 13B | 56 | 36 |
| Octal | 357 | 43 | 273 | 0 | 125 | 26 | 6 | 473 | 126 | 66 |
| Binary | 11101111 | 100011 | 10111011 | 0 | 1010101 | 10110 | 110 | 100111011 | 1010110 | 110110 |
Color Harmonies of #EF23BB
Complementary color
Monochromatic Colors of #EF23BB
Black with #EF23BB
Text Example
Text Example
White with #EF23BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF23BB; }
p { color: rgb(239,35,187); }
H1.HeaderClassName
{
color: #EF23BB;
}
.AnyTagClassName
{
color: #EF23BB;
}
</style>
background-color css
<style>
a { background-color: #EF23BB; }
a { background-color: rgb(239,35,187); }
div.DivClassName
{
background-color: #EF23BB;
}
.BgClassName
{
background-color: #EF23BB;
}
</style>
border-color css
<style>
span { border-color: #EF23BB; }
span { border-color: rgb(239,35,187); }
td.TdClassName
{
border-color: #EF23BB;
}
.TagClassName
{
border-color: #EF23BB;
}
</style>