Shades of Spicy Pink #EF28B9
Tints of Spicy Pink #EF28B9
RGB
CMYK
RGB Variations
Color information
#EF28B9 (or 0xEF28B9) is known color: Spicy Pink. HEX triplet: EF, 28 and B9. RGB value is (239,40,185). Sum of RGB (Red+Green+Blue) = 239+40+185=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 40 (16.02% from 255 or 8.62% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF28B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF28B9 is #10D746. Grayscale: #737373. Windows color (decimal): -1103687 or 12134639. OLE color: 12134639.
HSL color Cylindrical-coordinate representation of color #EF28B9: hue angle of 316.28º 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 #EF28B9 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 185 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.06 |
| HSL | 316.28º | 0.86% | 0.55% | - |
| HSV(B) | 316.28º | 0.83% | 0.94% | - |
| XYZ | 45.11 | 23.37 | 48.03 | - |
| YUV | 116.03 | 166.93 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 185 | 0 | 0.83 | 0.23 | 0.06 | 316.28 | 0.86 | 0.55 |
| Hex | EF | 28 | B9 | 0 | 53 | 17 | 6 | 13C | 56 | 37 |
| Octal | 357 | 50 | 271 | 0 | 123 | 27 | 6 | 474 | 126 | 67 |
| Binary | 11101111 | 101000 | 10111001 | 0 | 1010011 | 10111 | 110 | 100111100 | 1010110 | 110111 |
Color Harmonies of #EF28B9
Complementary color
Monochromatic Colors of #EF28B9
Black with #EF28B9
Text Example
Text Example
White with #EF28B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF28B9; }
p { color: rgb(239,40,185); }
H1.HeaderClassName
{
color: #EF28B9;
}
.AnyTagClassName
{
color: #EF28B9;
}
</style>
background-color css
<style>
a { background-color: #EF28B9; }
a { background-color: rgb(239,40,185); }
div.DivClassName
{
background-color: #EF28B9;
}
.BgClassName
{
background-color: #EF28B9;
}
</style>
border-color css
<style>
span { border-color: #EF28B9; }
span { border-color: rgb(239,40,185); }
td.TdClassName
{
border-color: #EF28B9;
}
.TagClassName
{
border-color: #EF28B9;
}
</style>