Shades of Spicy Pink #EC28AE
Tints of Spicy Pink #EC28AE
RGB
CMYK
RGB Variations
Color information
#EC28AE (or 0xEC28AE) is known color: Spicy Pink. HEX triplet: EC, 28 and AE. RGB value is (236,40,174). Sum of RGB (Red+Green+Blue) = 236+40+174=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 40 (16.02% from 255 or 8.89% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC28AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC28AE is #13D751. Grayscale: #717171. Windows color (decimal): -1300306 or 11413740. OLE color: 11413740.
HSL color Cylindrical-coordinate representation of color #EC28AE: hue angle of 318.98º 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 #EC28AE is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 174 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.07 |
| HSL | 318.98º | 0.84% | 0.54% | - |
| HSV(B) | 318.98º | 0.83% | 0.93% | - |
| XYZ | 42.99 | 22.41 | 42.1 | - |
| YUV | 113.88 | 161.93 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 174 | 0 | 0.83 | 0.26 | 0.07 | 318.98 | 0.84 | 0.54 |
| Hex | EC | 28 | AE | 0 | 53 | 1A | 7 | 13F | 54 | 36 |
| Octal | 354 | 50 | 256 | 0 | 123 | 32 | 7 | 477 | 124 | 66 |
| Binary | 11101100 | 101000 | 10101110 | 0 | 1010011 | 11010 | 111 | 100111111 | 1010100 | 110110 |
Color Harmonies of #EC28AE
Complementary color
Monochromatic Colors of #EC28AE
Black with #EC28AE
Text Example
Text Example
White with #EC28AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC28AE; }
p { color: rgb(236,40,174); }
H1.HeaderClassName
{
color: #EC28AE;
}
.AnyTagClassName
{
color: #EC28AE;
}
</style>
background-color css
<style>
a { background-color: #EC28AE; }
a { background-color: rgb(236,40,174); }
div.DivClassName
{
background-color: #EC28AE;
}
.BgClassName
{
background-color: #EC28AE;
}
</style>
border-color css
<style>
span { border-color: #EC28AE; }
span { border-color: rgb(236,40,174); }
td.TdClassName
{
border-color: #EC28AE;
}
.TagClassName
{
border-color: #EC28AE;
}
</style>