Shades of Spicy Pink #ED22AB
Tints of Spicy Pink #ED22AB
RGB
CMYK
RGB Variations
Color information
#ED22AB (or 0xED22AB) is known color: Spicy Pink. HEX triplet: ED, 22 and AB. RGB value is (237,34,171). Sum of RGB (Red+Green+Blue) = 237+34+171=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 34 (13.67% from 255 or 7.69% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #ED22AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED22AB is #12DD54. Grayscale: #6D6D6D. Windows color (decimal): -1236309 or 11215597. OLE color: 11215597.
HSL color Cylindrical-coordinate representation of color #ED22AB: hue angle of 319.51º 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 #ED22AB is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 34 | 171 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.07 |
| HSL | 319.51º | 0.85% | 0.53% | - |
| HSV(B) | 319.51º | 0.86% | 0.93% | - |
| XYZ | 42.85 | 22.09 | 40.53 | - |
| YUV | 110.32 | 162.25 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 34 | 171 | 0 | 0.86 | 0.28 | 0.07 | 319.51 | 0.85 | 0.53 |
| Hex | ED | 22 | AB | 0 | 56 | 1C | 7 | 140 | 55 | 35 |
| Octal | 355 | 42 | 253 | 0 | 126 | 34 | 7 | 500 | 125 | 65 |
| Binary | 11101101 | 100010 | 10101011 | 0 | 1010110 | 11100 | 111 | 101000000 | 1010101 | 110101 |
Color Harmonies of #ED22AB
Complementary color
Monochromatic Colors of #ED22AB
Black with #ED22AB
Text Example
Text Example
White with #ED22AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED22AB; }
p { color: rgb(237,34,171); }
H1.HeaderClassName
{
color: #ED22AB;
}
.AnyTagClassName
{
color: #ED22AB;
}
</style>
background-color css
<style>
a { background-color: #ED22AB; }
a { background-color: rgb(237,34,171); }
div.DivClassName
{
background-color: #ED22AB;
}
.BgClassName
{
background-color: #ED22AB;
}
</style>
border-color css
<style>
span { border-color: #ED22AB; }
span { border-color: rgb(237,34,171); }
td.TdClassName
{
border-color: #ED22AB;
}
.TagClassName
{
border-color: #ED22AB;
}
</style>