Shades of Spicy Pink #EC28AF
Tints of Spicy Pink #EC28AF
RGB
CMYK
RGB Variations
Color information
#EC28AF (or 0xEC28AF) is known color: Spicy Pink. HEX triplet: EC, 28 and AF. RGB value is (236,40,175). Sum of RGB (Red+Green+Blue) = 236+40+175=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 40 (16.02% from 255 or 8.87% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC28AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC28AF is #13D750. Grayscale: #717171. Windows color (decimal): -1300305 or 11479276. OLE color: 11479276.
HSL color Cylindrical-coordinate representation of color #EC28AF: hue angle of 318.67º 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 #EC28AF is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 175 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.07 |
| HSL | 318.67º | 0.84% | 0.54% | - |
| HSV(B) | 318.67º | 0.83% | 0.93% | - |
| XYZ | 43.09 | 22.45 | 42.62 | - |
| YUV | 113.99 | 162.43 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 175 | 0 | 0.83 | 0.26 | 0.07 | 318.67 | 0.84 | 0.54 |
| Hex | EC | 28 | AF | 0 | 53 | 1A | 7 | 13F | 54 | 36 |
| Octal | 354 | 50 | 257 | 0 | 123 | 32 | 7 | 477 | 124 | 66 |
| Binary | 11101100 | 101000 | 10101111 | 0 | 1010011 | 11010 | 111 | 100111111 | 1010100 | 110110 |
Color Harmonies of #EC28AF
Complementary color
Monochromatic Colors of #EC28AF
Black with #EC28AF
Text Example
Text Example
White with #EC28AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC28AF; }
p { color: rgb(236,40,175); }
H1.HeaderClassName
{
color: #EC28AF;
}
.AnyTagClassName
{
color: #EC28AF;
}
</style>
background-color css
<style>
a { background-color: #EC28AF; }
a { background-color: rgb(236,40,175); }
div.DivClassName
{
background-color: #EC28AF;
}
.BgClassName
{
background-color: #EC28AF;
}
</style>
border-color css
<style>
span { border-color: #EC28AF; }
span { border-color: rgb(236,40,175); }
td.TdClassName
{
border-color: #EC28AF;
}
.TagClassName
{
border-color: #EC28AF;
}
</style>