Shades of Spicy Pink #EC27B9
Tints of Spicy Pink #EC27B9
RGB
CMYK
RGB Variations
Color information
#EC27B9 (or 0xEC27B9) is known color: Spicy Pink. HEX triplet: EC, 27 and B9. RGB value is (236,39,185). Sum of RGB (Red+Green+Blue) = 236+39+185=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 39 (15.62% from 255 or 8.48% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC27B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC27B9 is #13D846. Grayscale: #727272. Windows color (decimal): -1300551 or 12134380. OLE color: 12134380.
HSL color Cylindrical-coordinate representation of color #EC27B9: hue angle of 315.53º 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 #EC27B9 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 185 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.07 |
| HSL | 315.53º | 0.84% | 0.54% | - |
| HSV(B) | 315.53º | 0.83% | 0.93% | - |
| XYZ | 44.07 | 22.79 | 47.97 | - |
| YUV | 114.55 | 167.77 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 185 | 0 | 0.83 | 0.22 | 0.07 | 315.53 | 0.84 | 0.54 |
| Hex | EC | 27 | B9 | 0 | 53 | 16 | 7 | 13C | 54 | 36 |
| Octal | 354 | 47 | 271 | 0 | 123 | 26 | 7 | 474 | 124 | 66 |
| Binary | 11101100 | 100111 | 10111001 | 0 | 1010011 | 10110 | 111 | 100111100 | 1010100 | 110110 |
Color Harmonies of #EC27B9
Complementary color
Monochromatic Colors of #EC27B9
Black with #EC27B9
Text Example
Text Example
White with #EC27B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC27B9; }
p { color: rgb(236,39,185); }
H1.HeaderClassName
{
color: #EC27B9;
}
.AnyTagClassName
{
color: #EC27B9;
}
</style>
background-color css
<style>
a { background-color: #EC27B9; }
a { background-color: rgb(236,39,185); }
div.DivClassName
{
background-color: #EC27B9;
}
.BgClassName
{
background-color: #EC27B9;
}
</style>
border-color css
<style>
span { border-color: #EC27B9; }
span { border-color: rgb(236,39,185); }
td.TdClassName
{
border-color: #EC27B9;
}
.TagClassName
{
border-color: #EC27B9;
}
</style>