Shades of Amaranth #E9264B
Tints of Amaranth #E9264B
RGB
CMYK
RGB Variations
Color information
#E9264B (or 0xE9264B) is known color: Amaranth. HEX triplet: E9, 26 and 4B. RGB value is (233,38,75). Sum of RGB (Red+Green+Blue) = 233+38+75=346 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.34% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 233 - color contains mainly: red. Hex color #E9264B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9264B is #16D9B4. Grayscale: #646464. Windows color (decimal): -1497525 or 4925161. OLE color: 4925161.
HSL color Cylindrical-coordinate representation of color #E9264B: hue angle of 348.62º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E9264B is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 38 | 75 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.09 |
| HSL | 348.62º | 0.82% | 0.53% | - |
| HSV(B) | 348.62º | 0.84% | 0.91% | - |
| XYZ | 35.57 | 19.22 | 8.49 | - |
| YUV | 100.52 | 113.6 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 38 | 75 | 0 | 0.84 | 0.68 | 0.09 | 348.62 | 0.82 | 0.53 |
| Hex | E9 | 26 | 4B | 0 | 54 | 44 | 9 | 15D | 52 | 35 |
| Octal | 351 | 46 | 113 | 0 | 124 | 104 | 11 | 535 | 122 | 65 |
| Binary | 11101001 | 100110 | 1001011 | 0 | 1010100 | 1000100 | 1001 | 101011101 | 1010010 | 110101 |
Color Harmonies of #E9264B
Complementary color
Monochromatic Colors of #E9264B
Black with #E9264B
Text Example
Text Example
White with #E9264B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9264B; }
p { color: rgb(233,38,75); }
H1.HeaderClassName
{
color: #E9264B;
}
.AnyTagClassName
{
color: #E9264B;
}
</style>
background-color css
<style>
a { background-color: #E9264B; }
a { background-color: rgb(233,38,75); }
div.DivClassName
{
background-color: #E9264B;
}
.BgClassName
{
background-color: #E9264B;
}
</style>
border-color css
<style>
span { border-color: #E9264B; }
span { border-color: rgb(233,38,75); }
td.TdClassName
{
border-color: #E9264B;
}
.TagClassName
{
border-color: #E9264B;
}
</style>