Shades of Amaranth #EE4045
Tints of Amaranth #EE4045
RGB
CMYK
RGB Variations
Color information
#EE4045 (or 0xEE4045) is known color: Amaranth. HEX triplet: EE, 40 and 45. RGB value is (238,64,69). Sum of RGB (Red+Green+Blue) = 238+64+69=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4045 is #11BFBA. Grayscale: #747474. Windows color (decimal): -1163195 or 4538606. OLE color: 4538606.
HSL color Cylindrical-coordinate representation of color #EE4045: hue angle of 358.28º 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 #EE4045 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 69 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.07 |
| HSL | 358.28º | 0.84% | 0.59% | - |
| HSV(B) | 358.28º | 0.73% | 0.93% | - |
| XYZ | 38.17 | 22.27 | 7.92 | - |
| YUV | 116.6 | 101.15 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 69 | 0 | 0.73 | 0.71 | 0.07 | 358.28 | 0.84 | 0.59 |
| Hex | EE | 40 | 45 | 0 | 49 | 47 | 7 | 166 | 54 | 3B |
| Octal | 356 | 100 | 105 | 0 | 111 | 107 | 7 | 546 | 124 | 73 |
| Binary | 11101110 | 1000000 | 1000101 | 0 | 1001001 | 1000111 | 111 | 101100110 | 1010100 | 111011 |
Color Harmonies of #EE4045
Complementary color
Monochromatic Colors of #EE4045
Black with #EE4045
Text Example
Text Example
White with #EE4045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4045; }
p { color: rgb(238,64,69); }
H1.HeaderClassName
{
color: #EE4045;
}
.AnyTagClassName
{
color: #EE4045;
}
</style>
background-color css
<style>
a { background-color: #EE4045; }
a { background-color: rgb(238,64,69); }
div.DivClassName
{
background-color: #EE4045;
}
.BgClassName
{
background-color: #EE4045;
}
</style>
border-color css
<style>
span { border-color: #EE4045; }
span { border-color: rgb(238,64,69); }
td.TdClassName
{
border-color: #EE4045;
}
.TagClassName
{
border-color: #EE4045;
}
</style>