Shades of Amaranth #E6434A
Tints of Amaranth #E6434A
RGB
CMYK
RGB Variations
Color information
#E6434A (or 0xE6434A) is known color: Amaranth. HEX triplet: E6, 43 and 4A. RGB value is (230,67,74). Sum of RGB (Red+Green+Blue) = 230+67+74=371 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.99% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 230 - color contains mainly: red. Hex color #E6434A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6434A is #19BCB5. Grayscale: #747474. Windows color (decimal): -1686710 or 4867046. OLE color: 4867046.
HSL color Cylindrical-coordinate representation of color #E6434A: hue angle of 357.42º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E6434A is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 67 | 74 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.10 |
| HSL | 357.42º | 0.77% | 0.58% | - |
| HSV(B) | 357.42º | 0.71% | 0.9% | - |
| XYZ | 35.88 | 21.33 | 8.71 | - |
| YUV | 116.54 | 104 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 67 | 74 | 0 | 0.71 | 0.68 | 0.10 | 357.42 | 0.77 | 0.58 |
| Hex | E6 | 43 | 4A | 0 | 47 | 44 | A | 165 | 4D | 3A |
| Octal | 346 | 103 | 112 | 0 | 107 | 104 | 12 | 545 | 115 | 72 |
| Binary | 11100110 | 1000011 | 1001010 | 0 | 1000111 | 1000100 | 1010 | 101100101 | 1001101 | 111010 |
Color Harmonies of #E6434A
Complementary color
Monochromatic Colors of #E6434A
Black with #E6434A
Text Example
Text Example
White with #E6434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6434A; }
p { color: rgb(230,67,74); }
H1.HeaderClassName
{
color: #E6434A;
}
.AnyTagClassName
{
color: #E6434A;
}
</style>
background-color css
<style>
a { background-color: #E6434A; }
a { background-color: rgb(230,67,74); }
div.DivClassName
{
background-color: #E6434A;
}
.BgClassName
{
background-color: #E6434A;
}
</style>
border-color css
<style>
span { border-color: #E6434A; }
span { border-color: rgb(230,67,74); }
td.TdClassName
{
border-color: #E6434A;
}
.TagClassName
{
border-color: #E6434A;
}
</style>