Shades of Amaranth #E63B4F
Tints of Amaranth #E63B4F
RGB
CMYK
RGB Variations
Color information
#E63B4F (or 0xE63B4F) is known color: Amaranth. HEX triplet: E6, 3B and 4F. RGB value is (230,59,79). Sum of RGB (Red+Green+Blue) = 230+59+79=368 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.5% from 368); Green value is 59 (23.44% from 255 or 16.03% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 230 - color contains mainly: red. Hex color #E63B4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63B4F is #19C4B0. Grayscale: #707070. Windows color (decimal): -1688753 or 5192678. OLE color: 5192678.
HSL color Cylindrical-coordinate representation of color #E63B4F: hue angle of 352.98º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E63B4F is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 59 | 79 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.10 |
| HSL | 352.98º | 0.77% | 0.57% | - |
| HSV(B) | 352.98º | 0.74% | 0.9% | - |
| XYZ | 35.61 | 20.52 | 9.48 | - |
| YUV | 112.41 | 109.15 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 59 | 79 | 0 | 0.74 | 0.66 | 0.10 | 352.98 | 0.77 | 0.57 |
| Hex | E6 | 3B | 4F | 0 | 4A | 42 | A | 161 | 4D | 39 |
| Octal | 346 | 73 | 117 | 0 | 112 | 102 | 12 | 541 | 115 | 71 |
| Binary | 11100110 | 111011 | 1001111 | 0 | 1001010 | 1000010 | 1010 | 101100001 | 1001101 | 111001 |
Color Harmonies of #E63B4F
Complementary color
Monochromatic Colors of #E63B4F
Black with #E63B4F
Text Example
Text Example
White with #E63B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63B4F; }
p { color: rgb(230,59,79); }
H1.HeaderClassName
{
color: #E63B4F;
}
.AnyTagClassName
{
color: #E63B4F;
}
</style>
background-color css
<style>
a { background-color: #E63B4F; }
a { background-color: rgb(230,59,79); }
div.DivClassName
{
background-color: #E63B4F;
}
.BgClassName
{
background-color: #E63B4F;
}
</style>
border-color css
<style>
span { border-color: #E63B4F; }
span { border-color: rgb(230,59,79); }
td.TdClassName
{
border-color: #E63B4F;
}
.TagClassName
{
border-color: #E63B4F;
}
</style>