Shades of Amaranth #EE3845
Tints of Amaranth #EE3845
RGB
CMYK
RGB Variations
Color information
#EE3845 (or 0xEE3845) is known color: Amaranth. HEX triplet: EE, 38 and 45. RGB value is (238,56,69). Sum of RGB (Red+Green+Blue) = 238+56+69=363 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.56% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3845 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3845 is #11C7BA. Grayscale: #707070. Windows color (decimal): -1165243 or 4536558. OLE color: 4536558.
HSL color Cylindrical-coordinate representation of color #EE3845: hue angle of 355.71º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE3845 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 69 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.07 |
| HSL | 355.71º | 0.84% | 0.58% | - |
| HSV(B) | 355.71º | 0.76% | 0.93% | - |
| XYZ | 37.75 | 21.44 | 7.78 | - |
| YUV | 111.9 | 103.8 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 69 | 0 | 0.76 | 0.71 | 0.07 | 355.71 | 0.84 | 0.58 |
| Hex | EE | 38 | 45 | 0 | 4C | 47 | 7 | 164 | 54 | 3A |
| Octal | 356 | 70 | 105 | 0 | 114 | 107 | 7 | 544 | 124 | 72 |
| Binary | 11101110 | 111000 | 1000101 | 0 | 1001100 | 1000111 | 111 | 101100100 | 1010100 | 111010 |
Color Harmonies of #EE3845
Complementary color
Monochromatic Colors of #EE3845
Black with #EE3845
Text Example
Text Example
White with #EE3845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3845; }
p { color: rgb(238,56,69); }
H1.HeaderClassName
{
color: #EE3845;
}
.AnyTagClassName
{
color: #EE3845;
}
</style>
background-color css
<style>
a { background-color: #EE3845; }
a { background-color: rgb(238,56,69); }
div.DivClassName
{
background-color: #EE3845;
}
.BgClassName
{
background-color: #EE3845;
}
</style>
border-color css
<style>
span { border-color: #EE3845; }
span { border-color: rgb(238,56,69); }
td.TdClassName
{
border-color: #EE3845;
}
.TagClassName
{
border-color: #EE3845;
}
</style>