Shades of Amaranth #E6434B
Tints of Amaranth #E6434B
RGB
CMYK
RGB Variations
Color information
#E6434B (or 0xE6434B) is known color: Amaranth. HEX triplet: E6, 43 and 4B. RGB value is (230,67,75). Sum of RGB (Red+Green+Blue) = 230+67+75=372 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.83% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 230 - color contains mainly: red. Hex color #E6434B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6434B is #19BCB4. Grayscale: #747474. Windows color (decimal): -1686709 or 4932582. OLE color: 4932582.
HSL color Cylindrical-coordinate representation of color #E6434B: hue angle of 357.06º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E6434B is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 67 | 75 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.10 |
| HSL | 357.06º | 0.77% | 0.58% | - |
| HSV(B) | 357.06º | 0.71% | 0.9% | - |
| XYZ | 35.91 | 21.35 | 8.88 | - |
| YUV | 116.65 | 104.5 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 67 | 75 | 0 | 0.71 | 0.67 | 0.10 | 357.06 | 0.77 | 0.58 |
| Hex | E6 | 43 | 4B | 0 | 47 | 43 | A | 165 | 4D | 3A |
| Octal | 346 | 103 | 113 | 0 | 107 | 103 | 12 | 545 | 115 | 72 |
| Binary | 11100110 | 1000011 | 1001011 | 0 | 1000111 | 1000011 | 1010 | 101100101 | 1001101 | 111010 |
Color Harmonies of #E6434B
Complementary color
Monochromatic Colors of #E6434B
Black with #E6434B
Text Example
Text Example
White with #E6434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6434B; }
p { color: rgb(230,67,75); }
H1.HeaderClassName
{
color: #E6434B;
}
.AnyTagClassName
{
color: #E6434B;
}
</style>
background-color css
<style>
a { background-color: #E6434B; }
a { background-color: rgb(230,67,75); }
div.DivClassName
{
background-color: #E6434B;
}
.BgClassName
{
background-color: #E6434B;
}
</style>
border-color css
<style>
span { border-color: #E6434B; }
span { border-color: rgb(230,67,75); }
td.TdClassName
{
border-color: #E6434B;
}
.TagClassName
{
border-color: #E6434B;
}
</style>