Shades of Spicy Pink #EC1EAC
Tints of Spicy Pink #EC1EAC
RGB
CMYK
RGB Variations
Color information
#EC1EAC (or 0xEC1EAC) is known color: Spicy Pink. HEX triplet: EC, 1E and AC. RGB value is (236,30,172). Sum of RGB (Red+Green+Blue) = 236+30+172=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 30 (12.11% from 255 or 6.85% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1EAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1EAC is #13E153. Grayscale: #6B6B6B. Windows color (decimal): -1302868 or 11280108. OLE color: 11280108.
HSL color Cylindrical-coordinate representation of color #EC1EAC: hue angle of 318.64º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1EAC is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 172 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.07 |
| HSL | 318.64º | 0.84% | 0.52% | - |
| HSV(B) | 318.64º | 0.87% | 0.93% | - |
| XYZ | 42.5 | 21.74 | 40.99 | - |
| YUV | 107.78 | 164.25 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 172 | 0 | 0.87 | 0.27 | 0.07 | 318.64 | 0.84 | 0.52 |
| Hex | EC | 1E | AC | 0 | 57 | 1B | 7 | 13F | 54 | 34 |
| Octal | 354 | 36 | 254 | 0 | 127 | 33 | 7 | 477 | 124 | 64 |
| Binary | 11101100 | 11110 | 10101100 | 0 | 1010111 | 11011 | 111 | 100111111 | 1010100 | 110100 |
Color Harmonies of #EC1EAC
Complementary color
Monochromatic Colors of #EC1EAC
Black with #EC1EAC
Text Example
Text Example
White with #EC1EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1EAC; }
p { color: rgb(236,30,172); }
H1.HeaderClassName
{
color: #EC1EAC;
}
.AnyTagClassName
{
color: #EC1EAC;
}
</style>
background-color css
<style>
a { background-color: #EC1EAC; }
a { background-color: rgb(236,30,172); }
div.DivClassName
{
background-color: #EC1EAC;
}
.BgClassName
{
background-color: #EC1EAC;
}
</style>
border-color css
<style>
span { border-color: #EC1EAC; }
span { border-color: rgb(236,30,172); }
td.TdClassName
{
border-color: #EC1EAC;
}
.TagClassName
{
border-color: #EC1EAC;
}
</style>