Shades of Amaranth #EE4145
Tints of Amaranth #EE4145
RGB
CMYK
RGB Variations
Color information
#EE4145 (or 0xEE4145) is known color: Amaranth. HEX triplet: EE, 41 and 45. RGB value is (238,65,69). Sum of RGB (Red+Green+Blue) = 238+65+69=372 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.98% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4145 is #11BEBA. Grayscale: #757575. Windows color (decimal): -1162939 or 4538862. OLE color: 4538862.
HSL color Cylindrical-coordinate representation of color #EE4145: hue angle of 358.61º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE4145 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 65 | 69 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.07 |
| HSL | 358.61º | 0.84% | 0.59% | - |
| HSV(B) | 358.61º | 0.73% | 0.93% | - |
| XYZ | 38.22 | 22.39 | 7.94 | - |
| YUV | 117.18 | 100.81 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 69 | 0 | 0.73 | 0.71 | 0.07 | 358.61 | 0.84 | 0.59 |
| Hex | EE | 41 | 45 | 0 | 49 | 47 | 7 | 167 | 54 | 3B |
| Octal | 356 | 101 | 105 | 0 | 111 | 107 | 7 | 547 | 124 | 73 |
| Binary | 11101110 | 1000001 | 1000101 | 0 | 1001001 | 1000111 | 111 | 101100111 | 1010100 | 111011 |
Color Harmonies of #EE4145
Complementary color
Monochromatic Colors of #EE4145
Black with #EE4145
Text Example
Text Example
White with #EE4145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4145; }
p { color: rgb(238,65,69); }
H1.HeaderClassName
{
color: #EE4145;
}
.AnyTagClassName
{
color: #EE4145;
}
</style>
background-color css
<style>
a { background-color: #EE4145; }
a { background-color: rgb(238,65,69); }
div.DivClassName
{
background-color: #EE4145;
}
.BgClassName
{
background-color: #EE4145;
}
</style>
border-color css
<style>
span { border-color: #EE4145; }
span { border-color: rgb(238,65,69); }
td.TdClassName
{
border-color: #EE4145;
}
.TagClassName
{
border-color: #EE4145;
}
</style>