Shades of Spicy Pink #EC25AD
Tints of Spicy Pink #EC25AD
RGB
CMYK
RGB Variations
Color information
#EC25AD (or 0xEC25AD) is known color: Spicy Pink. HEX triplet: EC, 25 and AD. RGB value is (236,37,173). Sum of RGB (Red+Green+Blue) = 236+37+173=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 37 (14.84% from 255 or 8.30% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC25AD is #13DA52. Grayscale: #6F6F6F. Windows color (decimal): -1301075 or 11347436. OLE color: 11347436.
HSL color Cylindrical-coordinate representation of color #EC25AD: hue angle of 318.99º 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 #EC25AD is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 173 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.07 |
| HSL | 319º | 0.84% | 0.54% | - |
| HSV(B) | 319º | 0.84% | 0.93% | - |
| XYZ | 42.8 | 22.17 | 41.56 | - |
| YUV | 112.01 | 162.43 | 216.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 173 | 0 | 0.84 | 0.27 | 0.07 | 319 | 0.84 | 0.54 |
| Hex | EC | 25 | AD | 0 | 54 | 1B | 7 | 13F | 54 | 36 |
| Octal | 354 | 45 | 255 | 0 | 124 | 33 | 7 | 477 | 124 | 66 |
| Binary | 11101100 | 100101 | 10101101 | 0 | 1010100 | 11011 | 111 | 100111111 | 1010100 | 110110 |
Color Harmonies of #EC25AD
Complementary color
Monochromatic Colors of #EC25AD
Black with #EC25AD
Text Example
Text Example
White with #EC25AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC25AD; }
p { color: rgb(236,37,173); }
H1.HeaderClassName
{
color: #EC25AD;
}
.AnyTagClassName
{
color: #EC25AD;
}
</style>
background-color css
<style>
a { background-color: #EC25AD; }
a { background-color: rgb(236,37,173); }
div.DivClassName
{
background-color: #EC25AD;
}
.BgClassName
{
background-color: #EC25AD;
}
</style>
border-color css
<style>
span { border-color: #EC25AD; }
span { border-color: rgb(236,37,173); }
td.TdClassName
{
border-color: #EC25AD;
}
.TagClassName
{
border-color: #EC25AD;
}
</style>