Shades of Spicy Pink #EC25BB
Tints of Spicy Pink #EC25BB
RGB
CMYK
RGB Variations
Color information
#EC25BB (or 0xEC25BB) is known color: Spicy Pink. HEX triplet: EC, 25 and BB. RGB value is (236,37,187). Sum of RGB (Red+Green+Blue) = 236+37+187=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 37 (14.84% from 255 or 8.04% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC25BB is #13DA44. Grayscale: #717171. Windows color (decimal): -1301061 or 12264940. OLE color: 12264940.
HSL color Cylindrical-coordinate representation of color #EC25BB: hue angle of 314.77º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC25BB is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 187 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.07 |
| HSL | 314.77º | 0.84% | 0.54% | - |
| HSV(B) | 314.77º | 0.84% | 0.93% | - |
| XYZ | 44.22 | 22.74 | 49.07 | - |
| YUV | 113.6 | 169.43 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 187 | 0 | 0.84 | 0.21 | 0.07 | 314.77 | 0.84 | 0.54 |
| Hex | EC | 25 | BB | 0 | 54 | 15 | 7 | 13B | 54 | 36 |
| Octal | 354 | 45 | 273 | 0 | 124 | 25 | 7 | 473 | 124 | 66 |
| Binary | 11101100 | 100101 | 10111011 | 0 | 1010100 | 10101 | 111 | 100111011 | 1010100 | 110110 |
Color Harmonies of #EC25BB
Complementary color
Monochromatic Colors of #EC25BB
Black with #EC25BB
Text Example
Text Example
White with #EC25BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC25BB; }
p { color: rgb(236,37,187); }
H1.HeaderClassName
{
color: #EC25BB;
}
.AnyTagClassName
{
color: #EC25BB;
}
</style>
background-color css
<style>
a { background-color: #EC25BB; }
a { background-color: rgb(236,37,187); }
div.DivClassName
{
background-color: #EC25BB;
}
.BgClassName
{
background-color: #EC25BB;
}
</style>
border-color css
<style>
span { border-color: #EC25BB; }
span { border-color: rgb(236,37,187); }
td.TdClassName
{
border-color: #EC25BB;
}
.TagClassName
{
border-color: #EC25BB;
}
</style>