Shades of Spicy Pink #ED20AC
Tints of Spicy Pink #ED20AC
RGB
CMYK
RGB Variations
Color information
#ED20AC (or 0xED20AC) is known color: Spicy Pink. HEX triplet: ED, 20 and AC. RGB value is (237,32,172). Sum of RGB (Red+Green+Blue) = 237+32+172=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 32 (12.89% from 255 or 7.26% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED20AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED20AC is #12DF53. Grayscale: #6C6C6C. Windows color (decimal): -1236820 or 11280621. OLE color: 11280621.
HSL color Cylindrical-coordinate representation of color #ED20AC: hue angle of 319.02º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED20AC is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 172 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.07 |
| HSL | 319.02º | 0.85% | 0.53% | - |
| HSV(B) | 319.02º | 0.86% | 0.93% | - |
| XYZ | 42.89 | 22.02 | 41.02 | - |
| YUV | 109.26 | 163.42 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 172 | 0 | 0.86 | 0.27 | 0.07 | 319.02 | 0.85 | 0.53 |
| Hex | ED | 20 | AC | 0 | 56 | 1B | 7 | 13F | 55 | 35 |
| Octal | 355 | 40 | 254 | 0 | 126 | 33 | 7 | 477 | 125 | 65 |
| Binary | 11101101 | 100000 | 10101100 | 0 | 1010110 | 11011 | 111 | 100111111 | 1010101 | 110101 |
Color Harmonies of #ED20AC
Complementary color
Monochromatic Colors of #ED20AC
Black with #ED20AC
Text Example
Text Example
White with #ED20AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED20AC; }
p { color: rgb(237,32,172); }
H1.HeaderClassName
{
color: #ED20AC;
}
.AnyTagClassName
{
color: #ED20AC;
}
</style>
background-color css
<style>
a { background-color: #ED20AC; }
a { background-color: rgb(237,32,172); }
div.DivClassName
{
background-color: #ED20AC;
}
.BgClassName
{
background-color: #ED20AC;
}
</style>
border-color css
<style>
span { border-color: #ED20AC; }
span { border-color: rgb(237,32,172); }
td.TdClassName
{
border-color: #ED20AC;
}
.TagClassName
{
border-color: #ED20AC;
}
</style>