Shades of Spicy Pink #ED28AF
Tints of Spicy Pink #ED28AF
RGB
CMYK
RGB Variations
Color information
#ED28AF (or 0xED28AF) is known color: Spicy Pink. HEX triplet: ED, 28 and AF. RGB value is (237,40,175). Sum of RGB (Red+Green+Blue) = 237+40+175=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 40 (16.02% from 255 or 8.85% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #ED28AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED28AF is #12D750. Grayscale: #717171. Windows color (decimal): -1234769 or 11479277. OLE color: 11479277.
HSL color Cylindrical-coordinate representation of color #ED28AF: hue angle of 318.88º 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 #ED28AF is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 40 | 175 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.07 |
| HSL | 318.88º | 0.85% | 0.54% | - |
| HSV(B) | 318.88º | 0.83% | 0.93% | - |
| XYZ | 43.42 | 22.62 | 42.63 | - |
| YUV | 114.29 | 162.27 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 40 | 175 | 0 | 0.83 | 0.26 | 0.07 | 318.88 | 0.85 | 0.54 |
| Hex | ED | 28 | AF | 0 | 53 | 1A | 7 | 13F | 55 | 36 |
| Octal | 355 | 50 | 257 | 0 | 123 | 32 | 7 | 477 | 125 | 66 |
| Binary | 11101101 | 101000 | 10101111 | 0 | 1010011 | 11010 | 111 | 100111111 | 1010101 | 110110 |
Color Harmonies of #ED28AF
Complementary color
Monochromatic Colors of #ED28AF
Black with #ED28AF
Text Example
Text Example
White with #ED28AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED28AF; }
p { color: rgb(237,40,175); }
H1.HeaderClassName
{
color: #ED28AF;
}
.AnyTagClassName
{
color: #ED28AF;
}
</style>
background-color css
<style>
a { background-color: #ED28AF; }
a { background-color: rgb(237,40,175); }
div.DivClassName
{
background-color: #ED28AF;
}
.BgClassName
{
background-color: #ED28AF;
}
</style>
border-color css
<style>
span { border-color: #ED28AF; }
span { border-color: rgb(237,40,175); }
td.TdClassName
{
border-color: #ED28AF;
}
.TagClassName
{
border-color: #ED28AF;
}
</style>