Shades of Spicy Pink #EC29B8
Tints of Spicy Pink #EC29B8
RGB
CMYK
RGB Variations
Color information
#EC29B8 (or 0xEC29B8) is known color: Spicy Pink. HEX triplet: EC, 29 and B8. RGB value is (236,41,184). Sum of RGB (Red+Green+Blue) = 236+41+184=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 41 (16.41% from 255 or 8.89% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC29B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC29B8 is #13D647. Grayscale: #737373. Windows color (decimal): -1300040 or 12069356. OLE color: 12069356.
HSL color Cylindrical-coordinate representation of color #EC29B8: hue angle of 316º 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 #EC29B8 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 184 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.07 |
| HSL | 316º | 0.84% | 0.54% | - |
| HSV(B) | 316º | 0.83% | 0.93% | - |
| XYZ | 44.04 | 22.88 | 47.44 | - |
| YUV | 115.61 | 166.6 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 184 | 0 | 0.83 | 0.22 | 0.07 | 316 | 0.84 | 0.54 |
| Hex | EC | 29 | B8 | 0 | 53 | 16 | 7 | 13C | 54 | 36 |
| Octal | 354 | 51 | 270 | 0 | 123 | 26 | 7 | 474 | 124 | 66 |
| Binary | 11101100 | 101001 | 10111000 | 0 | 1010011 | 10110 | 111 | 100111100 | 1010100 | 110110 |
Color Harmonies of #EC29B8
Complementary color
Monochromatic Colors of #EC29B8
Black with #EC29B8
Text Example
Text Example
White with #EC29B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC29B8; }
p { color: rgb(236,41,184); }
H1.HeaderClassName
{
color: #EC29B8;
}
.AnyTagClassName
{
color: #EC29B8;
}
</style>
background-color css
<style>
a { background-color: #EC29B8; }
a { background-color: rgb(236,41,184); }
div.DivClassName
{
background-color: #EC29B8;
}
.BgClassName
{
background-color: #EC29B8;
}
</style>
border-color css
<style>
span { border-color: #EC29B8; }
span { border-color: rgb(236,41,184); }
td.TdClassName
{
border-color: #EC29B8;
}
.TagClassName
{
border-color: #EC29B8;
}
</style>