Shades of Spicy Pink #EC25B4
Tints of Spicy Pink #EC25B4
RGB
CMYK
RGB Variations
Color information
#EC25B4 (or 0xEC25B4) is known color: Spicy Pink. HEX triplet: EC, 25 and B4. RGB value is (236,37,180). Sum of RGB (Red+Green+Blue) = 236+37+180=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 37 (14.84% from 255 or 8.17% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC25B4 is #13DA4B. Grayscale: #707070. Windows color (decimal): -1301068 or 11806188. OLE color: 11806188.
HSL color Cylindrical-coordinate representation of color #EC25B4: hue angle of 316.88º 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 #EC25B4 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 180 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.07 |
| HSL | 316.88º | 0.84% | 0.54% | - |
| HSV(B) | 316.88º | 0.84% | 0.93% | - |
| XYZ | 43.49 | 22.45 | 45.22 | - |
| YUV | 112.8 | 165.93 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 180 | 0 | 0.84 | 0.24 | 0.07 | 316.88 | 0.84 | 0.54 |
| Hex | EC | 25 | B4 | 0 | 54 | 18 | 7 | 13D | 54 | 36 |
| Octal | 354 | 45 | 264 | 0 | 124 | 30 | 7 | 475 | 124 | 66 |
| Binary | 11101100 | 100101 | 10110100 | 0 | 1010100 | 11000 | 111 | 100111101 | 1010100 | 110110 |
Color Harmonies of #EC25B4
Complementary color
Monochromatic Colors of #EC25B4
Black with #EC25B4
Text Example
Text Example
White with #EC25B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC25B4; }
p { color: rgb(236,37,180); }
H1.HeaderClassName
{
color: #EC25B4;
}
.AnyTagClassName
{
color: #EC25B4;
}
</style>
background-color css
<style>
a { background-color: #EC25B4; }
a { background-color: rgb(236,37,180); }
div.DivClassName
{
background-color: #EC25B4;
}
.BgClassName
{
background-color: #EC25B4;
}
</style>
border-color css
<style>
span { border-color: #EC25B4; }
span { border-color: rgb(236,37,180); }
td.TdClassName
{
border-color: #EC25B4;
}
.TagClassName
{
border-color: #EC25B4;
}
</style>