Shades of Spicy Pink #EF28BB
Tints of Spicy Pink #EF28BB
RGB
CMYK
RGB Variations
Color information
#EF28BB (or 0xEF28BB) is known color: Spicy Pink. HEX triplet: EF, 28 and BB. RGB value is (239,40,187). Sum of RGB (Red+Green+Blue) = 239+40+187=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 40 (16.02% from 255 or 8.58% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF28BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF28BB is #10D744. Grayscale: #737373. Windows color (decimal): -1103685 or 12265711. OLE color: 12265711.
HSL color Cylindrical-coordinate representation of color #EF28BB: hue angle of 315.68º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF28BB is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 187 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.06 |
| HSL | 315.68º | 0.86% | 0.55% | - |
| HSV(B) | 315.68º | 0.83% | 0.94% | - |
| XYZ | 45.33 | 23.46 | 49.15 | - |
| YUV | 116.26 | 167.93 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 187 | 0 | 0.83 | 0.22 | 0.06 | 315.68 | 0.86 | 0.55 |
| Hex | EF | 28 | BB | 0 | 53 | 16 | 6 | 13C | 56 | 37 |
| Octal | 357 | 50 | 273 | 0 | 123 | 26 | 6 | 474 | 126 | 67 |
| Binary | 11101111 | 101000 | 10111011 | 0 | 1010011 | 10110 | 110 | 100111100 | 1010110 | 110111 |
Color Harmonies of #EF28BB
Complementary color
Monochromatic Colors of #EF28BB
Black with #EF28BB
Text Example
Text Example
White with #EF28BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF28BB; }
p { color: rgb(239,40,187); }
H1.HeaderClassName
{
color: #EF28BB;
}
.AnyTagClassName
{
color: #EF28BB;
}
</style>
background-color css
<style>
a { background-color: #EF28BB; }
a { background-color: rgb(239,40,187); }
div.DivClassName
{
background-color: #EF28BB;
}
.BgClassName
{
background-color: #EF28BB;
}
</style>
border-color css
<style>
span { border-color: #EF28BB; }
span { border-color: rgb(239,40,187); }
td.TdClassName
{
border-color: #EF28BB;
}
.TagClassName
{
border-color: #EF28BB;
}
</style>