Shades of Amaranth #E6304C
Tints of Amaranth #E6304C
RGB
CMYK
RGB Variations
Color information
#E6304C (or 0xE6304C) is known color: Amaranth. HEX triplet: E6, 30 and 4C. RGB value is (230,48,76). Sum of RGB (Red+Green+Blue) = 230+48+76=354 (46% of max value = 765). Red value is 230 (90.23% from 255 or 64.97% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 230 - color contains mainly: red. Hex color #E6304C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6304C is #19CFB3. Grayscale: #696969. Windows color (decimal): -1691572 or 4993254. OLE color: 4993254.
HSL color Cylindrical-coordinate representation of color #E6304C: hue angle of 350.77º 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 #E6304C is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 48 | 76 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.10 |
| HSL | 350.77º | 0.78% | 0.55% | - |
| HSV(B) | 350.77º | 0.79% | 0.9% | - |
| XYZ | 34.99 | 19.46 | 8.75 | - |
| YUV | 105.61 | 111.3 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 48 | 76 | 0 | 0.79 | 0.67 | 0.10 | 350.77 | 0.78 | 0.55 |
| Hex | E6 | 30 | 4C | 0 | 4F | 43 | A | 15F | 4E | 37 |
| Octal | 346 | 60 | 114 | 0 | 117 | 103 | 12 | 537 | 116 | 67 |
| Binary | 11100110 | 110000 | 1001100 | 0 | 1001111 | 1000011 | 1010 | 101011111 | 1001110 | 110111 |
Color Harmonies of #E6304C
Complementary color
Monochromatic Colors of #E6304C
Black with #E6304C
Text Example
Text Example
White with #E6304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6304C; }
p { color: rgb(230,48,76); }
H1.HeaderClassName
{
color: #E6304C;
}
.AnyTagClassName
{
color: #E6304C;
}
</style>
background-color css
<style>
a { background-color: #E6304C; }
a { background-color: rgb(230,48,76); }
div.DivClassName
{
background-color: #E6304C;
}
.BgClassName
{
background-color: #E6304C;
}
</style>
border-color css
<style>
span { border-color: #E6304C; }
span { border-color: rgb(230,48,76); }
td.TdClassName
{
border-color: #E6304C;
}
.TagClassName
{
border-color: #E6304C;
}
</style>