Shades of Spicy Pink #ED28B0
Tints of Spicy Pink #ED28B0
RGB
CMYK
RGB Variations
Color information
#ED28B0 (or 0xED28B0) is known color: Spicy Pink. HEX triplet: ED, 28 and B0. RGB value is (237,40,176). Sum of RGB (Red+Green+Blue) = 237+40+176=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 40 (16.02% from 255 or 8.83% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED28B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED28B0 is #12D74F. Grayscale: #727272. Windows color (decimal): -1234768 or 11544813. OLE color: 11544813.
HSL color Cylindrical-coordinate representation of color #ED28B0: hue angle of 318.58º 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 #ED28B0 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 40 | 176 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.07 |
| HSL | 318.58º | 0.85% | 0.54% | - |
| HSV(B) | 318.58º | 0.83% | 0.93% | - |
| XYZ | 43.52 | 22.66 | 43.15 | - |
| YUV | 114.41 | 162.77 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 40 | 176 | 0 | 0.83 | 0.26 | 0.07 | 318.58 | 0.85 | 0.54 |
| Hex | ED | 28 | B0 | 0 | 53 | 1A | 7 | 13F | 55 | 36 |
| Octal | 355 | 50 | 260 | 0 | 123 | 32 | 7 | 477 | 125 | 66 |
| Binary | 11101101 | 101000 | 10110000 | 0 | 1010011 | 11010 | 111 | 100111111 | 1010101 | 110110 |
Color Harmonies of #ED28B0
Complementary color
Monochromatic Colors of #ED28B0
Black with #ED28B0
Text Example
Text Example
White with #ED28B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED28B0; }
p { color: rgb(237,40,176); }
H1.HeaderClassName
{
color: #ED28B0;
}
.AnyTagClassName
{
color: #ED28B0;
}
</style>
background-color css
<style>
a { background-color: #ED28B0; }
a { background-color: rgb(237,40,176); }
div.DivClassName
{
background-color: #ED28B0;
}
.BgClassName
{
background-color: #ED28B0;
}
</style>
border-color css
<style>
span { border-color: #ED28B0; }
span { border-color: rgb(237,40,176); }
td.TdClassName
{
border-color: #ED28B0;
}
.TagClassName
{
border-color: #ED28B0;
}
</style>