Shades of Spicy Pink #EF26BC
Tints of Spicy Pink #EF26BC
RGB
CMYK
RGB Variations
Color information
#EF26BC (or 0xEF26BC) is known color: Spicy Pink. HEX triplet: EF, 26 and BC. RGB value is (239,38,188). Sum of RGB (Red+Green+Blue) = 239+38+188=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 38 (15.23% from 255 or 8.17% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF26BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF26BC is #10D943. Grayscale: #727272. Windows color (decimal): -1104196 or 12330735. OLE color: 12330735.
HSL color Cylindrical-coordinate representation of color #EF26BC: hue angle of 315.22º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF26BC is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 38 | 188 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.06 |
| HSL | 315.22º | 0.86% | 0.54% | - |
| HSV(B) | 315.22º | 0.84% | 0.94% | - |
| XYZ | 45.37 | 23.37 | 49.7 | - |
| YUV | 115.2 | 169.09 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 38 | 188 | 0 | 0.84 | 0.21 | 0.06 | 315.22 | 0.86 | 0.54 |
| Hex | EF | 26 | BC | 0 | 54 | 15 | 6 | 13B | 56 | 36 |
| Octal | 357 | 46 | 274 | 0 | 124 | 25 | 6 | 473 | 126 | 66 |
| Binary | 11101111 | 100110 | 10111100 | 0 | 1010100 | 10101 | 110 | 100111011 | 1010110 | 110110 |
Color Harmonies of #EF26BC
Complementary color
Monochromatic Colors of #EF26BC
Black with #EF26BC
Text Example
Text Example
White with #EF26BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF26BC; }
p { color: rgb(239,38,188); }
H1.HeaderClassName
{
color: #EF26BC;
}
.AnyTagClassName
{
color: #EF26BC;
}
</style>
background-color css
<style>
a { background-color: #EF26BC; }
a { background-color: rgb(239,38,188); }
div.DivClassName
{
background-color: #EF26BC;
}
.BgClassName
{
background-color: #EF26BC;
}
</style>
border-color css
<style>
span { border-color: #EF26BC; }
span { border-color: rgb(239,38,188); }
td.TdClassName
{
border-color: #EF26BC;
}
.TagClassName
{
border-color: #EF26BC;
}
</style>