Shades of Spicy Pink #EC1CB3
Tints of Spicy Pink #EC1CB3
RGB
CMYK
RGB Variations
Color information
#EC1CB3 (or 0xEC1CB3) is known color: Spicy Pink. HEX triplet: EC, 1C and B3. RGB value is (236,28,179). Sum of RGB (Red+Green+Blue) = 236+28+179=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 28 (11.33% from 255 or 6.32% from 443); Blue value is 179 (70.31% from 255 or 40.41% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1CB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1CB3 is #13E34C. Grayscale: #6B6B6B. Windows color (decimal): -1303373 or 11738348. OLE color: 11738348.
HSL color Cylindrical-coordinate representation of color #EC1CB3: hue angle of 316.44º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1CB3 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 28 | 179 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.07 |
| HSL | 316.44º | 0.85% | 0.52% | - |
| HSV(B) | 316.44º | 0.88% | 0.93% | - |
| XYZ | 43.14 | 21.92 | 44.6 | - |
| YUV | 107.41 | 168.41 | 219.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 179 | 0 | 0.88 | 0.24 | 0.07 | 316.44 | 0.85 | 0.52 |
| Hex | EC | 1C | B3 | 0 | 58 | 18 | 7 | 13C | 55 | 34 |
| Octal | 354 | 34 | 263 | 0 | 130 | 30 | 7 | 474 | 125 | 64 |
| Binary | 11101100 | 11100 | 10110011 | 0 | 1011000 | 11000 | 111 | 100111100 | 1010101 | 110100 |
Color Harmonies of #EC1CB3
Complementary color
Monochromatic Colors of #EC1CB3
Black with #EC1CB3
Text Example
Text Example
White with #EC1CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1CB3; }
p { color: rgb(236,28,179); }
H1.HeaderClassName
{
color: #EC1CB3;
}
.AnyTagClassName
{
color: #EC1CB3;
}
</style>
background-color css
<style>
a { background-color: #EC1CB3; }
a { background-color: rgb(236,28,179); }
div.DivClassName
{
background-color: #EC1CB3;
}
.BgClassName
{
background-color: #EC1CB3;
}
</style>
border-color css
<style>
span { border-color: #EC1CB3; }
span { border-color: rgb(236,28,179); }
td.TdClassName
{
border-color: #EC1CB3;
}
.TagClassName
{
border-color: #EC1CB3;
}
</style>