Shades of Spicy Pink #EC24B4
Tints of Spicy Pink #EC24B4
RGB
CMYK
RGB Variations
Color information
#EC24B4 (or 0xEC24B4) is known color: Spicy Pink. HEX triplet: EC, 24 and B4. RGB value is (236,36,180). Sum of RGB (Red+Green+Blue) = 236+36+180=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 36 (14.45% from 255 or 7.96% from 452); Blue value is 180 (70.70% from 255 or 39.82% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC24B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC24B4 is #13DB4B. Grayscale: #6F6F6F. Windows color (decimal): -1301324 or 11805932. OLE color: 11805932.
HSL color Cylindrical-coordinate representation of color #EC24B4: hue angle of 316.8º 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 #EC24B4 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 36 | 180 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.07 |
| HSL | 316.8º | 0.84% | 0.53% | - |
| HSV(B) | 316.8º | 0.85% | 0.93% | - |
| XYZ | 43.46 | 22.39 | 45.21 | - |
| YUV | 112.22 | 166.26 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 180 | 0 | 0.85 | 0.24 | 0.07 | 316.8 | 0.84 | 0.53 |
| Hex | EC | 24 | B4 | 0 | 55 | 18 | 7 | 13D | 54 | 35 |
| Octal | 354 | 44 | 264 | 0 | 125 | 30 | 7 | 475 | 124 | 65 |
| Binary | 11101100 | 100100 | 10110100 | 0 | 1010101 | 11000 | 111 | 100111101 | 1010100 | 110101 |
Color Harmonies of #EC24B4
Complementary color
Monochromatic Colors of #EC24B4
Black with #EC24B4
Text Example
Text Example
White with #EC24B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC24B4; }
p { color: rgb(236,36,180); }
H1.HeaderClassName
{
color: #EC24B4;
}
.AnyTagClassName
{
color: #EC24B4;
}
</style>
background-color css
<style>
a { background-color: #EC24B4; }
a { background-color: rgb(236,36,180); }
div.DivClassName
{
background-color: #EC24B4;
}
.BgClassName
{
background-color: #EC24B4;
}
</style>
border-color css
<style>
span { border-color: #EC24B4; }
span { border-color: rgb(236,36,180); }
td.TdClassName
{
border-color: #EC24B4;
}
.TagClassName
{
border-color: #EC24B4;
}
</style>