Shades of Amaranth #EE3445
Tints of Amaranth #EE3445
RGB
CMYK
RGB Variations
Color information
#EE3445 (or 0xEE3445) is known color: Amaranth. HEX triplet: EE, 34 and 45. RGB value is (238,52,69). Sum of RGB (Red+Green+Blue) = 238+52+69=359 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.30% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3445 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3445 is #11CBBA. Grayscale: #6D6D6D. Windows color (decimal): -1166267 or 4535534. OLE color: 4535534.
HSL color Cylindrical-coordinate representation of color #EE3445: hue angle of 354.52º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE3445 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 69 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.07 |
| HSL | 354.52º | 0.85% | 0.57% | - |
| HSV(B) | 354.52º | 0.78% | 0.93% | - |
| XYZ | 37.56 | 21.06 | 7.72 | - |
| YUV | 109.55 | 105.12 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 69 | 0 | 0.78 | 0.71 | 0.07 | 354.52 | 0.85 | 0.57 |
| Hex | EE | 34 | 45 | 0 | 4E | 47 | 7 | 163 | 55 | 39 |
| Octal | 356 | 64 | 105 | 0 | 116 | 107 | 7 | 543 | 125 | 71 |
| Binary | 11101110 | 110100 | 1000101 | 0 | 1001110 | 1000111 | 111 | 101100011 | 1010101 | 111001 |
Color Harmonies of #EE3445
Complementary color
Monochromatic Colors of #EE3445
Black with #EE3445
Text Example
Text Example
White with #EE3445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3445; }
p { color: rgb(238,52,69); }
H1.HeaderClassName
{
color: #EE3445;
}
.AnyTagClassName
{
color: #EE3445;
}
</style>
background-color css
<style>
a { background-color: #EE3445; }
a { background-color: rgb(238,52,69); }
div.DivClassName
{
background-color: #EE3445;
}
.BgClassName
{
background-color: #EE3445;
}
</style>
border-color css
<style>
span { border-color: #EE3445; }
span { border-color: rgb(238,52,69); }
td.TdClassName
{
border-color: #EE3445;
}
.TagClassName
{
border-color: #EE3445;
}
</style>