Shades of Amaranth #E6334B
Tints of Amaranth #E6334B
RGB
CMYK
RGB Variations
Color information
#E6334B (or 0xE6334B) is known color: Amaranth. HEX triplet: E6, 33 and 4B. RGB value is (230,51,75). Sum of RGB (Red+Green+Blue) = 230+51+75=356 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.61% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 230 - color contains mainly: red. Hex color #E6334B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6334B is #19CCB4. Grayscale: #6B6B6B. Windows color (decimal): -1690805 or 4928486. OLE color: 4928486.
HSL color Cylindrical-coordinate representation of color #E6334B: hue angle of 351.96º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E6334B is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 51 | 75 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.10 |
| HSL | 351.96º | 0.78% | 0.55% | - |
| HSV(B) | 351.96º | 0.78% | 0.9% | - |
| XYZ | 35.09 | 19.7 | 8.61 | - |
| YUV | 107.26 | 109.8 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 51 | 75 | 0 | 0.78 | 0.67 | 0.10 | 351.96 | 0.78 | 0.55 |
| Hex | E6 | 33 | 4B | 0 | 4E | 43 | A | 160 | 4E | 37 |
| Octal | 346 | 63 | 113 | 0 | 116 | 103 | 12 | 540 | 116 | 67 |
| Binary | 11100110 | 110011 | 1001011 | 0 | 1001110 | 1000011 | 1010 | 101100000 | 1001110 | 110111 |
Color Harmonies of #E6334B
Complementary color
Monochromatic Colors of #E6334B
Black with #E6334B
Text Example
Text Example
White with #E6334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6334B; }
p { color: rgb(230,51,75); }
H1.HeaderClassName
{
color: #E6334B;
}
.AnyTagClassName
{
color: #E6334B;
}
</style>
background-color css
<style>
a { background-color: #E6334B; }
a { background-color: rgb(230,51,75); }
div.DivClassName
{
background-color: #E6334B;
}
.BgClassName
{
background-color: #E6334B;
}
</style>
border-color css
<style>
span { border-color: #E6334B; }
span { border-color: rgb(230,51,75); }
td.TdClassName
{
border-color: #E6334B;
}
.TagClassName
{
border-color: #E6334B;
}
</style>