Shades of Amaranth #E6334F
Tints of Amaranth #E6334F
RGB
CMYK
RGB Variations
Color information
#E6334F (or 0xE6334F) is known color: Amaranth. HEX triplet: E6, 33 and 4F. RGB value is (230,51,79). Sum of RGB (Red+Green+Blue) = 230+51+79=360 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.89% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 230 - color contains mainly: red. Hex color #E6334F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6334F is #19CCB0. Grayscale: #6B6B6B. Windows color (decimal): -1690801 or 5190630. OLE color: 5190630.
HSL color Cylindrical-coordinate representation of color #E6334F: hue angle of 350.61º 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 #E6334F is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 51 | 79 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.10 |
| HSL | 350.61º | 0.78% | 0.55% | - |
| HSV(B) | 350.61º | 0.78% | 0.9% | - |
| XYZ | 35.23 | 19.76 | 9.35 | - |
| YUV | 107.71 | 111.8 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 51 | 79 | 0 | 0.78 | 0.66 | 0.10 | 350.61 | 0.78 | 0.55 |
| Hex | E6 | 33 | 4F | 0 | 4E | 42 | A | 15F | 4E | 37 |
| Octal | 346 | 63 | 117 | 0 | 116 | 102 | 12 | 537 | 116 | 67 |
| Binary | 11100110 | 110011 | 1001111 | 0 | 1001110 | 1000010 | 1010 | 101011111 | 1001110 | 110111 |
Color Harmonies of #E6334F
Complementary color
Monochromatic Colors of #E6334F
Black with #E6334F
Text Example
Text Example
White with #E6334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6334F; }
p { color: rgb(230,51,79); }
H1.HeaderClassName
{
color: #E6334F;
}
.AnyTagClassName
{
color: #E6334F;
}
</style>
background-color css
<style>
a { background-color: #E6334F; }
a { background-color: rgb(230,51,79); }
div.DivClassName
{
background-color: #E6334F;
}
.BgClassName
{
background-color: #E6334F;
}
</style>
border-color css
<style>
span { border-color: #E6334F; }
span { border-color: rgb(230,51,79); }
td.TdClassName
{
border-color: #E6334F;
}
.TagClassName
{
border-color: #E6334F;
}
</style>