Shades of Amaranth #E6344B
Tints of Amaranth #E6344B
RGB
CMYK
RGB Variations
Color information
#E6344B (or 0xE6344B) is known color: Amaranth. HEX triplet: E6, 34 and 4B. RGB value is (230,52,75). Sum of RGB (Red+Green+Blue) = 230+52+75=357 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.43% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 230 - color contains mainly: red. Hex color #E6344B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6344B is #19CBB4. Grayscale: #6B6B6B. Windows color (decimal): -1690549 or 4928742. OLE color: 4928742.
HSL color Cylindrical-coordinate representation of color #E6344B: hue angle of 352.25º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E6344B is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 52 | 75 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.10 |
| HSL | 352.25º | 0.78% | 0.55% | - |
| HSV(B) | 352.25º | 0.77% | 0.9% | - |
| XYZ | 35.13 | 19.79 | 8.62 | - |
| YUV | 107.84 | 109.47 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 52 | 75 | 0 | 0.77 | 0.67 | 0.10 | 352.25 | 0.78 | 0.55 |
| Hex | E6 | 34 | 4B | 0 | 4D | 43 | A | 160 | 4E | 37 |
| Octal | 346 | 64 | 113 | 0 | 115 | 103 | 12 | 540 | 116 | 67 |
| Binary | 11100110 | 110100 | 1001011 | 0 | 1001101 | 1000011 | 1010 | 101100000 | 1001110 | 110111 |
Color Harmonies of #E6344B
Complementary color
Monochromatic Colors of #E6344B
Black with #E6344B
Text Example
Text Example
White with #E6344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6344B; }
p { color: rgb(230,52,75); }
H1.HeaderClassName
{
color: #E6344B;
}
.AnyTagClassName
{
color: #E6344B;
}
</style>
background-color css
<style>
a { background-color: #E6344B; }
a { background-color: rgb(230,52,75); }
div.DivClassName
{
background-color: #E6344B;
}
.BgClassName
{
background-color: #E6344B;
}
</style>
border-color css
<style>
span { border-color: #E6344B; }
span { border-color: rgb(230,52,75); }
td.TdClassName
{
border-color: #E6344B;
}
.TagClassName
{
border-color: #E6344B;
}
</style>