Shades of Amaranth #EE2645
Tints of Amaranth #EE2645
RGB
CMYK
RGB Variations
Color information
#EE2645 (or 0xEE2645) is known color: Amaranth. HEX triplet: EE, 26 and 45. RGB value is (238,38,69). Sum of RGB (Red+Green+Blue) = 238+38+69=345 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.99% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2645 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2645 is #11D9BA. Grayscale: #656565. Windows color (decimal): -1169851 or 4531950. OLE color: 4531950.
HSL color Cylindrical-coordinate representation of color #EE2645: hue angle of 350.7º 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 #EE2645 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 69 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.07 |
| HSL | 350.7º | 0.85% | 0.54% | - |
| HSV(B) | 350.7º | 0.84% | 0.93% | - |
| XYZ | 37.03 | 19.99 | 7.54 | - |
| YUV | 101.33 | 109.76 | 225.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 69 | 0 | 0.84 | 0.71 | 0.07 | 350.7 | 0.85 | 0.54 |
| Hex | EE | 26 | 45 | 0 | 54 | 47 | 7 | 15F | 55 | 36 |
| Octal | 356 | 46 | 105 | 0 | 124 | 107 | 7 | 537 | 125 | 66 |
| Binary | 11101110 | 100110 | 1000101 | 0 | 1010100 | 1000111 | 111 | 101011111 | 1010101 | 110110 |
Color Harmonies of #EE2645
Complementary color
Monochromatic Colors of #EE2645
Black with #EE2645
Text Example
Text Example
White with #EE2645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2645; }
p { color: rgb(238,38,69); }
H1.HeaderClassName
{
color: #EE2645;
}
.AnyTagClassName
{
color: #EE2645;
}
</style>
background-color css
<style>
a { background-color: #EE2645; }
a { background-color: rgb(238,38,69); }
div.DivClassName
{
background-color: #EE2645;
}
.BgClassName
{
background-color: #EE2645;
}
</style>
border-color css
<style>
span { border-color: #EE2645; }
span { border-color: rgb(238,38,69); }
td.TdClassName
{
border-color: #EE2645;
}
.TagClassName
{
border-color: #EE2645;
}
</style>