Shades of Amaranth #E23948
Tints of Amaranth #E23948
RGB
CMYK
RGB Variations
Color information
#E23948 (or 0xE23948) is known color: Amaranth. HEX triplet: E2, 39 and 48. RGB value is (226,57,72). Sum of RGB (Red+Green+Blue) = 226+57+72=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E23948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23948 is #1DC6B7. Grayscale: #6D6D6D. Windows color (decimal): -1951416 or 4733410. OLE color: 4733410.
HSL color Cylindrical-coordinate representation of color #E23948: hue angle of 354.67º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E23948 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 57 | 72 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.11 |
| HSL | 354.67º | 0.74% | 0.55% | - |
| HSV(B) | 354.67º | 0.75% | 0.89% | - |
| XYZ | 34 | 19.56 | 8.12 | - |
| YUV | 109.24 | 106.99 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 72 | 0 | 0.75 | 0.68 | 0.11 | 354.67 | 0.74 | 0.55 |
| Hex | E2 | 39 | 48 | 0 | 4B | 44 | B | 163 | 4A | 37 |
| Octal | 342 | 71 | 110 | 0 | 113 | 104 | 13 | 543 | 112 | 67 |
| Binary | 11100010 | 111001 | 1001000 | 0 | 1001011 | 1000100 | 1011 | 101100011 | 1001010 | 110111 |
Color Harmonies of #E23948
Complementary color
Monochromatic Colors of #E23948
Black with #E23948
Text Example
Text Example
White with #E23948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23948; }
p { color: rgb(226,57,72); }
H1.HeaderClassName
{
color: #E23948;
}
.AnyTagClassName
{
color: #E23948;
}
</style>
background-color css
<style>
a { background-color: #E23948; }
a { background-color: rgb(226,57,72); }
div.DivClassName
{
background-color: #E23948;
}
.BgClassName
{
background-color: #E23948;
}
</style>
border-color css
<style>
span { border-color: #E23948; }
span { border-color: rgb(226,57,72); }
td.TdClassName
{
border-color: #E23948;
}
.TagClassName
{
border-color: #E23948;
}
</style>