Shades of Amaranth #E64348
Tints of Amaranth #E64348
RGB
CMYK
RGB Variations
Color information
#E64348 (or 0xE64348) is known color: Amaranth. HEX triplet: E6, 43 and 48. RGB value is (230,67,72). Sum of RGB (Red+Green+Blue) = 230+67+72=369 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.33% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 230 - color contains mainly: red. Hex color #E64348 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64348 is #19BCB7. Grayscale: #747474. Windows color (decimal): -1686712 or 4735974. OLE color: 4735974.
HSL color Cylindrical-coordinate representation of color #E64348: hue angle of 358.16º 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 #E64348 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 67 | 72 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.10 |
| HSL | 358.16º | 0.77% | 0.58% | - |
| HSV(B) | 358.16º | 0.71% | 0.9% | - |
| XYZ | 35.81 | 21.31 | 8.36 | - |
| YUV | 116.31 | 103 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 67 | 72 | 0 | 0.71 | 0.69 | 0.10 | 358.16 | 0.77 | 0.58 |
| Hex | E6 | 43 | 48 | 0 | 47 | 45 | A | 166 | 4D | 3A |
| Octal | 346 | 103 | 110 | 0 | 107 | 105 | 12 | 546 | 115 | 72 |
| Binary | 11100110 | 1000011 | 1001000 | 0 | 1000111 | 1000101 | 1010 | 101100110 | 1001101 | 111010 |
Color Harmonies of #E64348
Complementary color
Monochromatic Colors of #E64348
Black with #E64348
Text Example
Text Example
White with #E64348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64348; }
p { color: rgb(230,67,72); }
H1.HeaderClassName
{
color: #E64348;
}
.AnyTagClassName
{
color: #E64348;
}
</style>
background-color css
<style>
a { background-color: #E64348; }
a { background-color: rgb(230,67,72); }
div.DivClassName
{
background-color: #E64348;
}
.BgClassName
{
background-color: #E64348;
}
</style>
border-color css
<style>
span { border-color: #E64348; }
span { border-color: rgb(230,67,72); }
td.TdClassName
{
border-color: #E64348;
}
.TagClassName
{
border-color: #E64348;
}
</style>