Shades of Spicy Pink #ED1DB5
Tints of Spicy Pink #ED1DB5
RGB
CMYK
RGB Variations
Color information
#ED1DB5 (or 0xED1DB5) is known color: Spicy Pink. HEX triplet: ED, 1D and B5. RGB value is (237,29,181). Sum of RGB (Red+Green+Blue) = 237+29+181=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 29 (11.72% from 255 or 6.49% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1DB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1DB5 is #12E24A. Grayscale: #6C6C6C. Windows color (decimal): -1237579 or 11869677. OLE color: 11869677.
HSL color Cylindrical-coordinate representation of color #ED1DB5: hue angle of 316.15º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED1DB5 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 29 | 181 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.07 |
| HSL | 316.15º | 0.85% | 0.52% | - |
| HSV(B) | 316.15º | 0.88% | 0.93% | - |
| XYZ | 43.7 | 22.22 | 45.7 | - |
| YUV | 108.52 | 168.91 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 29 | 181 | 0 | 0.88 | 0.24 | 0.07 | 316.15 | 0.85 | 0.52 |
| Hex | ED | 1D | B5 | 0 | 58 | 18 | 7 | 13C | 55 | 34 |
| Octal | 355 | 35 | 265 | 0 | 130 | 30 | 7 | 474 | 125 | 64 |
| Binary | 11101101 | 11101 | 10110101 | 0 | 1011000 | 11000 | 111 | 100111100 | 1010101 | 110100 |
Color Harmonies of #ED1DB5
Complementary color
Monochromatic Colors of #ED1DB5
Black with #ED1DB5
Text Example
Text Example
White with #ED1DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1DB5; }
p { color: rgb(237,29,181); }
H1.HeaderClassName
{
color: #ED1DB5;
}
.AnyTagClassName
{
color: #ED1DB5;
}
</style>
background-color css
<style>
a { background-color: #ED1DB5; }
a { background-color: rgb(237,29,181); }
div.DivClassName
{
background-color: #ED1DB5;
}
.BgClassName
{
background-color: #ED1DB5;
}
</style>
border-color css
<style>
span { border-color: #ED1DB5; }
span { border-color: rgb(237,29,181); }
td.TdClassName
{
border-color: #ED1DB5;
}
.TagClassName
{
border-color: #ED1DB5;
}
</style>