Shades of Amaranth #E6234C
Tints of Amaranth #E6234C
RGB
CMYK
RGB Variations
Color information
#E6234C (or 0xE6234C) is known color: Amaranth. HEX triplet: E6, 23 and 4C. RGB value is (230,35,76). Sum of RGB (Red+Green+Blue) = 230+35+76=341 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.45% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 230 - color contains mainly: red. Hex color #E6234C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6234C is #19DCB3. Grayscale: #626262. Windows color (decimal): -1694900 or 4989926. OLE color: 4989926.
HSL color Cylindrical-coordinate representation of color #E6234C: hue angle of 347.38º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E6234C is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 35 | 76 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.10 |
| HSL | 347.38º | 0.8% | 0.52% | - |
| HSV(B) | 347.38º | 0.85% | 0.9% | - |
| XYZ | 34.54 | 18.55 | 8.6 | - |
| YUV | 97.98 | 115.6 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 35 | 76 | 0 | 0.85 | 0.67 | 0.10 | 347.38 | 0.8 | 0.52 |
| Hex | E6 | 23 | 4C | 0 | 55 | 43 | A | 15B | 50 | 34 |
| Octal | 346 | 43 | 114 | 0 | 125 | 103 | 12 | 533 | 120 | 64 |
| Binary | 11100110 | 100011 | 1001100 | 0 | 1010101 | 1000011 | 1010 | 101011011 | 1010000 | 110100 |
Color Harmonies of #E6234C
Complementary color
Monochromatic Colors of #E6234C
Black with #E6234C
Text Example
Text Example
White with #E6234C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6234C; }
p { color: rgb(230,35,76); }
H1.HeaderClassName
{
color: #E6234C;
}
.AnyTagClassName
{
color: #E6234C;
}
</style>
background-color css
<style>
a { background-color: #E6234C; }
a { background-color: rgb(230,35,76); }
div.DivClassName
{
background-color: #E6234C;
}
.BgClassName
{
background-color: #E6234C;
}
</style>
border-color css
<style>
span { border-color: #E6234C; }
span { border-color: rgb(230,35,76); }
td.TdClassName
{
border-color: #E6234C;
}
.TagClassName
{
border-color: #E6234C;
}
</style>