Shades of Spicy Pink #EC24AD
Tints of Spicy Pink #EC24AD
RGB
CMYK
RGB Variations
Color information
#EC24AD (or 0xEC24AD) is known color: Spicy Pink. HEX triplet: EC, 24 and AD. RGB value is (236,36,173). Sum of RGB (Red+Green+Blue) = 236+36+173=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 36 (14.45% from 255 or 8.09% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC24AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC24AD is #13DB52. Grayscale: #6F6F6F. Windows color (decimal): -1301331 or 11347180. OLE color: 11347180.
HSL color Cylindrical-coordinate representation of color #EC24AD: hue angle of 318.9º 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 #EC24AD is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 36 | 173 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.07 |
| HSL | 318.9º | 0.84% | 0.53% | - |
| HSV(B) | 318.9º | 0.85% | 0.93% | - |
| XYZ | 42.77 | 22.11 | 41.55 | - |
| YUV | 111.42 | 162.76 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 173 | 0 | 0.85 | 0.27 | 0.07 | 318.9 | 0.84 | 0.53 |
| Hex | EC | 24 | AD | 0 | 55 | 1B | 7 | 13F | 54 | 35 |
| Octal | 354 | 44 | 255 | 0 | 125 | 33 | 7 | 477 | 124 | 65 |
| Binary | 11101100 | 100100 | 10101101 | 0 | 1010101 | 11011 | 111 | 100111111 | 1010100 | 110101 |
Color Harmonies of #EC24AD
Complementary color
Monochromatic Colors of #EC24AD
Black with #EC24AD
Text Example
Text Example
White with #EC24AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC24AD; }
p { color: rgb(236,36,173); }
H1.HeaderClassName
{
color: #EC24AD;
}
.AnyTagClassName
{
color: #EC24AD;
}
</style>
background-color css
<style>
a { background-color: #EC24AD; }
a { background-color: rgb(236,36,173); }
div.DivClassName
{
background-color: #EC24AD;
}
.BgClassName
{
background-color: #EC24AD;
}
</style>
border-color css
<style>
span { border-color: #EC24AD; }
span { border-color: rgb(236,36,173); }
td.TdClassName
{
border-color: #EC24AD;
}
.TagClassName
{
border-color: #EC24AD;
}
</style>