Shades of Spicy Pink #EC27B3
Tints of Spicy Pink #EC27B3
RGB
CMYK
RGB Variations
Color information
#EC27B3 (or 0xEC27B3) is known color: Spicy Pink. HEX triplet: EC, 27 and B3. RGB value is (236,39,179). Sum of RGB (Red+Green+Blue) = 236+39+179=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 39 (15.62% from 255 or 8.59% from 454); Blue value is 179 (70.31% from 255 or 39.43% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC27B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC27B3 is #13D84C. Grayscale: #717171. Windows color (decimal): -1300557 or 11741164. OLE color: 11741164.
HSL color Cylindrical-coordinate representation of color #EC27B3: hue angle of 317.36º 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 #EC27B3 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 179 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.07 |
| HSL | 317.36º | 0.84% | 0.54% | - |
| HSV(B) | 317.36º | 0.83% | 0.93% | - |
| XYZ | 43.45 | 22.54 | 44.71 | - |
| YUV | 113.86 | 164.77 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 179 | 0 | 0.83 | 0.24 | 0.07 | 317.36 | 0.84 | 0.54 |
| Hex | EC | 27 | B3 | 0 | 53 | 18 | 7 | 13D | 54 | 36 |
| Octal | 354 | 47 | 263 | 0 | 123 | 30 | 7 | 475 | 124 | 66 |
| Binary | 11101100 | 100111 | 10110011 | 0 | 1010011 | 11000 | 111 | 100111101 | 1010100 | 110110 |
Color Harmonies of #EC27B3
Complementary color
Monochromatic Colors of #EC27B3
Black with #EC27B3
Text Example
Text Example
White with #EC27B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC27B3; }
p { color: rgb(236,39,179); }
H1.HeaderClassName
{
color: #EC27B3;
}
.AnyTagClassName
{
color: #EC27B3;
}
</style>
background-color css
<style>
a { background-color: #EC27B3; }
a { background-color: rgb(236,39,179); }
div.DivClassName
{
background-color: #EC27B3;
}
.BgClassName
{
background-color: #EC27B3;
}
</style>
border-color css
<style>
span { border-color: #EC27B3; }
span { border-color: rgb(236,39,179); }
td.TdClassName
{
border-color: #EC27B3;
}
.TagClassName
{
border-color: #EC27B3;
}
</style>