Shades of Spicy Pink #ED21AA
Tints of Spicy Pink #ED21AA
RGB
CMYK
RGB Variations
Color information
#ED21AA (or 0xED21AA) is known color: Spicy Pink. HEX triplet: ED, 21 and AA. RGB value is (237,33,170). Sum of RGB (Red+Green+Blue) = 237+33+170=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 33 (13.28% from 255 or 7.5% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #ED21AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED21AA is #12DE55. Grayscale: #6D6D6D. Windows color (decimal): -1236566 or 11149805. OLE color: 11149805.
HSL color Cylindrical-coordinate representation of color #ED21AA: hue angle of 319.71º 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 #ED21AA is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 33 | 170 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.07 |
| HSL | 319.71º | 0.85% | 0.53% | - |
| HSV(B) | 319.71º | 0.86% | 0.93% | - |
| XYZ | 42.72 | 21.99 | 40.02 | - |
| YUV | 109.61 | 162.09 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 33 | 170 | 0 | 0.86 | 0.28 | 0.07 | 319.71 | 0.85 | 0.53 |
| Hex | ED | 21 | AA | 0 | 56 | 1C | 7 | 140 | 55 | 35 |
| Octal | 355 | 41 | 252 | 0 | 126 | 34 | 7 | 500 | 125 | 65 |
| Binary | 11101101 | 100001 | 10101010 | 0 | 1010110 | 11100 | 111 | 101000000 | 1010101 | 110101 |
Color Harmonies of #ED21AA
Complementary color
Monochromatic Colors of #ED21AA
Black with #ED21AA
Text Example
Text Example
White with #ED21AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED21AA; }
p { color: rgb(237,33,170); }
H1.HeaderClassName
{
color: #ED21AA;
}
.AnyTagClassName
{
color: #ED21AA;
}
</style>
background-color css
<style>
a { background-color: #ED21AA; }
a { background-color: rgb(237,33,170); }
div.DivClassName
{
background-color: #ED21AA;
}
.BgClassName
{
background-color: #ED21AA;
}
</style>
border-color css
<style>
span { border-color: #ED21AA; }
span { border-color: rgb(237,33,170); }
td.TdClassName
{
border-color: #ED21AA;
}
.TagClassName
{
border-color: #ED21AA;
}
</style>