Shades of Amaranth #E6364B
Tints of Amaranth #E6364B
RGB
CMYK
RGB Variations
Color information
#E6364B (or 0xE6364B) is known color: Amaranth. HEX triplet: E6, 36 and 4B. RGB value is (230,54,75). Sum of RGB (Red+Green+Blue) = 230+54+75=359 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.07% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 230 - color contains mainly: red. Hex color #E6364B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6364B is #19C9B4. Grayscale: #6D6D6D. Windows color (decimal): -1690037 or 4929254. OLE color: 4929254.
HSL color Cylindrical-coordinate representation of color #E6364B: hue angle of 352.84º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E6364B is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 54 | 75 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.10 |
| HSL | 352.84º | 0.78% | 0.56% | - |
| HSV(B) | 352.84º | 0.77% | 0.9% | - |
| XYZ | 35.22 | 19.97 | 8.65 | - |
| YUV | 109.02 | 108.81 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 54 | 75 | 0 | 0.77 | 0.67 | 0.10 | 352.84 | 0.78 | 0.56 |
| Hex | E6 | 36 | 4B | 0 | 4D | 43 | A | 161 | 4E | 38 |
| Octal | 346 | 66 | 113 | 0 | 115 | 103 | 12 | 541 | 116 | 70 |
| Binary | 11100110 | 110110 | 1001011 | 0 | 1001101 | 1000011 | 1010 | 101100001 | 1001110 | 111000 |
Color Harmonies of #E6364B
Complementary color
Monochromatic Colors of #E6364B
Black with #E6364B
Text Example
Text Example
White with #E6364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6364B; }
p { color: rgb(230,54,75); }
H1.HeaderClassName
{
color: #E6364B;
}
.AnyTagClassName
{
color: #E6364B;
}
</style>
background-color css
<style>
a { background-color: #E6364B; }
a { background-color: rgb(230,54,75); }
div.DivClassName
{
background-color: #E6364B;
}
.BgClassName
{
background-color: #E6364B;
}
</style>
border-color css
<style>
span { border-color: #E6364B; }
span { border-color: rgb(230,54,75); }
td.TdClassName
{
border-color: #E6364B;
}
.TagClassName
{
border-color: #E6364B;
}
</style>