Shades of Spicy Pink #EC1EA8
Tints of Spicy Pink #EC1EA8
RGB
CMYK
RGB Variations
Color information
#EC1EA8 (or 0xEC1EA8) is known color: Spicy Pink. HEX triplet: EC, 1E and A8. RGB value is (236,30,168). Sum of RGB (Red+Green+Blue) = 236+30+168=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 30 (12.11% from 255 or 6.91% from 434); Blue value is 168 (66.02% from 255 or 38.71% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1EA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1EA8 is #13E157. Grayscale: #6A6A6A. Windows color (decimal): -1302872 or 11017964. OLE color: 11017964.
HSL color Cylindrical-coordinate representation of color #EC1EA8: hue angle of 319.81º 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 #EC1EA8 is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 168 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.07 |
| HSL | 319.81º | 0.84% | 0.52% | - |
| HSV(B) | 319.81º | 0.87% | 0.93% | - |
| XYZ | 42.12 | 21.59 | 38.99 | - |
| YUV | 107.33 | 162.25 | 219.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 168 | 0 | 0.87 | 0.29 | 0.07 | 319.81 | 0.84 | 0.52 |
| Hex | EC | 1E | A8 | 0 | 57 | 1D | 7 | 140 | 54 | 34 |
| Octal | 354 | 36 | 250 | 0 | 127 | 35 | 7 | 500 | 124 | 64 |
| Binary | 11101100 | 11110 | 10101000 | 0 | 1010111 | 11101 | 111 | 101000000 | 1010100 | 110100 |
Color Harmonies of #EC1EA8
Complementary color
Monochromatic Colors of #EC1EA8
Black with #EC1EA8
Text Example
Text Example
White with #EC1EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1EA8; }
p { color: rgb(236,30,168); }
H1.HeaderClassName
{
color: #EC1EA8;
}
.AnyTagClassName
{
color: #EC1EA8;
}
</style>
background-color css
<style>
a { background-color: #EC1EA8; }
a { background-color: rgb(236,30,168); }
div.DivClassName
{
background-color: #EC1EA8;
}
.BgClassName
{
background-color: #EC1EA8;
}
</style>
border-color css
<style>
span { border-color: #EC1EA8; }
span { border-color: rgb(236,30,168); }
td.TdClassName
{
border-color: #EC1EA8;
}
.TagClassName
{
border-color: #EC1EA8;
}
</style>