Shades of Spicy Pink #ED17A1
Tints of Spicy Pink #ED17A1
RGB
CMYK
RGB Variations
Color information
#ED17A1 (or 0xED17A1) is known color: Spicy Pink. HEX triplet: ED, 17 and A1. RGB value is (237,23,161). Sum of RGB (Red+Green+Blue) = 237+23+161=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 23 (9.38% from 255 or 5.46% from 421); Blue value is 161 (63.28% from 255 or 38.24% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #ED17A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED17A1 is #12E85E. Grayscale: #666666. Windows color (decimal): -1239135 or 10557421. OLE color: 10557421.
HSL color Cylindrical-coordinate representation of color #ED17A1: hue angle of 321.31º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED17A1 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 161 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.07 |
| HSL | 321.31º | 0.86% | 0.51% | - |
| HSV(B) | 321.31º | 0.9% | 0.93% | - |
| XYZ | 41.66 | 21.19 | 35.61 | - |
| YUV | 102.72 | 160.9 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 161 | 0 | 0.90 | 0.32 | 0.07 | 321.31 | 0.86 | 0.51 |
| Hex | ED | 17 | A1 | 0 | 5A | 20 | 7 | 141 | 56 | 33 |
| Octal | 355 | 27 | 241 | 0 | 132 | 40 | 7 | 501 | 126 | 63 |
| Binary | 11101101 | 10111 | 10100001 | 0 | 1011010 | 100000 | 111 | 101000001 | 1010110 | 110011 |
Color Harmonies of #ED17A1
Complementary color
Monochromatic Colors of #ED17A1
Black with #ED17A1
Text Example
Text Example
White with #ED17A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED17A1; }
p { color: rgb(237,23,161); }
H1.HeaderClassName
{
color: #ED17A1;
}
.AnyTagClassName
{
color: #ED17A1;
}
</style>
background-color css
<style>
a { background-color: #ED17A1; }
a { background-color: rgb(237,23,161); }
div.DivClassName
{
background-color: #ED17A1;
}
.BgClassName
{
background-color: #ED17A1;
}
</style>
border-color css
<style>
span { border-color: #ED17A1; }
span { border-color: rgb(237,23,161); }
td.TdClassName
{
border-color: #ED17A1;
}
.TagClassName
{
border-color: #ED17A1;
}
</style>