Shades of Spicy Pink #EC29B1
Tints of Spicy Pink #EC29B1
RGB
CMYK
RGB Variations
Color information
#EC29B1 (or 0xEC29B1) is known color: Spicy Pink. HEX triplet: EC, 29 and B1. RGB value is (236,41,177). Sum of RGB (Red+Green+Blue) = 236+41+177=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 41 (16.41% from 255 or 9.03% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC29B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC29B1 is #13D64E. Grayscale: #727272. Windows color (decimal): -1300047 or 11610604. OLE color: 11610604.
HSL color Cylindrical-coordinate representation of color #EC29B1: hue angle of 318.15º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC29B1 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 177 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.07 |
| HSL | 318.15º | 0.84% | 0.54% | - |
| HSV(B) | 318.15º | 0.83% | 0.93% | - |
| XYZ | 43.32 | 22.59 | 43.67 | - |
| YUV | 114.81 | 163.1 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 177 | 0 | 0.83 | 0.25 | 0.07 | 318.15 | 0.84 | 0.54 |
| Hex | EC | 29 | B1 | 0 | 53 | 19 | 7 | 13E | 54 | 36 |
| Octal | 354 | 51 | 261 | 0 | 123 | 31 | 7 | 476 | 124 | 66 |
| Binary | 11101100 | 101001 | 10110001 | 0 | 1010011 | 11001 | 111 | 100111110 | 1010100 | 110110 |
Color Harmonies of #EC29B1
Complementary color
Monochromatic Colors of #EC29B1
Black with #EC29B1
Text Example
Text Example
White with #EC29B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC29B1; }
p { color: rgb(236,41,177); }
H1.HeaderClassName
{
color: #EC29B1;
}
.AnyTagClassName
{
color: #EC29B1;
}
</style>
background-color css
<style>
a { background-color: #EC29B1; }
a { background-color: rgb(236,41,177); }
div.DivClassName
{
background-color: #EC29B1;
}
.BgClassName
{
background-color: #EC29B1;
}
</style>
border-color css
<style>
span { border-color: #EC29B1; }
span { border-color: rgb(236,41,177); }
td.TdClassName
{
border-color: #EC29B1;
}
.TagClassName
{
border-color: #EC29B1;
}
</style>