Shades of Spicy Pink #ED23AD
Tints of Spicy Pink #ED23AD
RGB
CMYK
RGB Variations
Color information
#ED23AD (or 0xED23AD) is known color: Spicy Pink. HEX triplet: ED, 23 and AD. RGB value is (237,35,173). Sum of RGB (Red+Green+Blue) = 237+35+173=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 35 (14.06% from 255 or 7.87% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED23AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED23AD is #12DC52. Grayscale: #6E6E6E. Windows color (decimal): -1236051 or 11346925. OLE color: 11346925.
HSL color Cylindrical-coordinate representation of color #ED23AD: hue angle of 319.01º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED23AD is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 173 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.07 |
| HSL | 319.01º | 0.85% | 0.53% | - |
| HSV(B) | 319.01º | 0.85% | 0.93% | - |
| XYZ | 43.07 | 22.22 | 41.55 | - |
| YUV | 111.13 | 162.92 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 173 | 0 | 0.85 | 0.27 | 0.07 | 319.01 | 0.85 | 0.53 |
| Hex | ED | 23 | AD | 0 | 55 | 1B | 7 | 13F | 55 | 35 |
| Octal | 355 | 43 | 255 | 0 | 125 | 33 | 7 | 477 | 125 | 65 |
| Binary | 11101101 | 100011 | 10101101 | 0 | 1010101 | 11011 | 111 | 100111111 | 1010101 | 110101 |
Color Harmonies of #ED23AD
Complementary color
Monochromatic Colors of #ED23AD
Black with #ED23AD
Text Example
Text Example
White with #ED23AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED23AD; }
p { color: rgb(237,35,173); }
H1.HeaderClassName
{
color: #ED23AD;
}
.AnyTagClassName
{
color: #ED23AD;
}
</style>
background-color css
<style>
a { background-color: #ED23AD; }
a { background-color: rgb(237,35,173); }
div.DivClassName
{
background-color: #ED23AD;
}
.BgClassName
{
background-color: #ED23AD;
}
</style>
border-color css
<style>
span { border-color: #ED23AD; }
span { border-color: rgb(237,35,173); }
td.TdClassName
{
border-color: #ED23AD;
}
.TagClassName
{
border-color: #ED23AD;
}
</style>