Shades of Spicy Pink #ED25AF
Tints of Spicy Pink #ED25AF
RGB
CMYK
RGB Variations
Color information
#ED25AF (or 0xED25AF) is known color: Spicy Pink. HEX triplet: ED, 25 and AF. RGB value is (237,37,175). Sum of RGB (Red+Green+Blue) = 237+37+175=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 37 (14.84% from 255 or 8.24% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED25AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED25AF is #12DA50. Grayscale: #707070. Windows color (decimal): -1235537 or 11478509. OLE color: 11478509.
HSL color Cylindrical-coordinate representation of color #ED25AF: hue angle of 318.6º 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 #ED25AF is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 175 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.07 |
| HSL | 318.6º | 0.85% | 0.54% | - |
| HSV(B) | 318.6º | 0.84% | 0.93% | - |
| XYZ | 43.32 | 22.42 | 42.6 | - |
| YUV | 112.53 | 163.26 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 175 | 0 | 0.84 | 0.26 | 0.07 | 318.6 | 0.85 | 0.54 |
| Hex | ED | 25 | AF | 0 | 54 | 1A | 7 | 13F | 55 | 36 |
| Octal | 355 | 45 | 257 | 0 | 124 | 32 | 7 | 477 | 125 | 66 |
| Binary | 11101101 | 100101 | 10101111 | 0 | 1010100 | 11010 | 111 | 100111111 | 1010101 | 110110 |
Color Harmonies of #ED25AF
Complementary color
Monochromatic Colors of #ED25AF
Black with #ED25AF
Text Example
Text Example
White with #ED25AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED25AF; }
p { color: rgb(237,37,175); }
H1.HeaderClassName
{
color: #ED25AF;
}
.AnyTagClassName
{
color: #ED25AF;
}
</style>
background-color css
<style>
a { background-color: #ED25AF; }
a { background-color: rgb(237,37,175); }
div.DivClassName
{
background-color: #ED25AF;
}
.BgClassName
{
background-color: #ED25AF;
}
</style>
border-color css
<style>
span { border-color: #ED25AF; }
span { border-color: rgb(237,37,175); }
td.TdClassName
{
border-color: #ED25AF;
}
.TagClassName
{
border-color: #ED25AF;
}
</style>