Shades of Spicy Pink #EC23BB
Tints of Spicy Pink #EC23BB
RGB
CMYK
RGB Variations
Color information
#EC23BB (or 0xEC23BB) is known color: Spicy Pink. HEX triplet: EC, 23 and BB. RGB value is (236,35,187). Sum of RGB (Red+Green+Blue) = 236+35+187=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 35 (14.06% from 255 or 7.64% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC23BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC23BB is #13DC44. Grayscale: #707070. Windows color (decimal): -1301573 or 12264428. OLE color: 12264428.
HSL color Cylindrical-coordinate representation of color #EC23BB: hue angle of 314.63º 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 #EC23BB is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 187 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.07 |
| HSL | 314.63º | 0.84% | 0.53% | - |
| HSV(B) | 314.63º | 0.85% | 0.93% | - |
| XYZ | 44.16 | 22.62 | 49.05 | - |
| YUV | 112.43 | 170.09 | 216.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 187 | 0 | 0.85 | 0.21 | 0.07 | 314.63 | 0.84 | 0.53 |
| Hex | EC | 23 | BB | 0 | 55 | 15 | 7 | 13B | 54 | 35 |
| Octal | 354 | 43 | 273 | 0 | 125 | 25 | 7 | 473 | 124 | 65 |
| Binary | 11101100 | 100011 | 10111011 | 0 | 1010101 | 10101 | 111 | 100111011 | 1010100 | 110101 |
Color Harmonies of #EC23BB
Complementary color
Monochromatic Colors of #EC23BB
Black with #EC23BB
Text Example
Text Example
White with #EC23BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC23BB; }
p { color: rgb(236,35,187); }
H1.HeaderClassName
{
color: #EC23BB;
}
.AnyTagClassName
{
color: #EC23BB;
}
</style>
background-color css
<style>
a { background-color: #EC23BB; }
a { background-color: rgb(236,35,187); }
div.DivClassName
{
background-color: #EC23BB;
}
.BgClassName
{
background-color: #EC23BB;
}
</style>
border-color css
<style>
span { border-color: #EC23BB; }
span { border-color: rgb(236,35,187); }
td.TdClassName
{
border-color: #EC23BB;
}
.TagClassName
{
border-color: #EC23BB;
}
</style>