Shades of Spicy Pink #EC27BA
Tints of Spicy Pink #EC27BA
RGB
CMYK
RGB Variations
Color information
#EC27BA (or 0xEC27BA) is known color: Spicy Pink. HEX triplet: EC, 27 and BA. RGB value is (236,39,186). Sum of RGB (Red+Green+Blue) = 236+39+186=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 39 (15.62% from 255 or 8.46% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC27BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC27BA is #13D845. Grayscale: #727272. Windows color (decimal): -1300550 or 12199916. OLE color: 12199916.
HSL color Cylindrical-coordinate representation of color #EC27BA: hue angle of 315.23º 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 #EC27BA is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 186 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.07 |
| HSL | 315.23º | 0.84% | 0.54% | - |
| HSV(B) | 315.23º | 0.83% | 0.93% | - |
| XYZ | 44.18 | 22.83 | 48.53 | - |
| YUV | 114.66 | 168.27 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 186 | 0 | 0.83 | 0.21 | 0.07 | 315.23 | 0.84 | 0.54 |
| Hex | EC | 27 | BA | 0 | 53 | 15 | 7 | 13B | 54 | 36 |
| Octal | 354 | 47 | 272 | 0 | 123 | 25 | 7 | 473 | 124 | 66 |
| Binary | 11101100 | 100111 | 10111010 | 0 | 1010011 | 10101 | 111 | 100111011 | 1010100 | 110110 |
Color Harmonies of #EC27BA
Complementary color
Monochromatic Colors of #EC27BA
Black with #EC27BA
Text Example
Text Example
White with #EC27BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC27BA; }
p { color: rgb(236,39,186); }
H1.HeaderClassName
{
color: #EC27BA;
}
.AnyTagClassName
{
color: #EC27BA;
}
</style>
background-color css
<style>
a { background-color: #EC27BA; }
a { background-color: rgb(236,39,186); }
div.DivClassName
{
background-color: #EC27BA;
}
.BgClassName
{
background-color: #EC27BA;
}
</style>
border-color css
<style>
span { border-color: #EC27BA; }
span { border-color: rgb(236,39,186); }
td.TdClassName
{
border-color: #EC27BA;
}
.TagClassName
{
border-color: #EC27BA;
}
</style>