Shades of Spicy Pink #ED18A6
Tints of Spicy Pink #ED18A6
RGB
CMYK
RGB Variations
Color information
#ED18A6 (or 0xED18A6) is known color: Spicy Pink. HEX triplet: ED, 18 and A6. RGB value is (237,24,166). Sum of RGB (Red+Green+Blue) = 237+24+166=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 24 (9.77% from 255 or 5.62% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED18A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED18A6 is #12E759. Grayscale: #676767. Windows color (decimal): -1238874 or 10885357. OLE color: 10885357.
HSL color Cylindrical-coordinate representation of color #ED18A6: hue angle of 320º 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 #ED18A6 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 166 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.07 |
| HSL | 320º | 0.86% | 0.51% | - |
| HSV(B) | 320º | 0.9% | 0.93% | - |
| XYZ | 42.13 | 21.41 | 37.99 | - |
| YUV | 103.88 | 163.07 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 166 | 0 | 0.90 | 0.30 | 0.07 | 320 | 0.86 | 0.51 |
| Hex | ED | 18 | A6 | 0 | 5A | 1E | 7 | 140 | 56 | 33 |
| Octal | 355 | 30 | 246 | 0 | 132 | 36 | 7 | 500 | 126 | 63 |
| Binary | 11101101 | 11000 | 10100110 | 0 | 1011010 | 11110 | 111 | 101000000 | 1010110 | 110011 |
Color Harmonies of #ED18A6
Complementary color
Monochromatic Colors of #ED18A6
Black with #ED18A6
Text Example
Text Example
White with #ED18A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED18A6; }
p { color: rgb(237,24,166); }
H1.HeaderClassName
{
color: #ED18A6;
}
.AnyTagClassName
{
color: #ED18A6;
}
</style>
background-color css
<style>
a { background-color: #ED18A6; }
a { background-color: rgb(237,24,166); }
div.DivClassName
{
background-color: #ED18A6;
}
.BgClassName
{
background-color: #ED18A6;
}
</style>
border-color css
<style>
span { border-color: #ED18A6; }
span { border-color: rgb(237,24,166); }
td.TdClassName
{
border-color: #ED18A6;
}
.TagClassName
{
border-color: #ED18A6;
}
</style>