Shades of Spicy Pink #ED20AB
Tints of Spicy Pink #ED20AB
RGB
CMYK
RGB Variations
Color information
#ED20AB (or 0xED20AB) is known color: Spicy Pink. HEX triplet: ED, 20 and AB. RGB value is (237,32,171). Sum of RGB (Red+Green+Blue) = 237+32+171=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 32 (12.89% from 255 or 7.27% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #ED20AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED20AB is #12DF54. Grayscale: #6C6C6C. Windows color (decimal): -1236821 or 11215085. OLE color: 11215085.
HSL color Cylindrical-coordinate representation of color #ED20AB: hue angle of 319.32º 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 #ED20AB is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 171 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.07 |
| HSL | 319.32º | 0.85% | 0.53% | - |
| HSV(B) | 319.32º | 0.86% | 0.93% | - |
| XYZ | 42.79 | 21.98 | 40.51 | - |
| YUV | 109.14 | 162.92 | 219.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 171 | 0 | 0.86 | 0.28 | 0.07 | 319.32 | 0.85 | 0.53 |
| Hex | ED | 20 | AB | 0 | 56 | 1C | 7 | 13F | 55 | 35 |
| Octal | 355 | 40 | 253 | 0 | 126 | 34 | 7 | 477 | 125 | 65 |
| Binary | 11101101 | 100000 | 10101011 | 0 | 1010110 | 11100 | 111 | 100111111 | 1010101 | 110101 |
Color Harmonies of #ED20AB
Complementary color
Monochromatic Colors of #ED20AB
Black with #ED20AB
Text Example
Text Example
White with #ED20AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED20AB; }
p { color: rgb(237,32,171); }
H1.HeaderClassName
{
color: #ED20AB;
}
.AnyTagClassName
{
color: #ED20AB;
}
</style>
background-color css
<style>
a { background-color: #ED20AB; }
a { background-color: rgb(237,32,171); }
div.DivClassName
{
background-color: #ED20AB;
}
.BgClassName
{
background-color: #ED20AB;
}
</style>
border-color css
<style>
span { border-color: #ED20AB; }
span { border-color: rgb(237,32,171); }
td.TdClassName
{
border-color: #ED20AB;
}
.TagClassName
{
border-color: #ED20AB;
}
</style>