Shades of Spicy Pink #ED18AB
Tints of Spicy Pink #ED18AB
RGB
CMYK
RGB Variations
Color information
#ED18AB (or 0xED18AB) is known color: Spicy Pink. HEX triplet: ED, 18 and AB. RGB value is (237,24,171). Sum of RGB (Red+Green+Blue) = 237+24+171=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 24 (9.77% from 255 or 5.56% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED18AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED18AB is #12E754. Grayscale: #686868. Windows color (decimal): -1238869 or 11213037. OLE color: 11213037.
HSL color Cylindrical-coordinate representation of color #ED18AB: hue angle of 318.59º 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 #ED18AB is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 171 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.07 |
| HSL | 318.59º | 0.86% | 0.51% | - |
| HSV(B) | 318.59º | 0.9% | 0.93% | - |
| XYZ | 42.6 | 21.6 | 40.45 | - |
| YUV | 104.45 | 165.57 | 222.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 171 | 0 | 0.90 | 0.28 | 0.07 | 318.59 | 0.86 | 0.51 |
| Hex | ED | 18 | AB | 0 | 5A | 1C | 7 | 13F | 56 | 33 |
| Octal | 355 | 30 | 253 | 0 | 132 | 34 | 7 | 477 | 126 | 63 |
| Binary | 11101101 | 11000 | 10101011 | 0 | 1011010 | 11100 | 111 | 100111111 | 1010110 | 110011 |
Color Harmonies of #ED18AB
Complementary color
Monochromatic Colors of #ED18AB
Black with #ED18AB
Text Example
Text Example
White with #ED18AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED18AB; }
p { color: rgb(237,24,171); }
H1.HeaderClassName
{
color: #ED18AB;
}
.AnyTagClassName
{
color: #ED18AB;
}
</style>
background-color css
<style>
a { background-color: #ED18AB; }
a { background-color: rgb(237,24,171); }
div.DivClassName
{
background-color: #ED18AB;
}
.BgClassName
{
background-color: #ED18AB;
}
</style>
border-color css
<style>
span { border-color: #ED18AB; }
span { border-color: rgb(237,24,171); }
td.TdClassName
{
border-color: #ED18AB;
}
.TagClassName
{
border-color: #ED18AB;
}
</style>