Shades of Spicy Pink #EF29B2
Tints of Spicy Pink #EF29B2
RGB
CMYK
RGB Variations
Color information
#EF29B2 (or 0xEF29B2) is known color: Spicy Pink. HEX triplet: EF, 29 and B2. RGB value is (239,41,178). Sum of RGB (Red+Green+Blue) = 239+41+178=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 41 (16.41% from 255 or 8.95% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF29B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF29B2 is #10D64D. Grayscale: #737373. Windows color (decimal): -1103438 or 11676143. OLE color: 11676143.
HSL color Cylindrical-coordinate representation of color #EF29B2: hue angle of 318.48º 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 #EF29B2 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 41 | 178 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.06 |
| HSL | 318.48º | 0.86% | 0.55% | - |
| HSV(B) | 318.48º | 0.83% | 0.94% | - |
| XYZ | 44.43 | 23.15 | 44.25 | - |
| YUV | 115.82 | 163.1 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 178 | 0 | 0.83 | 0.26 | 0.06 | 318.48 | 0.86 | 0.55 |
| Hex | EF | 29 | B2 | 0 | 53 | 1A | 6 | 13E | 56 | 37 |
| Octal | 357 | 51 | 262 | 0 | 123 | 32 | 6 | 476 | 126 | 67 |
| Binary | 11101111 | 101001 | 10110010 | 0 | 1010011 | 11010 | 110 | 100111110 | 1010110 | 110111 |
Color Harmonies of #EF29B2
Complementary color
Monochromatic Colors of #EF29B2
Black with #EF29B2
Text Example
Text Example
White with #EF29B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF29B2; }
p { color: rgb(239,41,178); }
H1.HeaderClassName
{
color: #EF29B2;
}
.AnyTagClassName
{
color: #EF29B2;
}
</style>
background-color css
<style>
a { background-color: #EF29B2; }
a { background-color: rgb(239,41,178); }
div.DivClassName
{
background-color: #EF29B2;
}
.BgClassName
{
background-color: #EF29B2;
}
</style>
border-color css
<style>
span { border-color: #EF29B2; }
span { border-color: rgb(239,41,178); }
td.TdClassName
{
border-color: #EF29B2;
}
.TagClassName
{
border-color: #EF29B2;
}
</style>