Shades of Spicy Pink #EF28B0
Tints of Spicy Pink #EF28B0
RGB
CMYK
RGB Variations
Color information
#EF28B0 (or 0xEF28B0) is known color: Spicy Pink. HEX triplet: EF, 28 and B0. RGB value is (239,40,176). Sum of RGB (Red+Green+Blue) = 239+40+176=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF28B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF28B0 is #10D74F. Grayscale: #727272. Windows color (decimal): -1103696 or 11544815. OLE color: 11544815.
HSL color Cylindrical-coordinate representation of color #EF28B0: hue angle of 318.99º 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 #EF28B0 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 176 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.06 |
| HSL | 319º | 0.86% | 0.55% | - |
| HSV(B) | 319º | 0.83% | 0.94% | - |
| XYZ | 44.19 | 23 | 43.19 | - |
| YUV | 115.01 | 162.43 | 216.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 176 | 0 | 0.83 | 0.26 | 0.06 | 319 | 0.86 | 0.55 |
| Hex | EF | 28 | B0 | 0 | 53 | 1A | 6 | 13F | 56 | 37 |
| Octal | 357 | 50 | 260 | 0 | 123 | 32 | 6 | 477 | 126 | 67 |
| Binary | 11101111 | 101000 | 10110000 | 0 | 1010011 | 11010 | 110 | 100111111 | 1010110 | 110111 |
Color Harmonies of #EF28B0
Complementary color
Monochromatic Colors of #EF28B0
Black with #EF28B0
Text Example
Text Example
White with #EF28B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF28B0; }
p { color: rgb(239,40,176); }
H1.HeaderClassName
{
color: #EF28B0;
}
.AnyTagClassName
{
color: #EF28B0;
}
</style>
background-color css
<style>
a { background-color: #EF28B0; }
a { background-color: rgb(239,40,176); }
div.DivClassName
{
background-color: #EF28B0;
}
.BgClassName
{
background-color: #EF28B0;
}
</style>
border-color css
<style>
span { border-color: #EF28B0; }
span { border-color: rgb(239,40,176); }
td.TdClassName
{
border-color: #EF28B0;
}
.TagClassName
{
border-color: #EF28B0;
}
</style>