Shades of Spicy Pink #EC24AF
Tints of Spicy Pink #EC24AF
RGB
CMYK
RGB Variations
Color information
#EC24AF (or 0xEC24AF) is known color: Spicy Pink. HEX triplet: EC, 24 and AF. RGB value is (236,36,175). Sum of RGB (Red+Green+Blue) = 236+36+175=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 36 (14.45% from 255 or 8.05% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC24AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC24AF is #13DB50. Grayscale: #6F6F6F. Windows color (decimal): -1301329 or 11478252. OLE color: 11478252.
HSL color Cylindrical-coordinate representation of color #EC24AF: hue angle of 318.3º 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 #EC24AF is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 36 | 175 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.07 |
| HSL | 318.3º | 0.84% | 0.53% | - |
| HSV(B) | 318.3º | 0.85% | 0.93% | - |
| XYZ | 42.96 | 22.19 | 42.58 | - |
| YUV | 111.65 | 163.76 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 175 | 0 | 0.85 | 0.26 | 0.07 | 318.3 | 0.84 | 0.53 |
| Hex | EC | 24 | AF | 0 | 55 | 1A | 7 | 13E | 54 | 35 |
| Octal | 354 | 44 | 257 | 0 | 125 | 32 | 7 | 476 | 124 | 65 |
| Binary | 11101100 | 100100 | 10101111 | 0 | 1010101 | 11010 | 111 | 100111110 | 1010100 | 110101 |
Color Harmonies of #EC24AF
Complementary color
Monochromatic Colors of #EC24AF
Black with #EC24AF
Text Example
Text Example
White with #EC24AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC24AF; }
p { color: rgb(236,36,175); }
H1.HeaderClassName
{
color: #EC24AF;
}
.AnyTagClassName
{
color: #EC24AF;
}
</style>
background-color css
<style>
a { background-color: #EC24AF; }
a { background-color: rgb(236,36,175); }
div.DivClassName
{
background-color: #EC24AF;
}
.BgClassName
{
background-color: #EC24AF;
}
</style>
border-color css
<style>
span { border-color: #EC24AF; }
span { border-color: rgb(236,36,175); }
td.TdClassName
{
border-color: #EC24AF;
}
.TagClassName
{
border-color: #EC24AF;
}
</style>