Shades of Spicy Pink #EC28B5
Tints of Spicy Pink #EC28B5
RGB
CMYK
RGB Variations
Color information
#EC28B5 (or 0xEC28B5) is known color: Spicy Pink. HEX triplet: EC, 28 and B5. RGB value is (236,40,181). Sum of RGB (Red+Green+Blue) = 236+40+181=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 40 (16.02% from 255 or 8.75% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC28B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC28B5 is #13D74A. Grayscale: #727272. Windows color (decimal): -1300299 or 11872492. OLE color: 11872492.
HSL color Cylindrical-coordinate representation of color #EC28B5: hue angle of 316.84º 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 #EC28B5 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 181 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.07 |
| HSL | 316.84º | 0.84% | 0.54% | - |
| HSV(B) | 316.84º | 0.83% | 0.93% | - |
| XYZ | 43.69 | 22.69 | 45.79 | - |
| YUV | 114.68 | 165.43 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 181 | 0 | 0.83 | 0.23 | 0.07 | 316.84 | 0.84 | 0.54 |
| Hex | EC | 28 | B5 | 0 | 53 | 17 | 7 | 13D | 54 | 36 |
| Octal | 354 | 50 | 265 | 0 | 123 | 27 | 7 | 475 | 124 | 66 |
| Binary | 11101100 | 101000 | 10110101 | 0 | 1010011 | 10111 | 111 | 100111101 | 1010100 | 110110 |
Color Harmonies of #EC28B5
Complementary color
Monochromatic Colors of #EC28B5
Black with #EC28B5
Text Example
Text Example
White with #EC28B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC28B5; }
p { color: rgb(236,40,181); }
H1.HeaderClassName
{
color: #EC28B5;
}
.AnyTagClassName
{
color: #EC28B5;
}
</style>
background-color css
<style>
a { background-color: #EC28B5; }
a { background-color: rgb(236,40,181); }
div.DivClassName
{
background-color: #EC28B5;
}
.BgClassName
{
background-color: #EC28B5;
}
</style>
border-color css
<style>
span { border-color: #EC28B5; }
span { border-color: rgb(236,40,181); }
td.TdClassName
{
border-color: #EC28B5;
}
.TagClassName
{
border-color: #EC28B5;
}
</style>