Shades of Amaranth #ED2452
Tints of Amaranth #ED2452
RGB
CMYK
RGB Variations
Color information
#ED2452 (or 0xED2452) is known color: Amaranth. HEX triplet: ED, 24 and 52. RGB value is (237,36,82). Sum of RGB (Red+Green+Blue) = 237+36+82=355 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.76% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2452 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2452 is #12DBAD. Grayscale: #656565. Windows color (decimal): -1235886 or 5383405. OLE color: 5383405.
HSL color Cylindrical-coordinate representation of color #ED2452: hue angle of 346.27º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED2452 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 82 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.07 |
| HSL | 346.27º | 0.85% | 0.54% | - |
| HSV(B) | 346.27º | 0.85% | 0.93% | - |
| XYZ | 37.08 | 19.88 | 9.86 | - |
| YUV | 101.34 | 117.09 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 82 | 0 | 0.85 | 0.65 | 0.07 | 346.27 | 0.85 | 0.54 |
| Hex | ED | 24 | 52 | 0 | 55 | 41 | 7 | 15A | 55 | 36 |
| Octal | 355 | 44 | 122 | 0 | 125 | 101 | 7 | 532 | 125 | 66 |
| Binary | 11101101 | 100100 | 1010010 | 0 | 1010101 | 1000001 | 111 | 101011010 | 1010101 | 110110 |
Color Harmonies of #ED2452
Complementary color
Monochromatic Colors of #ED2452
Black with #ED2452
Text Example
Text Example
White with #ED2452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2452; }
p { color: rgb(237,36,82); }
H1.HeaderClassName
{
color: #ED2452;
}
.AnyTagClassName
{
color: #ED2452;
}
</style>
background-color css
<style>
a { background-color: #ED2452; }
a { background-color: rgb(237,36,82); }
div.DivClassName
{
background-color: #ED2452;
}
.BgClassName
{
background-color: #ED2452;
}
</style>
border-color css
<style>
span { border-color: #ED2452; }
span { border-color: rgb(237,36,82); }
td.TdClassName
{
border-color: #ED2452;
}
.TagClassName
{
border-color: #ED2452;
}
</style>