Shades of Spicy Pink #ED16A2
Tints of Spicy Pink #ED16A2
RGB
CMYK
RGB Variations
Color information
#ED16A2 (or 0xED16A2) is known color: Spicy Pink. HEX triplet: ED, 16 and A2. RGB value is (237,22,162). Sum of RGB (Red+Green+Blue) = 237+22+162=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #ED16A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED16A2 is #12E95D. Grayscale: #656565. Windows color (decimal): -1239390 or 10622701. OLE color: 10622701.
HSL color Cylindrical-coordinate representation of color #ED16A2: hue angle of 320.93º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED16A2 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 162 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.07 |
| HSL | 320.93º | 0.86% | 0.51% | - |
| HSV(B) | 320.93º | 0.91% | 0.93% | - |
| XYZ | 41.73 | 21.19 | 36.07 | - |
| YUV | 102.25 | 161.73 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 162 | 0 | 0.91 | 0.32 | 0.07 | 320.93 | 0.86 | 0.51 |
| Hex | ED | 16 | A2 | 0 | 5B | 20 | 7 | 141 | 56 | 33 |
| Octal | 355 | 26 | 242 | 0 | 133 | 40 | 7 | 501 | 126 | 63 |
| Binary | 11101101 | 10110 | 10100010 | 0 | 1011011 | 100000 | 111 | 101000001 | 1010110 | 110011 |
Color Harmonies of #ED16A2
Complementary color
Monochromatic Colors of #ED16A2
Black with #ED16A2
Text Example
Text Example
White with #ED16A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED16A2; }
p { color: rgb(237,22,162); }
H1.HeaderClassName
{
color: #ED16A2;
}
.AnyTagClassName
{
color: #ED16A2;
}
</style>
background-color css
<style>
a { background-color: #ED16A2; }
a { background-color: rgb(237,22,162); }
div.DivClassName
{
background-color: #ED16A2;
}
.BgClassName
{
background-color: #ED16A2;
}
</style>
border-color css
<style>
span { border-color: #ED16A2; }
span { border-color: rgb(237,22,162); }
td.TdClassName
{
border-color: #ED16A2;
}
.TagClassName
{
border-color: #ED16A2;
}
</style>