Shades of Spicy Pink #ED29B0
Tints of Spicy Pink #ED29B0
RGB
CMYK
RGB Variations
Color information
#ED29B0 (or 0xED29B0) is known color: Spicy Pink. HEX triplet: ED, 29 and B0. RGB value is (237,41,176). Sum of RGB (Red+Green+Blue) = 237+41+176=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 41 (16.41% from 255 or 9.03% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #ED29B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED29B0 is #12D64F. Grayscale: #727272. Windows color (decimal): -1234512 or 11545069. OLE color: 11545069.
HSL color Cylindrical-coordinate representation of color #ED29B0: hue angle of 318.67º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED29B0 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 176 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.07 |
| HSL | 318.67º | 0.84% | 0.55% | - |
| HSV(B) | 318.67º | 0.83% | 0.93% | - |
| XYZ | 43.55 | 22.72 | 43.17 | - |
| YUV | 114.99 | 162.43 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 176 | 0 | 0.83 | 0.26 | 0.07 | 318.67 | 0.84 | 0.55 |
| Hex | ED | 29 | B0 | 0 | 53 | 1A | 7 | 13F | 54 | 37 |
| Octal | 355 | 51 | 260 | 0 | 123 | 32 | 7 | 477 | 124 | 67 |
| Binary | 11101101 | 101001 | 10110000 | 0 | 1010011 | 11010 | 111 | 100111111 | 1010100 | 110111 |
Color Harmonies of #ED29B0
Complementary color
Monochromatic Colors of #ED29B0
Black with #ED29B0
Text Example
Text Example
White with #ED29B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED29B0; }
p { color: rgb(237,41,176); }
H1.HeaderClassName
{
color: #ED29B0;
}
.AnyTagClassName
{
color: #ED29B0;
}
</style>
background-color css
<style>
a { background-color: #ED29B0; }
a { background-color: rgb(237,41,176); }
div.DivClassName
{
background-color: #ED29B0;
}
.BgClassName
{
background-color: #ED29B0;
}
</style>
border-color css
<style>
span { border-color: #ED29B0; }
span { border-color: rgb(237,41,176); }
td.TdClassName
{
border-color: #ED29B0;
}
.TagClassName
{
border-color: #ED29B0;
}
</style>