Shades of Spicy Pink #EC1EB6
Tints of Spicy Pink #EC1EB6
RGB
CMYK
RGB Variations
Color information
#EC1EB6 (or 0xEC1EB6) is known color: Spicy Pink. HEX triplet: EC, 1E and B6. RGB value is (236,30,182). Sum of RGB (Red+Green+Blue) = 236+30+182=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 30 (12.11% from 255 or 6.70% from 448); Blue value is 182 (71.48% from 255 or 40.62% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1EB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1EB6 is #13E149. Grayscale: #6C6C6C. Windows color (decimal): -1302858 or 11935468. OLE color: 11935468.
HSL color Cylindrical-coordinate representation of color #EC1EB6: hue angle of 315.73º 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 #EC1EB6 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 182 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.07 |
| HSL | 315.73º | 0.84% | 0.52% | - |
| HSV(B) | 315.73º | 0.87% | 0.93% | - |
| XYZ | 43.5 | 22.14 | 46.24 | - |
| YUV | 108.92 | 169.25 | 218.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 182 | 0 | 0.87 | 0.23 | 0.07 | 315.73 | 0.84 | 0.52 |
| Hex | EC | 1E | B6 | 0 | 57 | 17 | 7 | 13C | 54 | 34 |
| Octal | 354 | 36 | 266 | 0 | 127 | 27 | 7 | 474 | 124 | 64 |
| Binary | 11101100 | 11110 | 10110110 | 0 | 1010111 | 10111 | 111 | 100111100 | 1010100 | 110100 |
Color Harmonies of #EC1EB6
Complementary color
Monochromatic Colors of #EC1EB6
Black with #EC1EB6
Text Example
Text Example
White with #EC1EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1EB6; }
p { color: rgb(236,30,182); }
H1.HeaderClassName
{
color: #EC1EB6;
}
.AnyTagClassName
{
color: #EC1EB6;
}
</style>
background-color css
<style>
a { background-color: #EC1EB6; }
a { background-color: rgb(236,30,182); }
div.DivClassName
{
background-color: #EC1EB6;
}
.BgClassName
{
background-color: #EC1EB6;
}
</style>
border-color css
<style>
span { border-color: #EC1EB6; }
span { border-color: rgb(236,30,182); }
td.TdClassName
{
border-color: #EC1EB6;
}
.TagClassName
{
border-color: #EC1EB6;
}
</style>