Shades of Spicy Pink #ED26AD
Tints of Spicy Pink #ED26AD
RGB
CMYK
RGB Variations
Color information
#ED26AD (or 0xED26AD) is known color: Spicy Pink. HEX triplet: ED, 26 and AD. RGB value is (237,38,173). Sum of RGB (Red+Green+Blue) = 237+38+173=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 38 (15.23% from 255 or 8.48% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED26AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED26AD is #12D952. Grayscale: #707070. Windows color (decimal): -1235283 or 11347693. OLE color: 11347693.
HSL color Cylindrical-coordinate representation of color #ED26AD: hue angle of 319.3º 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 #ED26AD is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 38 | 173 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.07 |
| HSL | 319.3º | 0.85% | 0.54% | - |
| HSV(B) | 319.3º | 0.84% | 0.93% | - |
| XYZ | 43.16 | 22.41 | 41.59 | - |
| YUV | 112.89 | 161.93 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 173 | 0 | 0.84 | 0.27 | 0.07 | 319.3 | 0.85 | 0.54 |
| Hex | ED | 26 | AD | 0 | 54 | 1B | 7 | 13F | 55 | 36 |
| Octal | 355 | 46 | 255 | 0 | 124 | 33 | 7 | 477 | 125 | 66 |
| Binary | 11101101 | 100110 | 10101101 | 0 | 1010100 | 11011 | 111 | 100111111 | 1010101 | 110110 |
Color Harmonies of #ED26AD
Complementary color
Monochromatic Colors of #ED26AD
Black with #ED26AD
Text Example
Text Example
White with #ED26AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED26AD; }
p { color: rgb(237,38,173); }
H1.HeaderClassName
{
color: #ED26AD;
}
.AnyTagClassName
{
color: #ED26AD;
}
</style>
background-color css
<style>
a { background-color: #ED26AD; }
a { background-color: rgb(237,38,173); }
div.DivClassName
{
background-color: #ED26AD;
}
.BgClassName
{
background-color: #ED26AD;
}
</style>
border-color css
<style>
span { border-color: #ED26AD; }
span { border-color: rgb(237,38,173); }
td.TdClassName
{
border-color: #ED26AD;
}
.TagClassName
{
border-color: #ED26AD;
}
</style>