Shades of Spicy Pink #EC1EB2
Tints of Spicy Pink #EC1EB2
RGB
CMYK
RGB Variations
Color information
#EC1EB2 (or 0xEC1EB2) is known color: Spicy Pink. HEX triplet: EC, 1E and B2. RGB value is (236,30,178). Sum of RGB (Red+Green+Blue) = 236+30+178=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 30 (12.11% from 255 or 6.76% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1EB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1EB2 is #13E14D. Grayscale: #6C6C6C. Windows color (decimal): -1302862 or 11673324. OLE color: 11673324.
HSL color Cylindrical-coordinate representation of color #EC1EB2: hue angle of 316.89º 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 #EC1EB2 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 178 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.07 |
| HSL | 316.89º | 0.84% | 0.52% | - |
| HSV(B) | 316.89º | 0.87% | 0.93% | - |
| XYZ | 43.09 | 21.98 | 44.09 | - |
| YUV | 108.47 | 167.25 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 178 | 0 | 0.87 | 0.25 | 0.07 | 316.89 | 0.84 | 0.52 |
| Hex | EC | 1E | B2 | 0 | 57 | 19 | 7 | 13D | 54 | 34 |
| Octal | 354 | 36 | 262 | 0 | 127 | 31 | 7 | 475 | 124 | 64 |
| Binary | 11101100 | 11110 | 10110010 | 0 | 1010111 | 11001 | 111 | 100111101 | 1010100 | 110100 |
Color Harmonies of #EC1EB2
Complementary color
Monochromatic Colors of #EC1EB2
Black with #EC1EB2
Text Example
Text Example
White with #EC1EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1EB2; }
p { color: rgb(236,30,178); }
H1.HeaderClassName
{
color: #EC1EB2;
}
.AnyTagClassName
{
color: #EC1EB2;
}
</style>
background-color css
<style>
a { background-color: #EC1EB2; }
a { background-color: rgb(236,30,178); }
div.DivClassName
{
background-color: #EC1EB2;
}
.BgClassName
{
background-color: #EC1EB2;
}
</style>
border-color css
<style>
span { border-color: #EC1EB2; }
span { border-color: rgb(236,30,178); }
td.TdClassName
{
border-color: #EC1EB2;
}
.TagClassName
{
border-color: #EC1EB2;
}
</style>