Shades of Spicy Pink #ED25B7
Tints of Spicy Pink #ED25B7
RGB
CMYK
RGB Variations
Color information
#ED25B7 (or 0xED25B7) is known color: Spicy Pink. HEX triplet: ED, 25 and B7. RGB value is (237,37,183). Sum of RGB (Red+Green+Blue) = 237+37+183=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 37 (14.84% from 255 or 8.10% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED25B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED25B7 is #12DA48. Grayscale: #717171. Windows color (decimal): -1235529 or 12002797. OLE color: 12002797.
HSL color Cylindrical-coordinate representation of color #ED25B7: hue angle of 316.2º 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 #ED25B7 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 183 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.07 |
| HSL | 316.2º | 0.85% | 0.54% | - |
| HSV(B) | 316.2º | 0.84% | 0.93% | - |
| XYZ | 44.13 | 22.75 | 46.86 | - |
| YUV | 113.44 | 167.26 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 183 | 0 | 0.84 | 0.23 | 0.07 | 316.2 | 0.85 | 0.54 |
| Hex | ED | 25 | B7 | 0 | 54 | 17 | 7 | 13C | 55 | 36 |
| Octal | 355 | 45 | 267 | 0 | 124 | 27 | 7 | 474 | 125 | 66 |
| Binary | 11101101 | 100101 | 10110111 | 0 | 1010100 | 10111 | 111 | 100111100 | 1010101 | 110110 |
Color Harmonies of #ED25B7
Complementary color
Monochromatic Colors of #ED25B7
Black with #ED25B7
Text Example
Text Example
White with #ED25B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED25B7; }
p { color: rgb(237,37,183); }
H1.HeaderClassName
{
color: #ED25B7;
}
.AnyTagClassName
{
color: #ED25B7;
}
</style>
background-color css
<style>
a { background-color: #ED25B7; }
a { background-color: rgb(237,37,183); }
div.DivClassName
{
background-color: #ED25B7;
}
.BgClassName
{
background-color: #ED25B7;
}
</style>
border-color css
<style>
span { border-color: #ED25B7; }
span { border-color: rgb(237,37,183); }
td.TdClassName
{
border-color: #ED25B7;
}
.TagClassName
{
border-color: #ED25B7;
}
</style>