Shades of Spicy Pink #ED23AB
Tints of Spicy Pink #ED23AB
RGB
CMYK
RGB Variations
Color information
#ED23AB (or 0xED23AB) is known color: Spicy Pink. HEX triplet: ED, 23 and AB. RGB value is (237,35,171). Sum of RGB (Red+Green+Blue) = 237+35+171=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 35 (14.06% from 255 or 7.90% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED23AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED23AB is #12DC54. Grayscale: #6E6E6E. Windows color (decimal): -1236053 or 11215853. OLE color: 11215853.
HSL color Cylindrical-coordinate representation of color #ED23AB: hue angle of 319.6º 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 #ED23AB is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 171 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.07 |
| HSL | 319.6º | 0.85% | 0.53% | - |
| HSV(B) | 319.6º | 0.85% | 0.93% | - |
| XYZ | 42.88 | 22.15 | 40.54 | - |
| YUV | 110.9 | 161.92 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 171 | 0 | 0.85 | 0.28 | 0.07 | 319.6 | 0.85 | 0.53 |
| Hex | ED | 23 | AB | 0 | 55 | 1C | 7 | 140 | 55 | 35 |
| Octal | 355 | 43 | 253 | 0 | 125 | 34 | 7 | 500 | 125 | 65 |
| Binary | 11101101 | 100011 | 10101011 | 0 | 1010101 | 11100 | 111 | 101000000 | 1010101 | 110101 |
Color Harmonies of #ED23AB
Complementary color
Monochromatic Colors of #ED23AB
Black with #ED23AB
Text Example
Text Example
White with #ED23AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED23AB; }
p { color: rgb(237,35,171); }
H1.HeaderClassName
{
color: #ED23AB;
}
.AnyTagClassName
{
color: #ED23AB;
}
</style>
background-color css
<style>
a { background-color: #ED23AB; }
a { background-color: rgb(237,35,171); }
div.DivClassName
{
background-color: #ED23AB;
}
.BgClassName
{
background-color: #ED23AB;
}
</style>
border-color css
<style>
span { border-color: #ED23AB; }
span { border-color: rgb(237,35,171); }
td.TdClassName
{
border-color: #ED23AB;
}
.TagClassName
{
border-color: #ED23AB;
}
</style>