Shades of Amaranth #E63F4F
Tints of Amaranth #E63F4F
RGB
CMYK
RGB Variations
Color information
#E63F4F (or 0xE63F4F) is known color: Amaranth. HEX triplet: E6, 3F and 4F. RGB value is (230,63,79). Sum of RGB (Red+Green+Blue) = 230+63+79=372 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.83% from 372); Green value is 63 (25% from 255 or 16.94% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 230 - color contains mainly: red. Hex color #E63F4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63F4F is #19C0B0. Grayscale: #727272. Windows color (decimal): -1687729 or 5193702. OLE color: 5193702.
HSL color Cylindrical-coordinate representation of color #E63F4F: hue angle of 354.25º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E63F4F is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 63 | 79 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.10 |
| HSL | 354.25º | 0.77% | 0.57% | - |
| HSV(B) | 354.25º | 0.73% | 0.9% | - |
| XYZ | 35.82 | 20.94 | 9.55 | - |
| YUV | 114.76 | 107.83 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 63 | 79 | 0 | 0.73 | 0.66 | 0.10 | 354.25 | 0.77 | 0.57 |
| Hex | E6 | 3F | 4F | 0 | 49 | 42 | A | 162 | 4D | 39 |
| Octal | 346 | 77 | 117 | 0 | 111 | 102 | 12 | 542 | 115 | 71 |
| Binary | 11100110 | 111111 | 1001111 | 0 | 1001001 | 1000010 | 1010 | 101100010 | 1001101 | 111001 |
Color Harmonies of #E63F4F
Complementary color
Monochromatic Colors of #E63F4F
Black with #E63F4F
Text Example
Text Example
White with #E63F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63F4F; }
p { color: rgb(230,63,79); }
H1.HeaderClassName
{
color: #E63F4F;
}
.AnyTagClassName
{
color: #E63F4F;
}
</style>
background-color css
<style>
a { background-color: #E63F4F; }
a { background-color: rgb(230,63,79); }
div.DivClassName
{
background-color: #E63F4F;
}
.BgClassName
{
background-color: #E63F4F;
}
</style>
border-color css
<style>
span { border-color: #E63F4F; }
span { border-color: rgb(230,63,79); }
td.TdClassName
{
border-color: #E63F4F;
}
.TagClassName
{
border-color: #E63F4F;
}
</style>