Shades of Spicy Pink #EC27BB
Tints of Spicy Pink #EC27BB
RGB
CMYK
RGB Variations
Color information
#EC27BB (or 0xEC27BB) is known color: Spicy Pink. HEX triplet: EC, 27 and BB. RGB value is (236,39,187). Sum of RGB (Red+Green+Blue) = 236+39+187=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 39 (15.62% from 255 or 8.44% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC27BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC27BB is #13D844. Grayscale: #727272. Windows color (decimal): -1300549 or 12265452. OLE color: 12265452.
HSL color Cylindrical-coordinate representation of color #EC27BB: hue angle of 314.92º 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 #EC27BB is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 187 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.07 |
| HSL | 314.92º | 0.84% | 0.54% | - |
| HSV(B) | 314.92º | 0.83% | 0.93% | - |
| XYZ | 44.29 | 22.87 | 49.09 | - |
| YUV | 114.78 | 168.77 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 187 | 0 | 0.83 | 0.21 | 0.07 | 314.92 | 0.84 | 0.54 |
| Hex | EC | 27 | BB | 0 | 53 | 15 | 7 | 13B | 54 | 36 |
| Octal | 354 | 47 | 273 | 0 | 123 | 25 | 7 | 473 | 124 | 66 |
| Binary | 11101100 | 100111 | 10111011 | 0 | 1010011 | 10101 | 111 | 100111011 | 1010100 | 110110 |
Color Harmonies of #EC27BB
Complementary color
Monochromatic Colors of #EC27BB
Black with #EC27BB
Text Example
Text Example
White with #EC27BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC27BB; }
p { color: rgb(236,39,187); }
H1.HeaderClassName
{
color: #EC27BB;
}
.AnyTagClassName
{
color: #EC27BB;
}
</style>
background-color css
<style>
a { background-color: #EC27BB; }
a { background-color: rgb(236,39,187); }
div.DivClassName
{
background-color: #EC27BB;
}
.BgClassName
{
background-color: #EC27BB;
}
</style>
border-color css
<style>
span { border-color: #EC27BB; }
span { border-color: rgb(236,39,187); }
td.TdClassName
{
border-color: #EC27BB;
}
.TagClassName
{
border-color: #EC27BB;
}
</style>