Shades of Spicy Pink #ED26B1
Tints of Spicy Pink #ED26B1
RGB
CMYK
RGB Variations
Color information
#ED26B1 (or 0xED26B1) is known color: Spicy Pink. HEX triplet: ED, 26 and B1. RGB value is (237,38,177). Sum of RGB (Red+Green+Blue) = 237+38+177=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 38 (15.23% from 255 or 8.41% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #ED26B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED26B1 is #12D94E. Grayscale: #707070. Windows color (decimal): -1235279 or 11609837. OLE color: 11609837.
HSL color Cylindrical-coordinate representation of color #ED26B1: hue angle of 318.09º 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 #ED26B1 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 38 | 177 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.07 |
| HSL | 318.09º | 0.85% | 0.54% | - |
| HSV(B) | 318.09º | 0.84% | 0.93% | - |
| XYZ | 43.55 | 22.57 | 43.65 | - |
| YUV | 113.35 | 163.93 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 177 | 0 | 0.84 | 0.25 | 0.07 | 318.09 | 0.85 | 0.54 |
| Hex | ED | 26 | B1 | 0 | 54 | 19 | 7 | 13E | 55 | 36 |
| Octal | 355 | 46 | 261 | 0 | 124 | 31 | 7 | 476 | 125 | 66 |
| Binary | 11101101 | 100110 | 10110001 | 0 | 1010100 | 11001 | 111 | 100111110 | 1010101 | 110110 |
Color Harmonies of #ED26B1
Complementary color
Monochromatic Colors of #ED26B1
Black with #ED26B1
Text Example
Text Example
White with #ED26B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED26B1; }
p { color: rgb(237,38,177); }
H1.HeaderClassName
{
color: #ED26B1;
}
.AnyTagClassName
{
color: #ED26B1;
}
</style>
background-color css
<style>
a { background-color: #ED26B1; }
a { background-color: rgb(237,38,177); }
div.DivClassName
{
background-color: #ED26B1;
}
.BgClassName
{
background-color: #ED26B1;
}
</style>
border-color css
<style>
span { border-color: #ED26B1; }
span { border-color: rgb(237,38,177); }
td.TdClassName
{
border-color: #ED26B1;
}
.TagClassName
{
border-color: #ED26B1;
}
</style>