Shades of Spicy Pink #EC27B7
Tints of Spicy Pink #EC27B7
RGB
CMYK
RGB Variations
Color information
#EC27B7 (or 0xEC27B7) is known color: Spicy Pink. HEX triplet: EC, 27 and B7. RGB value is (236,39,183). Sum of RGB (Red+Green+Blue) = 236+39+183=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 39 (15.62% from 255 or 8.52% from 458); Blue value is 183 (71.88% from 255 or 39.96% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC27B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC27B7 is #13D848. Grayscale: #717171. Windows color (decimal): -1300553 or 12003308. OLE color: 12003308.
HSL color Cylindrical-coordinate representation of color #EC27B7: hue angle of 316.14º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC27B7 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 183 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.07 |
| HSL | 316.14º | 0.84% | 0.54% | - |
| HSV(B) | 316.14º | 0.83% | 0.93% | - |
| XYZ | 43.86 | 22.7 | 46.87 | - |
| YUV | 114.32 | 166.77 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 183 | 0 | 0.83 | 0.22 | 0.07 | 316.14 | 0.84 | 0.54 |
| Hex | EC | 27 | B7 | 0 | 53 | 16 | 7 | 13C | 54 | 36 |
| Octal | 354 | 47 | 267 | 0 | 123 | 26 | 7 | 474 | 124 | 66 |
| Binary | 11101100 | 100111 | 10110111 | 0 | 1010011 | 10110 | 111 | 100111100 | 1010100 | 110110 |
Color Harmonies of #EC27B7
Complementary color
Monochromatic Colors of #EC27B7
Black with #EC27B7
Text Example
Text Example
White with #EC27B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC27B7; }
p { color: rgb(236,39,183); }
H1.HeaderClassName
{
color: #EC27B7;
}
.AnyTagClassName
{
color: #EC27B7;
}
</style>
background-color css
<style>
a { background-color: #EC27B7; }
a { background-color: rgb(236,39,183); }
div.DivClassName
{
background-color: #EC27B7;
}
.BgClassName
{
background-color: #EC27B7;
}
</style>
border-color css
<style>
span { border-color: #EC27B7; }
span { border-color: rgb(236,39,183); }
td.TdClassName
{
border-color: #EC27B7;
}
.TagClassName
{
border-color: #EC27B7;
}
</style>