Shades of Spicy Pink #ED16B0
Tints of Spicy Pink #ED16B0
RGB
CMYK
RGB Variations
Color information
#ED16B0 (or 0xED16B0) is known color: Spicy Pink. HEX triplet: ED, 16 and B0. RGB value is (237,22,176). Sum of RGB (Red+Green+Blue) = 237+22+176=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 22 (8.98% from 255 or 5.06% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #ED16B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED16B0 is #12E94F. Grayscale: #676767. Windows color (decimal): -1239376 or 11540205. OLE color: 11540205.
HSL color Cylindrical-coordinate representation of color #ED16B0: hue angle of 317.02º 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 #ED16B0 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 176 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.07 |
| HSL | 317.02º | 0.86% | 0.51% | - |
| HSV(B) | 317.02º | 0.91% | 0.93% | - |
| XYZ | 43.05 | 21.71 | 43 | - |
| YUV | 103.84 | 168.73 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 176 | 0 | 0.91 | 0.26 | 0.07 | 317.02 | 0.86 | 0.51 |
| Hex | ED | 16 | B0 | 0 | 5B | 1A | 7 | 13D | 56 | 33 |
| Octal | 355 | 26 | 260 | 0 | 133 | 32 | 7 | 475 | 126 | 63 |
| Binary | 11101101 | 10110 | 10110000 | 0 | 1011011 | 11010 | 111 | 100111101 | 1010110 | 110011 |
Color Harmonies of #ED16B0
Complementary color
Monochromatic Colors of #ED16B0
Black with #ED16B0
Text Example
Text Example
White with #ED16B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED16B0; }
p { color: rgb(237,22,176); }
H1.HeaderClassName
{
color: #ED16B0;
}
.AnyTagClassName
{
color: #ED16B0;
}
</style>
background-color css
<style>
a { background-color: #ED16B0; }
a { background-color: rgb(237,22,176); }
div.DivClassName
{
background-color: #ED16B0;
}
.BgClassName
{
background-color: #ED16B0;
}
</style>
border-color css
<style>
span { border-color: #ED16B0; }
span { border-color: rgb(237,22,176); }
td.TdClassName
{
border-color: #ED16B0;
}
.TagClassName
{
border-color: #ED16B0;
}
</style>