Shades of Spicy Pink #ED19A6
Tints of Spicy Pink #ED19A6
RGB
CMYK
RGB Variations
Color information
#ED19A6 (or 0xED19A6) is known color: Spicy Pink. HEX triplet: ED, 19 and A6. RGB value is (237,25,166). Sum of RGB (Red+Green+Blue) = 237+25+166=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 25 (10.16% from 255 or 5.84% from 428); Blue value is 166 (65.23% from 255 or 38.79% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED19A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED19A6 is #12E659. Grayscale: #686868. Windows color (decimal): -1238618 or 10885613. OLE color: 10885613.
HSL color Cylindrical-coordinate representation of color #ED19A6: hue angle of 320.09º 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 #ED19A6 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 166 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.07 |
| HSL | 320.09º | 0.85% | 0.51% | - |
| HSV(B) | 320.09º | 0.89% | 0.93% | - |
| XYZ | 42.16 | 21.45 | 38 | - |
| YUV | 104.46 | 162.74 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 166 | 0 | 0.89 | 0.30 | 0.07 | 320.09 | 0.85 | 0.51 |
| Hex | ED | 19 | A6 | 0 | 59 | 1E | 7 | 140 | 55 | 33 |
| Octal | 355 | 31 | 246 | 0 | 131 | 36 | 7 | 500 | 125 | 63 |
| Binary | 11101101 | 11001 | 10100110 | 0 | 1011001 | 11110 | 111 | 101000000 | 1010101 | 110011 |
Color Harmonies of #ED19A6
Complementary color
Monochromatic Colors of #ED19A6
Black with #ED19A6
Text Example
Text Example
White with #ED19A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED19A6; }
p { color: rgb(237,25,166); }
H1.HeaderClassName
{
color: #ED19A6;
}
.AnyTagClassName
{
color: #ED19A6;
}
</style>
background-color css
<style>
a { background-color: #ED19A6; }
a { background-color: rgb(237,25,166); }
div.DivClassName
{
background-color: #ED19A6;
}
.BgClassName
{
background-color: #ED19A6;
}
</style>
border-color css
<style>
span { border-color: #ED19A6; }
span { border-color: rgb(237,25,166); }
td.TdClassName
{
border-color: #ED19A6;
}
.TagClassName
{
border-color: #ED19A6;
}
</style>