Shades of Spicy Pink #ED20AF
Tints of Spicy Pink #ED20AF
RGB
CMYK
RGB Variations
Color information
#ED20AF (or 0xED20AF) is known color: Spicy Pink. HEX triplet: ED, 20 and AF. RGB value is (237,32,175). Sum of RGB (Red+Green+Blue) = 237+32+175=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 32 (12.89% from 255 or 7.21% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED20AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED20AF is #12DF50. Grayscale: #6D6D6D. Windows color (decimal): -1236817 or 11477229. OLE color: 11477229.
HSL color Cylindrical-coordinate representation of color #ED20AF: hue angle of 318.15º 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 #ED20AF is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 175 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.07 |
| HSL | 318.15º | 0.85% | 0.53% | - |
| HSV(B) | 318.15º | 0.86% | 0.93% | - |
| XYZ | 43.18 | 22.13 | 42.55 | - |
| YUV | 109.6 | 164.92 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 175 | 0 | 0.86 | 0.26 | 0.07 | 318.15 | 0.85 | 0.53 |
| Hex | ED | 20 | AF | 0 | 56 | 1A | 7 | 13E | 55 | 35 |
| Octal | 355 | 40 | 257 | 0 | 126 | 32 | 7 | 476 | 125 | 65 |
| Binary | 11101101 | 100000 | 10101111 | 0 | 1010110 | 11010 | 111 | 100111110 | 1010101 | 110101 |
Color Harmonies of #ED20AF
Complementary color
Monochromatic Colors of #ED20AF
Black with #ED20AF
Text Example
Text Example
White with #ED20AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED20AF; }
p { color: rgb(237,32,175); }
H1.HeaderClassName
{
color: #ED20AF;
}
.AnyTagClassName
{
color: #ED20AF;
}
</style>
background-color css
<style>
a { background-color: #ED20AF; }
a { background-color: rgb(237,32,175); }
div.DivClassName
{
background-color: #ED20AF;
}
.BgClassName
{
background-color: #ED20AF;
}
</style>
border-color css
<style>
span { border-color: #ED20AF; }
span { border-color: rgb(237,32,175); }
td.TdClassName
{
border-color: #ED20AF;
}
.TagClassName
{
border-color: #ED20AF;
}
</style>