Shades of Spicy Pink #ED20B7
Tints of Spicy Pink #ED20B7
RGB
CMYK
RGB Variations
Color information
#ED20B7 (or 0xED20B7) is known color: Spicy Pink. HEX triplet: ED, 20 and B7. RGB value is (237,32,183). Sum of RGB (Red+Green+Blue) = 237+32+183=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 32 (12.89% from 255 or 7.08% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #ED20B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED20B7 is #12DF48. Grayscale: #6E6E6E. Windows color (decimal): -1236809 or 12001517. OLE color: 12001517.
HSL color Cylindrical-coordinate representation of color #ED20B7: hue angle of 315.8º 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 #ED20B7 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 183 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.07 |
| HSL | 315.8º | 0.85% | 0.53% | - |
| HSV(B) | 315.8º | 0.86% | 0.93% | - |
| XYZ | 43.99 | 22.46 | 46.82 | - |
| YUV | 110.51 | 168.92 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 183 | 0 | 0.86 | 0.23 | 0.07 | 315.8 | 0.85 | 0.53 |
| Hex | ED | 20 | B7 | 0 | 56 | 17 | 7 | 13C | 55 | 35 |
| Octal | 355 | 40 | 267 | 0 | 126 | 27 | 7 | 474 | 125 | 65 |
| Binary | 11101101 | 100000 | 10110111 | 0 | 1010110 | 10111 | 111 | 100111100 | 1010101 | 110101 |
Color Harmonies of #ED20B7
Complementary color
Monochromatic Colors of #ED20B7
Black with #ED20B7
Text Example
Text Example
White with #ED20B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED20B7; }
p { color: rgb(237,32,183); }
H1.HeaderClassName
{
color: #ED20B7;
}
.AnyTagClassName
{
color: #ED20B7;
}
</style>
background-color css
<style>
a { background-color: #ED20B7; }
a { background-color: rgb(237,32,183); }
div.DivClassName
{
background-color: #ED20B7;
}
.BgClassName
{
background-color: #ED20B7;
}
</style>
border-color css
<style>
span { border-color: #ED20B7; }
span { border-color: rgb(237,32,183); }
td.TdClassName
{
border-color: #ED20B7;
}
.TagClassName
{
border-color: #ED20B7;
}
</style>