Shades of Spicy Pink #ED1AB5
Tints of Spicy Pink #ED1AB5
RGB
CMYK
RGB Variations
Color information
#ED1AB5 (or 0xED1AB5) is known color: Spicy Pink. HEX triplet: ED, 1A and B5. RGB value is (237,26,181). Sum of RGB (Red+Green+Blue) = 237+26+181=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 26 (10.55% from 255 or 5.86% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1AB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1AB5 is #12E54A. Grayscale: #6A6A6A. Windows color (decimal): -1238347 or 11868909. OLE color: 11868909.
HSL color Cylindrical-coordinate representation of color #ED1AB5: hue angle of 315.92º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1AB5 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 26 | 181 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.07 |
| HSL | 315.92º | 0.85% | 0.52% | - |
| HSV(B) | 315.92º | 0.89% | 0.93% | - |
| XYZ | 43.63 | 22.08 | 45.68 | - |
| YUV | 106.76 | 169.9 | 220.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 26 | 181 | 0 | 0.89 | 0.24 | 0.07 | 315.92 | 0.85 | 0.52 |
| Hex | ED | 1A | B5 | 0 | 59 | 18 | 7 | 13C | 55 | 34 |
| Octal | 355 | 32 | 265 | 0 | 131 | 30 | 7 | 474 | 125 | 64 |
| Binary | 11101101 | 11010 | 10110101 | 0 | 1011001 | 11000 | 111 | 100111100 | 1010101 | 110100 |
Color Harmonies of #ED1AB5
Complementary color
Monochromatic Colors of #ED1AB5
Black with #ED1AB5
Text Example
Text Example
White with #ED1AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1AB5; }
p { color: rgb(237,26,181); }
H1.HeaderClassName
{
color: #ED1AB5;
}
.AnyTagClassName
{
color: #ED1AB5;
}
</style>
background-color css
<style>
a { background-color: #ED1AB5; }
a { background-color: rgb(237,26,181); }
div.DivClassName
{
background-color: #ED1AB5;
}
.BgClassName
{
background-color: #ED1AB5;
}
</style>
border-color css
<style>
span { border-color: #ED1AB5; }
span { border-color: rgb(237,26,181); }
td.TdClassName
{
border-color: #ED1AB5;
}
.TagClassName
{
border-color: #ED1AB5;
}
</style>