Shades of Amaranth #EE2543
Tints of Amaranth #EE2543
RGB
CMYK
RGB Variations
Color information
#EE2543 (or 0xEE2543) is known color: Amaranth. HEX triplet: EE, 25 and 43. RGB value is (238,37,67). Sum of RGB (Red+Green+Blue) = 238+37+67=342 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.59% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 67 (26.56% from 255 or 19.59% from 342); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2543 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2543 is #11DABC. Grayscale: #646464. Windows color (decimal): -1170109 or 4400622. OLE color: 4400622.
HSL color Cylindrical-coordinate representation of color #EE2543: hue angle of 351.04º degrees, saturation: 0.86, 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 #EE2543 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 67 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.07 |
| HSL | 351.04º | 0.86% | 0.54% | - |
| HSV(B) | 351.04º | 0.84% | 0.93% | - |
| XYZ | 36.93 | 19.91 | 7.21 | - |
| YUV | 100.52 | 109.09 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 67 | 0 | 0.84 | 0.72 | 0.07 | 351.04 | 0.86 | 0.54 |
| Hex | EE | 25 | 43 | 0 | 54 | 48 | 7 | 15F | 56 | 36 |
| Octal | 356 | 45 | 103 | 0 | 124 | 110 | 7 | 537 | 126 | 66 |
| Binary | 11101110 | 100101 | 1000011 | 0 | 1010100 | 1001000 | 111 | 101011111 | 1010110 | 110110 |
Color Harmonies of #EE2543
Complementary color
Monochromatic Colors of #EE2543
Black with #EE2543
Text Example
Text Example
White with #EE2543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2543; }
p { color: rgb(238,37,67); }
H1.HeaderClassName
{
color: #EE2543;
}
.AnyTagClassName
{
color: #EE2543;
}
</style>
background-color css
<style>
a { background-color: #EE2543; }
a { background-color: rgb(238,37,67); }
div.DivClassName
{
background-color: #EE2543;
}
.BgClassName
{
background-color: #EE2543;
}
</style>
border-color css
<style>
span { border-color: #EE2543; }
span { border-color: rgb(238,37,67); }
td.TdClassName
{
border-color: #EE2543;
}
.TagClassName
{
border-color: #EE2543;
}
</style>