Shades of Spicy Pink #EC1FB7
Tints of Spicy Pink #EC1FB7
RGB
CMYK
RGB Variations
Color information
#EC1FB7 (or 0xEC1FB7) is known color: Spicy Pink. HEX triplet: EC, 1F and B7. RGB value is (236,31,183). Sum of RGB (Red+Green+Blue) = 236+31+183=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 31 (12.5% from 255 or 6.89% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1FB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1FB7 is #13E048. Grayscale: #6D6D6D. Windows color (decimal): -1302601 or 12001260. OLE color: 12001260.
HSL color Cylindrical-coordinate representation of color #EC1FB7: hue angle of 315.51º 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 #EC1FB7 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 183 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.07 |
| HSL | 315.51º | 0.84% | 0.52% | - |
| HSV(B) | 315.51º | 0.87% | 0.93% | - |
| XYZ | 43.63 | 22.23 | 46.79 | - |
| YUV | 109.62 | 169.42 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 183 | 0 | 0.87 | 0.22 | 0.07 | 315.51 | 0.84 | 0.52 |
| Hex | EC | 1F | B7 | 0 | 57 | 16 | 7 | 13C | 54 | 34 |
| Octal | 354 | 37 | 267 | 0 | 127 | 26 | 7 | 474 | 124 | 64 |
| Binary | 11101100 | 11111 | 10110111 | 0 | 1010111 | 10110 | 111 | 100111100 | 1010100 | 110100 |
Color Harmonies of #EC1FB7
Complementary color
Monochromatic Colors of #EC1FB7
Black with #EC1FB7
Text Example
Text Example
White with #EC1FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1FB7; }
p { color: rgb(236,31,183); }
H1.HeaderClassName
{
color: #EC1FB7;
}
.AnyTagClassName
{
color: #EC1FB7;
}
</style>
background-color css
<style>
a { background-color: #EC1FB7; }
a { background-color: rgb(236,31,183); }
div.DivClassName
{
background-color: #EC1FB7;
}
.BgClassName
{
background-color: #EC1FB7;
}
</style>
border-color css
<style>
span { border-color: #EC1FB7; }
span { border-color: rgb(236,31,183); }
td.TdClassName
{
border-color: #EC1FB7;
}
.TagClassName
{
border-color: #EC1FB7;
}
</style>