Shades of Spicy Pink #EF26B8
Tints of Spicy Pink #EF26B8
RGB
CMYK
RGB Variations
Color information
#EF26B8 (or 0xEF26B8) is known color: Spicy Pink. HEX triplet: EF, 26 and B8. RGB value is (239,38,184). Sum of RGB (Red+Green+Blue) = 239+38+184=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 38 (15.23% from 255 or 8.24% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF26B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF26B8 is #10D947. Grayscale: #727272. Windows color (decimal): -1104200 or 12068591. OLE color: 12068591.
HSL color Cylindrical-coordinate representation of color #EF26B8: hue angle of 316.42º 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 #EF26B8 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 38 | 184 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.06 |
| HSL | 316.42º | 0.86% | 0.54% | - |
| HSV(B) | 316.42º | 0.84% | 0.94% | - |
| XYZ | 44.94 | 23.2 | 47.46 | - |
| YUV | 114.74 | 167.09 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 38 | 184 | 0 | 0.84 | 0.23 | 0.06 | 316.42 | 0.86 | 0.54 |
| Hex | EF | 26 | B8 | 0 | 54 | 17 | 6 | 13C | 56 | 36 |
| Octal | 357 | 46 | 270 | 0 | 124 | 27 | 6 | 474 | 126 | 66 |
| Binary | 11101111 | 100110 | 10111000 | 0 | 1010100 | 10111 | 110 | 100111100 | 1010110 | 110110 |
Color Harmonies of #EF26B8
Complementary color
Monochromatic Colors of #EF26B8
Black with #EF26B8
Text Example
Text Example
White with #EF26B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF26B8; }
p { color: rgb(239,38,184); }
H1.HeaderClassName
{
color: #EF26B8;
}
.AnyTagClassName
{
color: #EF26B8;
}
</style>
background-color css
<style>
a { background-color: #EF26B8; }
a { background-color: rgb(239,38,184); }
div.DivClassName
{
background-color: #EF26B8;
}
.BgClassName
{
background-color: #EF26B8;
}
</style>
border-color css
<style>
span { border-color: #EF26B8; }
span { border-color: rgb(239,38,184); }
td.TdClassName
{
border-color: #EF26B8;
}
.TagClassName
{
border-color: #EF26B8;
}
</style>