Shades of Spicy Pink #ED26B7
Tints of Spicy Pink #ED26B7
RGB
CMYK
RGB Variations
Color information
#ED26B7 (or 0xED26B7) is known color: Spicy Pink. HEX triplet: ED, 26 and B7. RGB value is (237,38,183). Sum of RGB (Red+Green+Blue) = 237+38+183=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 38 (15.23% from 255 or 8.30% from 458); Blue value is 183 (71.88% from 255 or 39.96% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #ED26B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED26B7 is #12D948. Grayscale: #717171. Windows color (decimal): -1235273 or 12003053. OLE color: 12003053.
HSL color Cylindrical-coordinate representation of color #ED26B7: hue angle of 316.28º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED26B7 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 38 | 183 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.07 |
| HSL | 316.28º | 0.85% | 0.54% | - |
| HSV(B) | 316.28º | 0.84% | 0.93% | - |
| XYZ | 44.17 | 22.81 | 46.87 | - |
| YUV | 114.03 | 166.93 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 183 | 0 | 0.84 | 0.23 | 0.07 | 316.28 | 0.85 | 0.54 |
| Hex | ED | 26 | B7 | 0 | 54 | 17 | 7 | 13C | 55 | 36 |
| Octal | 355 | 46 | 267 | 0 | 124 | 27 | 7 | 474 | 125 | 66 |
| Binary | 11101101 | 100110 | 10110111 | 0 | 1010100 | 10111 | 111 | 100111100 | 1010101 | 110110 |
Color Harmonies of #ED26B7
Complementary color
Monochromatic Colors of #ED26B7
Black with #ED26B7
Text Example
Text Example
White with #ED26B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED26B7; }
p { color: rgb(237,38,183); }
H1.HeaderClassName
{
color: #ED26B7;
}
.AnyTagClassName
{
color: #ED26B7;
}
</style>
background-color css
<style>
a { background-color: #ED26B7; }
a { background-color: rgb(237,38,183); }
div.DivClassName
{
background-color: #ED26B7;
}
.BgClassName
{
background-color: #ED26B7;
}
</style>
border-color css
<style>
span { border-color: #ED26B7; }
span { border-color: rgb(237,38,183); }
td.TdClassName
{
border-color: #ED26B7;
}
.TagClassName
{
border-color: #ED26B7;
}
</style>