Shades of Amaranth #E6314B
Tints of Amaranth #E6314B
RGB
CMYK
RGB Variations
Color information
#E6314B (or 0xE6314B) is known color: Amaranth. HEX triplet: E6, 31 and 4B. RGB value is (230,49,75). Sum of RGB (Red+Green+Blue) = 230+49+75=354 (46% of max value = 765). Red value is 230 (90.23% from 255 or 64.97% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 230 - color contains mainly: red. Hex color #E6314B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6314B is #19CEB4. Grayscale: #6A6A6A. Windows color (decimal): -1691317 or 4927974. OLE color: 4927974.
HSL color Cylindrical-coordinate representation of color #E6314B: hue angle of 351.38º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E6314B is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 49 | 75 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.10 |
| HSL | 351.38º | 0.78% | 0.55% | - |
| HSV(B) | 351.38º | 0.79% | 0.9% | - |
| XYZ | 35 | 19.53 | 8.58 | - |
| YUV | 106.08 | 110.47 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 49 | 75 | 0 | 0.79 | 0.67 | 0.10 | 351.38 | 0.78 | 0.55 |
| Hex | E6 | 31 | 4B | 0 | 4F | 43 | A | 15F | 4E | 37 |
| Octal | 346 | 61 | 113 | 0 | 117 | 103 | 12 | 537 | 116 | 67 |
| Binary | 11100110 | 110001 | 1001011 | 0 | 1001111 | 1000011 | 1010 | 101011111 | 1001110 | 110111 |
Color Harmonies of #E6314B
Complementary color
Monochromatic Colors of #E6314B
Black with #E6314B
Text Example
Text Example
White with #E6314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6314B; }
p { color: rgb(230,49,75); }
H1.HeaderClassName
{
color: #E6314B;
}
.AnyTagClassName
{
color: #E6314B;
}
</style>
background-color css
<style>
a { background-color: #E6314B; }
a { background-color: rgb(230,49,75); }
div.DivClassName
{
background-color: #E6314B;
}
.BgClassName
{
background-color: #E6314B;
}
</style>
border-color css
<style>
span { border-color: #E6314B; }
span { border-color: rgb(230,49,75); }
td.TdClassName
{
border-color: #E6314B;
}
.TagClassName
{
border-color: #E6314B;
}
</style>