Shades of Spicy Pink #ED20AA
Tints of Spicy Pink #ED20AA
RGB
CMYK
RGB Variations
Color information
#ED20AA (or 0xED20AA) is known color: Spicy Pink. HEX triplet: ED, 20 and AA. RGB value is (237,32,170). Sum of RGB (Red+Green+Blue) = 237+32+170=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 32 (12.89% from 255 or 7.29% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED20AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED20AA is #12DF55. Grayscale: #6C6C6C. Windows color (decimal): -1236822 or 11149549. OLE color: 11149549.
HSL color Cylindrical-coordinate representation of color #ED20AA: hue angle of 319.61º 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 #ED20AA is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 170 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.07 |
| HSL | 319.61º | 0.85% | 0.53% | - |
| HSV(B) | 319.61º | 0.86% | 0.93% | - |
| XYZ | 42.7 | 21.94 | 40.01 | - |
| YUV | 109.03 | 162.42 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 170 | 0 | 0.86 | 0.28 | 0.07 | 319.61 | 0.85 | 0.53 |
| Hex | ED | 20 | AA | 0 | 56 | 1C | 7 | 140 | 55 | 35 |
| Octal | 355 | 40 | 252 | 0 | 126 | 34 | 7 | 500 | 125 | 65 |
| Binary | 11101101 | 100000 | 10101010 | 0 | 1010110 | 11100 | 111 | 101000000 | 1010101 | 110101 |
Color Harmonies of #ED20AA
Complementary color
Monochromatic Colors of #ED20AA
Black with #ED20AA
Text Example
Text Example
White with #ED20AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED20AA; }
p { color: rgb(237,32,170); }
H1.HeaderClassName
{
color: #ED20AA;
}
.AnyTagClassName
{
color: #ED20AA;
}
</style>
background-color css
<style>
a { background-color: #ED20AA; }
a { background-color: rgb(237,32,170); }
div.DivClassName
{
background-color: #ED20AA;
}
.BgClassName
{
background-color: #ED20AA;
}
</style>
border-color css
<style>
span { border-color: #ED20AA; }
span { border-color: rgb(237,32,170); }
td.TdClassName
{
border-color: #ED20AA;
}
.TagClassName
{
border-color: #ED20AA;
}
</style>