Shades of Spicy Pink #EF20B9
Tints of Spicy Pink #EF20B9
RGB
CMYK
RGB Variations
Color information
#EF20B9 (or 0xEF20B9) is known color: Spicy Pink. HEX triplet: EF, 20 and B9. RGB value is (239,32,185). Sum of RGB (Red+Green+Blue) = 239+32+185=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 32 (12.89% from 255 or 7.02% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF20B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF20B9 is #10DF46. Grayscale: #6E6E6E. Windows color (decimal): -1105735 or 12132591. OLE color: 12132591.
HSL color Cylindrical-coordinate representation of color #EF20B9: hue angle of 315.65º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF20B9 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 185 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.06 |
| HSL | 315.65º | 0.87% | 0.53% | - |
| HSV(B) | 315.65º | 0.87% | 0.94% | - |
| XYZ | 44.87 | 22.89 | 47.95 | - |
| YUV | 111.34 | 169.58 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 185 | 0 | 0.87 | 0.23 | 0.06 | 315.65 | 0.87 | 0.53 |
| Hex | EF | 20 | B9 | 0 | 57 | 17 | 6 | 13C | 57 | 35 |
| Octal | 357 | 40 | 271 | 0 | 127 | 27 | 6 | 474 | 127 | 65 |
| Binary | 11101111 | 100000 | 10111001 | 0 | 1010111 | 10111 | 110 | 100111100 | 1010111 | 110101 |
Color Harmonies of #EF20B9
Complementary color
Monochromatic Colors of #EF20B9
Black with #EF20B9
Text Example
Text Example
White with #EF20B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF20B9; }
p { color: rgb(239,32,185); }
H1.HeaderClassName
{
color: #EF20B9;
}
.AnyTagClassName
{
color: #EF20B9;
}
</style>
background-color css
<style>
a { background-color: #EF20B9; }
a { background-color: rgb(239,32,185); }
div.DivClassName
{
background-color: #EF20B9;
}
.BgClassName
{
background-color: #EF20B9;
}
</style>
border-color css
<style>
span { border-color: #EF20B9; }
span { border-color: rgb(239,32,185); }
td.TdClassName
{
border-color: #EF20B9;
}
.TagClassName
{
border-color: #EF20B9;
}
</style>