Shades of Spicy Pink #ED21B8
Tints of Spicy Pink #ED21B8
RGB
CMYK
RGB Variations
Color information
#ED21B8 (or 0xED21B8) is known color: Spicy Pink. HEX triplet: ED, 21 and B8. RGB value is (237,33,184). Sum of RGB (Red+Green+Blue) = 237+33+184=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 33 (13.28% from 255 or 7.27% from 454); Blue value is 184 (72.27% from 255 or 40.53% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #ED21B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED21B8 is #12DE47. Grayscale: #6E6E6E. Windows color (decimal): -1236552 or 12067309. OLE color: 12067309.
HSL color Cylindrical-coordinate representation of color #ED21B8: hue angle of 315.59º 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 #ED21B8 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 33 | 184 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.07 |
| HSL | 315.59º | 0.85% | 0.53% | - |
| HSV(B) | 315.59º | 0.86% | 0.93% | - |
| XYZ | 44.12 | 22.55 | 47.38 | - |
| YUV | 111.21 | 169.09 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 33 | 184 | 0 | 0.86 | 0.22 | 0.07 | 315.59 | 0.85 | 0.53 |
| Hex | ED | 21 | B8 | 0 | 56 | 16 | 7 | 13C | 55 | 35 |
| Octal | 355 | 41 | 270 | 0 | 126 | 26 | 7 | 474 | 125 | 65 |
| Binary | 11101101 | 100001 | 10111000 | 0 | 1010110 | 10110 | 111 | 100111100 | 1010101 | 110101 |
Color Harmonies of #ED21B8
Complementary color
Monochromatic Colors of #ED21B8
Black with #ED21B8
Text Example
Text Example
White with #ED21B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED21B8; }
p { color: rgb(237,33,184); }
H1.HeaderClassName
{
color: #ED21B8;
}
.AnyTagClassName
{
color: #ED21B8;
}
</style>
background-color css
<style>
a { background-color: #ED21B8; }
a { background-color: rgb(237,33,184); }
div.DivClassName
{
background-color: #ED21B8;
}
.BgClassName
{
background-color: #ED21B8;
}
</style>
border-color css
<style>
span { border-color: #ED21B8; }
span { border-color: rgb(237,33,184); }
td.TdClassName
{
border-color: #ED21B8;
}
.TagClassName
{
border-color: #ED21B8;
}
</style>