Shades of Amaranth #E6444B
Tints of Amaranth #E6444B
RGB
CMYK
RGB Variations
Color information
#E6444B (or 0xE6444B) is known color: Amaranth. HEX triplet: E6, 44 and 4B. RGB value is (230,68,75). Sum of RGB (Red+Green+Blue) = 230+68+75=373 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.66% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 230 - color contains mainly: red. Hex color #E6444B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6444B is #19BBB4. Grayscale: #757575. Windows color (decimal): -1686453 or 4932838. OLE color: 4932838.
HSL color Cylindrical-coordinate representation of color #E6444B: hue angle of 357.41º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6444B is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 68 | 75 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.10 |
| HSL | 357.41º | 0.76% | 0.58% | - |
| HSV(B) | 357.41º | 0.7% | 0.9% | - |
| XYZ | 35.97 | 21.47 | 8.9 | - |
| YUV | 117.24 | 104.17 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 68 | 75 | 0 | 0.70 | 0.67 | 0.10 | 357.41 | 0.76 | 0.58 |
| Hex | E6 | 44 | 4B | 0 | 46 | 43 | A | 165 | 4C | 3A |
| Octal | 346 | 104 | 113 | 0 | 106 | 103 | 12 | 545 | 114 | 72 |
| Binary | 11100110 | 1000100 | 1001011 | 0 | 1000110 | 1000011 | 1010 | 101100101 | 1001100 | 111010 |
Color Harmonies of #E6444B
Complementary color
Monochromatic Colors of #E6444B
Black with #E6444B
Text Example
Text Example
White with #E6444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6444B; }
p { color: rgb(230,68,75); }
H1.HeaderClassName
{
color: #E6444B;
}
.AnyTagClassName
{
color: #E6444B;
}
</style>
background-color css
<style>
a { background-color: #E6444B; }
a { background-color: rgb(230,68,75); }
div.DivClassName
{
background-color: #E6444B;
}
.BgClassName
{
background-color: #E6444B;
}
</style>
border-color css
<style>
span { border-color: #E6444B; }
span { border-color: rgb(230,68,75); }
td.TdClassName
{
border-color: #E6444B;
}
.TagClassName
{
border-color: #E6444B;
}
</style>