Shades of Spicy Pink #EC29B4
Tints of Spicy Pink #EC29B4
RGB
CMYK
RGB Variations
Color information
#EC29B4 (or 0xEC29B4) is known color: Spicy Pink. HEX triplet: EC, 29 and B4. RGB value is (236,41,180). Sum of RGB (Red+Green+Blue) = 236+41+180=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 41 (16.41% from 255 or 8.97% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC29B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC29B4 is #13D64B. Grayscale: #727272. Windows color (decimal): -1300044 or 11807212. OLE color: 11807212.
HSL color Cylindrical-coordinate representation of color #EC29B4: hue angle of 317.23º 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 #EC29B4 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 180 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.07 |
| HSL | 317.23º | 0.84% | 0.54% | - |
| HSV(B) | 317.23º | 0.83% | 0.93% | - |
| XYZ | 43.62 | 22.71 | 45.27 | - |
| YUV | 115.15 | 164.6 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 180 | 0 | 0.83 | 0.24 | 0.07 | 317.23 | 0.84 | 0.54 |
| Hex | EC | 29 | B4 | 0 | 53 | 18 | 7 | 13D | 54 | 36 |
| Octal | 354 | 51 | 264 | 0 | 123 | 30 | 7 | 475 | 124 | 66 |
| Binary | 11101100 | 101001 | 10110100 | 0 | 1010011 | 11000 | 111 | 100111101 | 1010100 | 110110 |
Color Harmonies of #EC29B4
Complementary color
Monochromatic Colors of #EC29B4
Black with #EC29B4
Text Example
Text Example
White with #EC29B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC29B4; }
p { color: rgb(236,41,180); }
H1.HeaderClassName
{
color: #EC29B4;
}
.AnyTagClassName
{
color: #EC29B4;
}
</style>
background-color css
<style>
a { background-color: #EC29B4; }
a { background-color: rgb(236,41,180); }
div.DivClassName
{
background-color: #EC29B4;
}
.BgClassName
{
background-color: #EC29B4;
}
</style>
border-color css
<style>
span { border-color: #EC29B4; }
span { border-color: rgb(236,41,180); }
td.TdClassName
{
border-color: #EC29B4;
}
.TagClassName
{
border-color: #EC29B4;
}
</style>