Shades of Spicy Pink #ED21AF
Tints of Spicy Pink #ED21AF
RGB
CMYK
RGB Variations
Color information
#ED21AF (or 0xED21AF) is known color: Spicy Pink. HEX triplet: ED, 21 and AF. RGB value is (237,33,175). Sum of RGB (Red+Green+Blue) = 237+33+175=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 33 (13.28% from 255 or 7.42% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED21AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED21AF is #12DE50. Grayscale: #6D6D6D. Windows color (decimal): -1236561 or 11477485. OLE color: 11477485.
HSL color Cylindrical-coordinate representation of color #ED21AF: hue angle of 318.24º 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 #ED21AF is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 33 | 175 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.07 |
| HSL | 318.24º | 0.85% | 0.53% | - |
| HSV(B) | 318.24º | 0.86% | 0.93% | - |
| XYZ | 43.21 | 22.19 | 42.56 | - |
| YUV | 110.18 | 164.59 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 33 | 175 | 0 | 0.86 | 0.26 | 0.07 | 318.24 | 0.85 | 0.53 |
| Hex | ED | 21 | AF | 0 | 56 | 1A | 7 | 13E | 55 | 35 |
| Octal | 355 | 41 | 257 | 0 | 126 | 32 | 7 | 476 | 125 | 65 |
| Binary | 11101101 | 100001 | 10101111 | 0 | 1010110 | 11010 | 111 | 100111110 | 1010101 | 110101 |
Color Harmonies of #ED21AF
Complementary color
Monochromatic Colors of #ED21AF
Black with #ED21AF
Text Example
Text Example
White with #ED21AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED21AF; }
p { color: rgb(237,33,175); }
H1.HeaderClassName
{
color: #ED21AF;
}
.AnyTagClassName
{
color: #ED21AF;
}
</style>
background-color css
<style>
a { background-color: #ED21AF; }
a { background-color: rgb(237,33,175); }
div.DivClassName
{
background-color: #ED21AF;
}
.BgClassName
{
background-color: #ED21AF;
}
</style>
border-color css
<style>
span { border-color: #ED21AF; }
span { border-color: rgb(237,33,175); }
td.TdClassName
{
border-color: #ED21AF;
}
.TagClassName
{
border-color: #ED21AF;
}
</style>