Shades of Spicy Pink #ED21AD
Tints of Spicy Pink #ED21AD
RGB
CMYK
RGB Variations
Color information
#ED21AD (or 0xED21AD) is known color: Spicy Pink. HEX triplet: ED, 21 and AD. RGB value is (237,33,173). Sum of RGB (Red+Green+Blue) = 237+33+173=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 33 (13.28% from 255 or 7.45% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED21AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED21AD is #12DE52. Grayscale: #6D6D6D. Windows color (decimal): -1236563 or 11346413. OLE color: 11346413.
HSL color Cylindrical-coordinate representation of color #ED21AD: hue angle of 318.82º 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 #ED21AD is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 33 | 173 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.07 |
| HSL | 318.82º | 0.85% | 0.53% | - |
| HSV(B) | 318.82º | 0.86% | 0.93% | - |
| XYZ | 43.01 | 22.11 | 41.54 | - |
| YUV | 109.96 | 163.59 | 218.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 33 | 173 | 0 | 0.86 | 0.27 | 0.07 | 318.82 | 0.85 | 0.53 |
| Hex | ED | 21 | AD | 0 | 56 | 1B | 7 | 13F | 55 | 35 |
| Octal | 355 | 41 | 255 | 0 | 126 | 33 | 7 | 477 | 125 | 65 |
| Binary | 11101101 | 100001 | 10101101 | 0 | 1010110 | 11011 | 111 | 100111111 | 1010101 | 110101 |
Color Harmonies of #ED21AD
Complementary color
Monochromatic Colors of #ED21AD
Black with #ED21AD
Text Example
Text Example
White with #ED21AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED21AD; }
p { color: rgb(237,33,173); }
H1.HeaderClassName
{
color: #ED21AD;
}
.AnyTagClassName
{
color: #ED21AD;
}
</style>
background-color css
<style>
a { background-color: #ED21AD; }
a { background-color: rgb(237,33,173); }
div.DivClassName
{
background-color: #ED21AD;
}
.BgClassName
{
background-color: #ED21AD;
}
</style>
border-color css
<style>
span { border-color: #ED21AD; }
span { border-color: rgb(237,33,173); }
td.TdClassName
{
border-color: #ED21AD;
}
.TagClassName
{
border-color: #ED21AD;
}
</style>