Shades of Spicy Pink #EC24BB
Tints of Spicy Pink #EC24BB
RGB
CMYK
RGB Variations
Color information
#EC24BB (or 0xEC24BB) is known color: Spicy Pink. HEX triplet: EC, 24 and BB. RGB value is (236,36,187). Sum of RGB (Red+Green+Blue) = 236+36+187=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 36 (14.45% from 255 or 7.84% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC24BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC24BB is #13DB44. Grayscale: #707070. Windows color (decimal): -1301317 or 12264684. OLE color: 12264684.
HSL color Cylindrical-coordinate representation of color #EC24BB: hue angle of 314.7º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC24BB is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 36 | 187 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.07 |
| HSL | 314.7º | 0.84% | 0.53% | - |
| HSV(B) | 314.7º | 0.85% | 0.93% | - |
| XYZ | 44.19 | 22.68 | 49.06 | - |
| YUV | 113.01 | 169.76 | 215.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 187 | 0 | 0.85 | 0.21 | 0.07 | 314.7 | 0.84 | 0.53 |
| Hex | EC | 24 | BB | 0 | 55 | 15 | 7 | 13B | 54 | 35 |
| Octal | 354 | 44 | 273 | 0 | 125 | 25 | 7 | 473 | 124 | 65 |
| Binary | 11101100 | 100100 | 10111011 | 0 | 1010101 | 10101 | 111 | 100111011 | 1010100 | 110101 |
Color Harmonies of #EC24BB
Complementary color
Monochromatic Colors of #EC24BB
Black with #EC24BB
Text Example
Text Example
White with #EC24BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC24BB; }
p { color: rgb(236,36,187); }
H1.HeaderClassName
{
color: #EC24BB;
}
.AnyTagClassName
{
color: #EC24BB;
}
</style>
background-color css
<style>
a { background-color: #EC24BB; }
a { background-color: rgb(236,36,187); }
div.DivClassName
{
background-color: #EC24BB;
}
.BgClassName
{
background-color: #EC24BB;
}
</style>
border-color css
<style>
span { border-color: #EC24BB; }
span { border-color: rgb(236,36,187); }
td.TdClassName
{
border-color: #EC24BB;
}
.TagClassName
{
border-color: #EC24BB;
}
</style>