Shades of Spicy Pink #ED28BB
Tints of Spicy Pink #ED28BB
RGB
CMYK
RGB Variations
Color information
#ED28BB (or 0xED28BB) is known color: Spicy Pink. HEX triplet: ED, 28 and BB. RGB value is (237,40,187). Sum of RGB (Red+Green+Blue) = 237+40+187=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 40 (16.02% from 255 or 8.62% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED28BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED28BB is #12D744. Grayscale: #737373. Windows color (decimal): -1234757 or 12265709. OLE color: 12265709.
HSL color Cylindrical-coordinate representation of color #ED28BB: hue angle of 315.23º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED28BB is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 40 | 187 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.07 |
| HSL | 315.23º | 0.85% | 0.54% | - |
| HSV(B) | 315.23º | 0.83% | 0.93% | - |
| XYZ | 44.65 | 23.11 | 49.12 | - |
| YUV | 115.66 | 168.27 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 40 | 187 | 0 | 0.83 | 0.21 | 0.07 | 315.23 | 0.85 | 0.54 |
| Hex | ED | 28 | BB | 0 | 53 | 15 | 7 | 13B | 55 | 36 |
| Octal | 355 | 50 | 273 | 0 | 123 | 25 | 7 | 473 | 125 | 66 |
| Binary | 11101101 | 101000 | 10111011 | 0 | 1010011 | 10101 | 111 | 100111011 | 1010101 | 110110 |
Color Harmonies of #ED28BB
Complementary color
Monochromatic Colors of #ED28BB
Black with #ED28BB
Text Example
Text Example
White with #ED28BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED28BB; }
p { color: rgb(237,40,187); }
H1.HeaderClassName
{
color: #ED28BB;
}
.AnyTagClassName
{
color: #ED28BB;
}
</style>
background-color css
<style>
a { background-color: #ED28BB; }
a { background-color: rgb(237,40,187); }
div.DivClassName
{
background-color: #ED28BB;
}
.BgClassName
{
background-color: #ED28BB;
}
</style>
border-color css
<style>
span { border-color: #ED28BB; }
span { border-color: rgb(237,40,187); }
td.TdClassName
{
border-color: #ED28BB;
}
.TagClassName
{
border-color: #ED28BB;
}
</style>