Shades of Spicy Pink #ED1FB5
Tints of Spicy Pink #ED1FB5
RGB
CMYK
RGB Variations
Color information
#ED1FB5 (or 0xED1FB5) is known color: Spicy Pink. HEX triplet: ED, 1F and B5. RGB value is (237,31,181). Sum of RGB (Red+Green+Blue) = 237+31+181=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 31 (12.5% from 255 or 6.90% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1FB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1FB5 is #12E04A. Grayscale: #6D6D6D. Windows color (decimal): -1237067 or 11870189. OLE color: 11870189.
HSL color Cylindrical-coordinate representation of color #ED1FB5: hue angle of 316.31º 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 #ED1FB5 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 31 | 181 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.07 |
| HSL | 316.31º | 0.85% | 0.53% | - |
| HSV(B) | 316.31º | 0.87% | 0.93% | - |
| XYZ | 43.76 | 22.32 | 45.72 | - |
| YUV | 109.69 | 168.25 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 31 | 181 | 0 | 0.87 | 0.24 | 0.07 | 316.31 | 0.85 | 0.53 |
| Hex | ED | 1F | B5 | 0 | 57 | 18 | 7 | 13C | 55 | 35 |
| Octal | 355 | 37 | 265 | 0 | 127 | 30 | 7 | 474 | 125 | 65 |
| Binary | 11101101 | 11111 | 10110101 | 0 | 1010111 | 11000 | 111 | 100111100 | 1010101 | 110101 |
Color Harmonies of #ED1FB5
Complementary color
Monochromatic Colors of #ED1FB5
Black with #ED1FB5
Text Example
Text Example
White with #ED1FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1FB5; }
p { color: rgb(237,31,181); }
H1.HeaderClassName
{
color: #ED1FB5;
}
.AnyTagClassName
{
color: #ED1FB5;
}
</style>
background-color css
<style>
a { background-color: #ED1FB5; }
a { background-color: rgb(237,31,181); }
div.DivClassName
{
background-color: #ED1FB5;
}
.BgClassName
{
background-color: #ED1FB5;
}
</style>
border-color css
<style>
span { border-color: #ED1FB5; }
span { border-color: rgb(237,31,181); }
td.TdClassName
{
border-color: #ED1FB5;
}
.TagClassName
{
border-color: #ED1FB5;
}
</style>