Shades of Spicy Pink #ED19AA
Tints of Spicy Pink #ED19AA
RGB
CMYK
RGB Variations
Color information
#ED19AA (or 0xED19AA) is known color: Spicy Pink. HEX triplet: ED, 19 and AA. RGB value is (237,25,170). Sum of RGB (Red+Green+Blue) = 237+25+170=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 25 (10.16% from 255 or 5.79% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED19AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED19AA is #12E655. Grayscale: #686868. Windows color (decimal): -1238614 or 11147757. OLE color: 11147757.
HSL color Cylindrical-coordinate representation of color #ED19AA: hue angle of 318.96º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED19AA is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 170 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.07 |
| HSL | 318.96º | 0.85% | 0.51% | - |
| HSV(B) | 318.96º | 0.89% | 0.93% | - |
| XYZ | 42.53 | 21.6 | 39.96 | - |
| YUV | 104.92 | 164.74 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 170 | 0 | 0.89 | 0.28 | 0.07 | 318.96 | 0.85 | 0.51 |
| Hex | ED | 19 | AA | 0 | 59 | 1C | 7 | 13F | 55 | 33 |
| Octal | 355 | 31 | 252 | 0 | 131 | 34 | 7 | 477 | 125 | 63 |
| Binary | 11101101 | 11001 | 10101010 | 0 | 1011001 | 11100 | 111 | 100111111 | 1010101 | 110011 |
Color Harmonies of #ED19AA
Complementary color
Monochromatic Colors of #ED19AA
Black with #ED19AA
Text Example
Text Example
White with #ED19AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED19AA; }
p { color: rgb(237,25,170); }
H1.HeaderClassName
{
color: #ED19AA;
}
.AnyTagClassName
{
color: #ED19AA;
}
</style>
background-color css
<style>
a { background-color: #ED19AA; }
a { background-color: rgb(237,25,170); }
div.DivClassName
{
background-color: #ED19AA;
}
.BgClassName
{
background-color: #ED19AA;
}
</style>
border-color css
<style>
span { border-color: #ED19AA; }
span { border-color: rgb(237,25,170); }
td.TdClassName
{
border-color: #ED19AA;
}
.TagClassName
{
border-color: #ED19AA;
}
</style>