Shades of Spicy Pink #ED22BA
Tints of Spicy Pink #ED22BA
RGB
CMYK
RGB Variations
Color information
#ED22BA (or 0xED22BA) is known color: Spicy Pink. HEX triplet: ED, 22 and BA. RGB value is (237,34,186). Sum of RGB (Red+Green+Blue) = 237+34+186=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 34 (13.67% from 255 or 7.44% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED22BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED22BA is #12DD45. Grayscale: #6F6F6F. Windows color (decimal): -1236294 or 12198637. OLE color: 12198637.
HSL color Cylindrical-coordinate representation of color #ED22BA: hue angle of 315.07º 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 #ED22BA is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 34 | 186 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.07 |
| HSL | 315.07º | 0.85% | 0.53% | - |
| HSV(B) | 315.07º | 0.86% | 0.93% | - |
| XYZ | 44.36 | 22.69 | 48.5 | - |
| YUV | 112.03 | 169.75 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 34 | 186 | 0 | 0.86 | 0.22 | 0.07 | 315.07 | 0.85 | 0.53 |
| Hex | ED | 22 | BA | 0 | 56 | 16 | 7 | 13B | 55 | 35 |
| Octal | 355 | 42 | 272 | 0 | 126 | 26 | 7 | 473 | 125 | 65 |
| Binary | 11101101 | 100010 | 10111010 | 0 | 1010110 | 10110 | 111 | 100111011 | 1010101 | 110101 |
Color Harmonies of #ED22BA
Complementary color
Monochromatic Colors of #ED22BA
Black with #ED22BA
Text Example
Text Example
White with #ED22BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED22BA; }
p { color: rgb(237,34,186); }
H1.HeaderClassName
{
color: #ED22BA;
}
.AnyTagClassName
{
color: #ED22BA;
}
</style>
background-color css
<style>
a { background-color: #ED22BA; }
a { background-color: rgb(237,34,186); }
div.DivClassName
{
background-color: #ED22BA;
}
.BgClassName
{
background-color: #ED22BA;
}
</style>
border-color css
<style>
span { border-color: #ED22BA; }
span { border-color: rgb(237,34,186); }
td.TdClassName
{
border-color: #ED22BA;
}
.TagClassName
{
border-color: #ED22BA;
}
</style>