Shades of Spicy Pink #ED19B0
Tints of Spicy Pink #ED19B0
RGB
CMYK
RGB Variations
Color information
#ED19B0 (or 0xED19B0) is known color: Spicy Pink. HEX triplet: ED, 19 and B0. RGB value is (237,25,176). Sum of RGB (Red+Green+Blue) = 237+25+176=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 25 (10.16% from 255 or 5.71% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED19B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED19B0 is #12E64F. Grayscale: #696969. Windows color (decimal): -1238608 or 11540973. OLE color: 11540973.
HSL color Cylindrical-coordinate representation of color #ED19B0: hue angle of 317.26º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED19B0 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 176 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.07 |
| HSL | 317.26º | 0.85% | 0.51% | - |
| HSV(B) | 317.26º | 0.89% | 0.93% | - |
| XYZ | 43.11 | 21.83 | 43.02 | - |
| YUV | 105.6 | 167.74 | 221.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 176 | 0 | 0.89 | 0.26 | 0.07 | 317.26 | 0.85 | 0.51 |
| Hex | ED | 19 | B0 | 0 | 59 | 1A | 7 | 13D | 55 | 33 |
| Octal | 355 | 31 | 260 | 0 | 131 | 32 | 7 | 475 | 125 | 63 |
| Binary | 11101101 | 11001 | 10110000 | 0 | 1011001 | 11010 | 111 | 100111101 | 1010101 | 110011 |
Color Harmonies of #ED19B0
Complementary color
Monochromatic Colors of #ED19B0
Black with #ED19B0
Text Example
Text Example
White with #ED19B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED19B0; }
p { color: rgb(237,25,176); }
H1.HeaderClassName
{
color: #ED19B0;
}
.AnyTagClassName
{
color: #ED19B0;
}
</style>
background-color css
<style>
a { background-color: #ED19B0; }
a { background-color: rgb(237,25,176); }
div.DivClassName
{
background-color: #ED19B0;
}
.BgClassName
{
background-color: #ED19B0;
}
</style>
border-color css
<style>
span { border-color: #ED19B0; }
span { border-color: rgb(237,25,176); }
td.TdClassName
{
border-color: #ED19B0;
}
.TagClassName
{
border-color: #ED19B0;
}
</style>