Shades of Spicy Pink #EC25AB
Tints of Spicy Pink #EC25AB
RGB
CMYK
RGB Variations
Color information
#EC25AB (or 0xEC25AB) is known color: Spicy Pink. HEX triplet: EC, 25 and AB. RGB value is (236,37,171). Sum of RGB (Red+Green+Blue) = 236+37+171=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 37 (14.84% from 255 or 8.33% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC25AB is #13DA54. Grayscale: #6F6F6F. Windows color (decimal): -1301077 or 11216364. OLE color: 11216364.
HSL color Cylindrical-coordinate representation of color #EC25AB: hue angle of 319.6º 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 #EC25AB is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 171 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.07 |
| HSL | 319.6º | 0.84% | 0.54% | - |
| HSV(B) | 319.6º | 0.84% | 0.93% | - |
| XYZ | 42.6 | 22.1 | 40.55 | - |
| YUV | 111.78 | 161.43 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 171 | 0 | 0.84 | 0.28 | 0.07 | 319.6 | 0.84 | 0.54 |
| Hex | EC | 25 | AB | 0 | 54 | 1C | 7 | 140 | 54 | 36 |
| Octal | 354 | 45 | 253 | 0 | 124 | 34 | 7 | 500 | 124 | 66 |
| Binary | 11101100 | 100101 | 10101011 | 0 | 1010100 | 11100 | 111 | 101000000 | 1010100 | 110110 |
Color Harmonies of #EC25AB
Complementary color
Monochromatic Colors of #EC25AB
Black with #EC25AB
Text Example
Text Example
White with #EC25AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC25AB; }
p { color: rgb(236,37,171); }
H1.HeaderClassName
{
color: #EC25AB;
}
.AnyTagClassName
{
color: #EC25AB;
}
</style>
background-color css
<style>
a { background-color: #EC25AB; }
a { background-color: rgb(236,37,171); }
div.DivClassName
{
background-color: #EC25AB;
}
.BgClassName
{
background-color: #EC25AB;
}
</style>
border-color css
<style>
span { border-color: #EC25AB; }
span { border-color: rgb(236,37,171); }
td.TdClassName
{
border-color: #EC25AB;
}
.TagClassName
{
border-color: #EC25AB;
}
</style>