Shades of Spicy Pink #ED17A3
Tints of Spicy Pink #ED17A3
RGB
CMYK
RGB Variations
Color information
#ED17A3 (or 0xED17A3) is known color: Spicy Pink. HEX triplet: ED, 17 and A3. RGB value is (237,23,163). Sum of RGB (Red+Green+Blue) = 237+23+163=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 23 (9.38% from 255 or 5.44% from 423); Blue value is 163 (64.06% from 255 or 38.53% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #ED17A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED17A3 is #12E85C. Grayscale: #666666. Windows color (decimal): -1239133 or 10688493. OLE color: 10688493.
HSL color Cylindrical-coordinate representation of color #ED17A3: hue angle of 320.75º 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 #ED17A3 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 163 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.07 |
| HSL | 320.75º | 0.86% | 0.51% | - |
| HSV(B) | 320.75º | 0.9% | 0.93% | - |
| XYZ | 41.84 | 21.26 | 36.55 | - |
| YUV | 102.95 | 161.9 | 223.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 163 | 0 | 0.90 | 0.31 | 0.07 | 320.75 | 0.86 | 0.51 |
| Hex | ED | 17 | A3 | 0 | 5A | 1F | 7 | 141 | 56 | 33 |
| Octal | 355 | 27 | 243 | 0 | 132 | 37 | 7 | 501 | 126 | 63 |
| Binary | 11101101 | 10111 | 10100011 | 0 | 1011010 | 11111 | 111 | 101000001 | 1010110 | 110011 |
Color Harmonies of #ED17A3
Complementary color
Monochromatic Colors of #ED17A3
Black with #ED17A3
Text Example
Text Example
White with #ED17A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED17A3; }
p { color: rgb(237,23,163); }
H1.HeaderClassName
{
color: #ED17A3;
}
.AnyTagClassName
{
color: #ED17A3;
}
</style>
background-color css
<style>
a { background-color: #ED17A3; }
a { background-color: rgb(237,23,163); }
div.DivClassName
{
background-color: #ED17A3;
}
.BgClassName
{
background-color: #ED17A3;
}
</style>
border-color css
<style>
span { border-color: #ED17A3; }
span { border-color: rgb(237,23,163); }
td.TdClassName
{
border-color: #ED17A3;
}
.TagClassName
{
border-color: #ED17A3;
}
</style>