Shades of Spicy Pink #EC27AD
Tints of Spicy Pink #EC27AD
RGB
CMYK
RGB Variations
Color information
#EC27AD (or 0xEC27AD) is known color: Spicy Pink. HEX triplet: EC, 27 and AD. RGB value is (236,39,173). Sum of RGB (Red+Green+Blue) = 236+39+173=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 39 (15.62% from 255 or 8.71% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC27AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC27AD is #13D852. Grayscale: #707070. Windows color (decimal): -1300563 or 11347948. OLE color: 11347948.
HSL color Cylindrical-coordinate representation of color #EC27AD: hue angle of 319.19º 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 #EC27AD is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 173 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.07 |
| HSL | 319.19º | 0.84% | 0.54% | - |
| HSV(B) | 319.19º | 0.83% | 0.93% | - |
| XYZ | 42.86 | 22.3 | 41.58 | - |
| YUV | 113.18 | 161.77 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 173 | 0 | 0.83 | 0.27 | 0.07 | 319.19 | 0.84 | 0.54 |
| Hex | EC | 27 | AD | 0 | 53 | 1B | 7 | 13F | 54 | 36 |
| Octal | 354 | 47 | 255 | 0 | 123 | 33 | 7 | 477 | 124 | 66 |
| Binary | 11101100 | 100111 | 10101101 | 0 | 1010011 | 11011 | 111 | 100111111 | 1010100 | 110110 |
Color Harmonies of #EC27AD
Complementary color
Monochromatic Colors of #EC27AD
Black with #EC27AD
Text Example
Text Example
White with #EC27AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC27AD; }
p { color: rgb(236,39,173); }
H1.HeaderClassName
{
color: #EC27AD;
}
.AnyTagClassName
{
color: #EC27AD;
}
</style>
background-color css
<style>
a { background-color: #EC27AD; }
a { background-color: rgb(236,39,173); }
div.DivClassName
{
background-color: #EC27AD;
}
.BgClassName
{
background-color: #EC27AD;
}
</style>
border-color css
<style>
span { border-color: #EC27AD; }
span { border-color: rgb(236,39,173); }
td.TdClassName
{
border-color: #EC27AD;
}
.TagClassName
{
border-color: #EC27AD;
}
</style>