Shades of Spicy Pink #EC26BC
Tints of Spicy Pink #EC26BC
RGB
CMYK
RGB Variations
Color information
#EC26BC (or 0xEC26BC) is known color: Spicy Pink. HEX triplet: EC, 26 and BC. RGB value is (236,38,188). Sum of RGB (Red+Green+Blue) = 236+38+188=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 38 (15.23% from 255 or 8.23% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC26BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC26BC is #13D943. Grayscale: #717171. Windows color (decimal): -1300804 or 12330732. OLE color: 12330732.
HSL color Cylindrical-coordinate representation of color #EC26BC: hue angle of 314.55º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC26BC is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 188 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.07 |
| HSL | 314.55º | 0.84% | 0.54% | - |
| HSV(B) | 314.55º | 0.84% | 0.93% | - |
| XYZ | 44.36 | 22.85 | 49.65 | - |
| YUV | 114.3 | 169.6 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 188 | 0 | 0.84 | 0.20 | 0.07 | 314.55 | 0.84 | 0.54 |
| Hex | EC | 26 | BC | 0 | 54 | 14 | 7 | 13B | 54 | 36 |
| Octal | 354 | 46 | 274 | 0 | 124 | 24 | 7 | 473 | 124 | 66 |
| Binary | 11101100 | 100110 | 10111100 | 0 | 1010100 | 10100 | 111 | 100111011 | 1010100 | 110110 |
Color Harmonies of #EC26BC
Complementary color
Monochromatic Colors of #EC26BC
Black with #EC26BC
Text Example
Text Example
White with #EC26BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC26BC; }
p { color: rgb(236,38,188); }
H1.HeaderClassName
{
color: #EC26BC;
}
.AnyTagClassName
{
color: #EC26BC;
}
</style>
background-color css
<style>
a { background-color: #EC26BC; }
a { background-color: rgb(236,38,188); }
div.DivClassName
{
background-color: #EC26BC;
}
.BgClassName
{
background-color: #EC26BC;
}
</style>
border-color css
<style>
span { border-color: #EC26BC; }
span { border-color: rgb(236,38,188); }
td.TdClassName
{
border-color: #EC26BC;
}
.TagClassName
{
border-color: #EC26BC;
}
</style>