Shades of Spicy Pink #EC24B2
Tints of Spicy Pink #EC24B2
RGB
CMYK
RGB Variations
Color information
#EC24B2 (or 0xEC24B2) is known color: Spicy Pink. HEX triplet: EC, 24 and B2. RGB value is (236,36,178). Sum of RGB (Red+Green+Blue) = 236+36+178=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 36 (14.45% from 255 or 8% from 450); Blue value is 178 (69.92% from 255 or 39.56% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC24B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC24B2 is #13DB4D. Grayscale: #6F6F6F. Windows color (decimal): -1301326 or 11674860. OLE color: 11674860.
HSL color Cylindrical-coordinate representation of color #EC24B2: hue angle of 317.4º 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 #EC24B2 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 36 | 178 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.07 |
| HSL | 317.4º | 0.84% | 0.53% | - |
| HSV(B) | 317.4º | 0.85% | 0.93% | - |
| XYZ | 43.26 | 22.31 | 44.15 | - |
| YUV | 111.99 | 165.26 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 178 | 0 | 0.85 | 0.25 | 0.07 | 317.4 | 0.84 | 0.53 |
| Hex | EC | 24 | B2 | 0 | 55 | 19 | 7 | 13D | 54 | 35 |
| Octal | 354 | 44 | 262 | 0 | 125 | 31 | 7 | 475 | 124 | 65 |
| Binary | 11101100 | 100100 | 10110010 | 0 | 1010101 | 11001 | 111 | 100111101 | 1010100 | 110101 |
Color Harmonies of #EC24B2
Complementary color
Monochromatic Colors of #EC24B2
Black with #EC24B2
Text Example
Text Example
White with #EC24B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC24B2; }
p { color: rgb(236,36,178); }
H1.HeaderClassName
{
color: #EC24B2;
}
.AnyTagClassName
{
color: #EC24B2;
}
</style>
background-color css
<style>
a { background-color: #EC24B2; }
a { background-color: rgb(236,36,178); }
div.DivClassName
{
background-color: #EC24B2;
}
.BgClassName
{
background-color: #EC24B2;
}
</style>
border-color css
<style>
span { border-color: #EC24B2; }
span { border-color: rgb(236,36,178); }
td.TdClassName
{
border-color: #EC24B2;
}
.TagClassName
{
border-color: #EC24B2;
}
</style>