Shades of Amaranth #E6324B
Tints of Amaranth #E6324B
RGB
CMYK
RGB Variations
Color information
#E6324B (or 0xE6324B) is known color: Amaranth. HEX triplet: E6, 32 and 4B. RGB value is (230,50,75). Sum of RGB (Red+Green+Blue) = 230+50+75=355 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.79% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 230 - color contains mainly: red. Hex color #E6324B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6324B is #19CDB4. Grayscale: #6A6A6A. Windows color (decimal): -1691061 or 4928230. OLE color: 4928230.
HSL color Cylindrical-coordinate representation of color #E6324B: hue angle of 351.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E6324B is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 75 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.10 |
| HSL | 351.67º | 0.78% | 0.55% | - |
| HSV(B) | 351.67º | 0.78% | 0.9% | - |
| XYZ | 35.04 | 19.61 | 8.6 | - |
| YUV | 106.67 | 110.13 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 75 | 0 | 0.78 | 0.67 | 0.10 | 351.67 | 0.78 | 0.55 |
| Hex | E6 | 32 | 4B | 0 | 4E | 43 | A | 160 | 4E | 37 |
| Octal | 346 | 62 | 113 | 0 | 116 | 103 | 12 | 540 | 116 | 67 |
| Binary | 11100110 | 110010 | 1001011 | 0 | 1001110 | 1000011 | 1010 | 101100000 | 1001110 | 110111 |
Color Harmonies of #E6324B
Complementary color
Monochromatic Colors of #E6324B
Black with #E6324B
Text Example
Text Example
White with #E6324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6324B; }
p { color: rgb(230,50,75); }
H1.HeaderClassName
{
color: #E6324B;
}
.AnyTagClassName
{
color: #E6324B;
}
</style>
background-color css
<style>
a { background-color: #E6324B; }
a { background-color: rgb(230,50,75); }
div.DivClassName
{
background-color: #E6324B;
}
.BgClassName
{
background-color: #E6324B;
}
</style>
border-color css
<style>
span { border-color: #E6324B; }
span { border-color: rgb(230,50,75); }
td.TdClassName
{
border-color: #E6324B;
}
.TagClassName
{
border-color: #E6324B;
}
</style>