Shades of Spicy Pink #ED1FAC
Tints of Spicy Pink #ED1FAC
RGB
CMYK
RGB Variations
Color information
#ED1FAC (or 0xED1FAC) is known color: Spicy Pink. HEX triplet: ED, 1F and AC. RGB value is (237,31,172). Sum of RGB (Red+Green+Blue) = 237+31+172=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 31 (12.5% from 255 or 7.05% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED1FAC is #12E053. Grayscale: #6C6C6C. Windows color (decimal): -1237076 or 11280365. OLE color: 11280365.
HSL color Cylindrical-coordinate representation of color #ED1FAC: hue angle of 318.93º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED1FAC is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 31 | 172 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.07 |
| HSL | 318.93º | 0.85% | 0.53% | - |
| HSV(B) | 318.93º | 0.87% | 0.93% | - |
| XYZ | 42.86 | 21.96 | 41.01 | - |
| YUV | 108.67 | 163.75 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 31 | 172 | 0 | 0.87 | 0.27 | 0.07 | 318.93 | 0.85 | 0.53 |
| Hex | ED | 1F | AC | 0 | 57 | 1B | 7 | 13F | 55 | 35 |
| Octal | 355 | 37 | 254 | 0 | 127 | 33 | 7 | 477 | 125 | 65 |
| Binary | 11101101 | 11111 | 10101100 | 0 | 1010111 | 11011 | 111 | 100111111 | 1010101 | 110101 |
Color Harmonies of #ED1FAC
Complementary color
Monochromatic Colors of #ED1FAC
Black with #ED1FAC
Text Example
Text Example
White with #ED1FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1FAC; }
p { color: rgb(237,31,172); }
H1.HeaderClassName
{
color: #ED1FAC;
}
.AnyTagClassName
{
color: #ED1FAC;
}
</style>
background-color css
<style>
a { background-color: #ED1FAC; }
a { background-color: rgb(237,31,172); }
div.DivClassName
{
background-color: #ED1FAC;
}
.BgClassName
{
background-color: #ED1FAC;
}
</style>
border-color css
<style>
span { border-color: #ED1FAC; }
span { border-color: rgb(237,31,172); }
td.TdClassName
{
border-color: #ED1FAC;
}
.TagClassName
{
border-color: #ED1FAC;
}
</style>