Shades of Amaranth #E63950
Tints of Amaranth #E63950
RGB
CMYK
RGB Variations
Color information
#E63950 (or 0xE63950) is known color: Amaranth. HEX triplet: E6, 39 and 50. RGB value is (230,57,80). Sum of RGB (Red+Green+Blue) = 230+57+80=367 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.67% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 230 - color contains mainly: red. Hex color #E63950 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63950 is #19C6AF. Grayscale: #6F6F6F. Windows color (decimal): -1689264 or 5257702. OLE color: 5257702.
HSL color Cylindrical-coordinate representation of color #E63950: hue angle of 352.02º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E63950 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 57 | 80 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.10 |
| HSL | 352.02º | 0.78% | 0.56% | - |
| HSV(B) | 352.02º | 0.75% | 0.9% | - |
| XYZ | 35.54 | 20.33 | 9.64 | - |
| YUV | 111.35 | 110.31 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 57 | 80 | 0 | 0.75 | 0.65 | 0.10 | 352.02 | 0.78 | 0.56 |
| Hex | E6 | 39 | 50 | 0 | 4B | 41 | A | 160 | 4E | 38 |
| Octal | 346 | 71 | 120 | 0 | 113 | 101 | 12 | 540 | 116 | 70 |
| Binary | 11100110 | 111001 | 1010000 | 0 | 1001011 | 1000001 | 1010 | 101100000 | 1001110 | 111000 |
Color Harmonies of #E63950
Complementary color
Monochromatic Colors of #E63950
Black with #E63950
Text Example
Text Example
White with #E63950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63950; }
p { color: rgb(230,57,80); }
H1.HeaderClassName
{
color: #E63950;
}
.AnyTagClassName
{
color: #E63950;
}
</style>
background-color css
<style>
a { background-color: #E63950; }
a { background-color: rgb(230,57,80); }
div.DivClassName
{
background-color: #E63950;
}
.BgClassName
{
background-color: #E63950;
}
</style>
border-color css
<style>
span { border-color: #E63950; }
span { border-color: rgb(230,57,80); }
td.TdClassName
{
border-color: #E63950;
}
.TagClassName
{
border-color: #E63950;
}
</style>