Shades of Spicy Pink #EF29B0
Tints of Spicy Pink #EF29B0
RGB
CMYK
RGB Variations
Color information
#EF29B0 (or 0xEF29B0) is known color: Spicy Pink. HEX triplet: EF, 29 and B0. RGB value is (239,41,176). Sum of RGB (Red+Green+Blue) = 239+41+176=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 41 (16.41% from 255 or 8.99% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF29B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF29B0 is #10D64F. Grayscale: #737373. Windows color (decimal): -1103440 or 11545071. OLE color: 11545071.
HSL color Cylindrical-coordinate representation of color #EF29B0: hue angle of 319.09º 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 #EF29B0 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 41 | 176 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.06 |
| HSL | 319.09º | 0.86% | 0.55% | - |
| HSV(B) | 319.09º | 0.83% | 0.94% | - |
| XYZ | 44.23 | 23.07 | 43.2 | - |
| YUV | 115.59 | 162.1 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 176 | 0 | 0.83 | 0.26 | 0.06 | 319.09 | 0.86 | 0.55 |
| Hex | EF | 29 | B0 | 0 | 53 | 1A | 6 | 13F | 56 | 37 |
| Octal | 357 | 51 | 260 | 0 | 123 | 32 | 6 | 477 | 126 | 67 |
| Binary | 11101111 | 101001 | 10110000 | 0 | 1010011 | 11010 | 110 | 100111111 | 1010110 | 110111 |
Color Harmonies of #EF29B0
Complementary color
Monochromatic Colors of #EF29B0
Black with #EF29B0
Text Example
Text Example
White with #EF29B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF29B0; }
p { color: rgb(239,41,176); }
H1.HeaderClassName
{
color: #EF29B0;
}
.AnyTagClassName
{
color: #EF29B0;
}
</style>
background-color css
<style>
a { background-color: #EF29B0; }
a { background-color: rgb(239,41,176); }
div.DivClassName
{
background-color: #EF29B0;
}
.BgClassName
{
background-color: #EF29B0;
}
</style>
border-color css
<style>
span { border-color: #EF29B0; }
span { border-color: rgb(239,41,176); }
td.TdClassName
{
border-color: #EF29B0;
}
.TagClassName
{
border-color: #EF29B0;
}
</style>