Shades of Spicy Pink #EC1BAE
Tints of Spicy Pink #EC1BAE
RGB
CMYK
RGB Variations
Color information
#EC1BAE (or 0xEC1BAE) is known color: Spicy Pink. HEX triplet: EC, 1B and AE. RGB value is (236,27,174). Sum of RGB (Red+Green+Blue) = 236+27+174=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 27 (10.94% from 255 or 6.18% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1BAE is #13E451. Grayscale: #696969. Windows color (decimal): -1303634 or 11410412. OLE color: 11410412.
HSL color Cylindrical-coordinate representation of color #EC1BAE: hue angle of 317.8º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1BAE is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 174 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.07 |
| HSL | 317.8º | 0.85% | 0.52% | - |
| HSV(B) | 317.8º | 0.89% | 0.93% | - |
| XYZ | 42.62 | 21.67 | 41.98 | - |
| YUV | 106.25 | 166.24 | 220.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 174 | 0 | 0.89 | 0.26 | 0.07 | 317.8 | 0.85 | 0.52 |
| Hex | EC | 1B | AE | 0 | 59 | 1A | 7 | 13E | 55 | 34 |
| Octal | 354 | 33 | 256 | 0 | 131 | 32 | 7 | 476 | 125 | 64 |
| Binary | 11101100 | 11011 | 10101110 | 0 | 1011001 | 11010 | 111 | 100111110 | 1010101 | 110100 |
Color Harmonies of #EC1BAE
Complementary color
Monochromatic Colors of #EC1BAE
Black with #EC1BAE
Text Example
Text Example
White with #EC1BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1BAE; }
p { color: rgb(236,27,174); }
H1.HeaderClassName
{
color: #EC1BAE;
}
.AnyTagClassName
{
color: #EC1BAE;
}
</style>
background-color css
<style>
a { background-color: #EC1BAE; }
a { background-color: rgb(236,27,174); }
div.DivClassName
{
background-color: #EC1BAE;
}
.BgClassName
{
background-color: #EC1BAE;
}
</style>
border-color css
<style>
span { border-color: #EC1BAE; }
span { border-color: rgb(236,27,174); }
td.TdClassName
{
border-color: #EC1BAE;
}
.TagClassName
{
border-color: #EC1BAE;
}
</style>