Shades of Spicy Pink #ED18AF
Tints of Spicy Pink #ED18AF
RGB
CMYK
RGB Variations
Color information
#ED18AF (or 0xED18AF) is known color: Spicy Pink. HEX triplet: ED, 18 and AF. RGB value is (237,24,175). Sum of RGB (Red+Green+Blue) = 237+24+175=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 24 (9.77% from 255 or 5.50% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #ED18AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED18AF is #12E750. Grayscale: #686868. Windows color (decimal): -1238865 or 11475181. OLE color: 11475181.
HSL color Cylindrical-coordinate representation of color #ED18AF: hue angle of 317.46º 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 #ED18AF is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 175 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.07 |
| HSL | 317.46º | 0.86% | 0.51% | - |
| HSV(B) | 317.46º | 0.9% | 0.93% | - |
| XYZ | 42.99 | 21.75 | 42.49 | - |
| YUV | 104.9 | 167.57 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 175 | 0 | 0.90 | 0.26 | 0.07 | 317.46 | 0.86 | 0.51 |
| Hex | ED | 18 | AF | 0 | 5A | 1A | 7 | 13D | 56 | 33 |
| Octal | 355 | 30 | 257 | 0 | 132 | 32 | 7 | 475 | 126 | 63 |
| Binary | 11101101 | 11000 | 10101111 | 0 | 1011010 | 11010 | 111 | 100111101 | 1010110 | 110011 |
Color Harmonies of #ED18AF
Complementary color
Monochromatic Colors of #ED18AF
Black with #ED18AF
Text Example
Text Example
White with #ED18AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED18AF; }
p { color: rgb(237,24,175); }
H1.HeaderClassName
{
color: #ED18AF;
}
.AnyTagClassName
{
color: #ED18AF;
}
</style>
background-color css
<style>
a { background-color: #ED18AF; }
a { background-color: rgb(237,24,175); }
div.DivClassName
{
background-color: #ED18AF;
}
.BgClassName
{
background-color: #ED18AF;
}
</style>
border-color css
<style>
span { border-color: #ED18AF; }
span { border-color: rgb(237,24,175); }
td.TdClassName
{
border-color: #ED18AF;
}
.TagClassName
{
border-color: #ED18AF;
}
</style>