Shades of Spicy Pink #ED1EAC
Tints of Spicy Pink #ED1EAC
RGB
CMYK
RGB Variations
Color information
#ED1EAC (or 0xED1EAC) is known color: Spicy Pink. HEX triplet: ED, 1E and AC. RGB value is (237,30,172). Sum of RGB (Red+Green+Blue) = 237+30+172=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 30 (12.11% from 255 or 6.83% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1EAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED1EAC is #12E153. Grayscale: #6B6B6B. Windows color (decimal): -1237332 or 11280109. OLE color: 11280109.
HSL color Cylindrical-coordinate representation of color #ED1EAC: hue angle of 318.84º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED1EAC is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 30 | 172 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.07 |
| HSL | 318.84º | 0.85% | 0.52% | - |
| HSV(B) | 318.84º | 0.87% | 0.93% | - |
| XYZ | 42.84 | 21.91 | 41 | - |
| YUV | 108.08 | 164.08 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 30 | 172 | 0 | 0.87 | 0.27 | 0.07 | 318.84 | 0.85 | 0.52 |
| Hex | ED | 1E | AC | 0 | 57 | 1B | 7 | 13F | 55 | 34 |
| Octal | 355 | 36 | 254 | 0 | 127 | 33 | 7 | 477 | 125 | 64 |
| Binary | 11101101 | 11110 | 10101100 | 0 | 1010111 | 11011 | 111 | 100111111 | 1010101 | 110100 |
Color Harmonies of #ED1EAC
Complementary color
Monochromatic Colors of #ED1EAC
Black with #ED1EAC
Text Example
Text Example
White with #ED1EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1EAC; }
p { color: rgb(237,30,172); }
H1.HeaderClassName
{
color: #ED1EAC;
}
.AnyTagClassName
{
color: #ED1EAC;
}
</style>
background-color css
<style>
a { background-color: #ED1EAC; }
a { background-color: rgb(237,30,172); }
div.DivClassName
{
background-color: #ED1EAC;
}
.BgClassName
{
background-color: #ED1EAC;
}
</style>
border-color css
<style>
span { border-color: #ED1EAC; }
span { border-color: rgb(237,30,172); }
td.TdClassName
{
border-color: #ED1EAC;
}
.TagClassName
{
border-color: #ED1EAC;
}
</style>