Shades of Amaranth #E61B4B
Tints of Amaranth #E61B4B
RGB
CMYK
RGB Variations
Color information
#E61B4B (or 0xE61B4B) is known color: Amaranth. HEX triplet: E6, 1B and 4B. RGB value is (230,27,75). Sum of RGB (Red+Green+Blue) = 230+27+75=332 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.28% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 230 - color contains mainly: red. Hex color #E61B4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61B4B is #19E4B4. Grayscale: #5D5D5D. Windows color (decimal): -1696949 or 4922342. OLE color: 4922342.
HSL color Cylindrical-coordinate representation of color #E61B4B: hue angle of 345.81º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61B4B is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 27 | 75 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.10 |
| HSL | 345.81º | 0.8% | 0.5% | - |
| HSV(B) | 345.81º | 0.88% | 0.9% | - |
| XYZ | 34.3 | 18.11 | 8.35 | - |
| YUV | 93.17 | 117.75 | 225.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 27 | 75 | 0 | 0.88 | 0.67 | 0.10 | 345.81 | 0.8 | 0.5 |
| Hex | E6 | 1B | 4B | 0 | 58 | 43 | A | 15A | 50 | 32 |
| Octal | 346 | 33 | 113 | 0 | 130 | 103 | 12 | 532 | 120 | 62 |
| Binary | 11100110 | 11011 | 1001011 | 0 | 1011000 | 1000011 | 1010 | 101011010 | 1010000 | 110010 |
Color Harmonies of #E61B4B
Complementary color
Monochromatic Colors of #E61B4B
Black with #E61B4B
Text Example
Text Example
White with #E61B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61B4B; }
p { color: rgb(230,27,75); }
H1.HeaderClassName
{
color: #E61B4B;
}
.AnyTagClassName
{
color: #E61B4B;
}
</style>
background-color css
<style>
a { background-color: #E61B4B; }
a { background-color: rgb(230,27,75); }
div.DivClassName
{
background-color: #E61B4B;
}
.BgClassName
{
background-color: #E61B4B;
}
</style>
border-color css
<style>
span { border-color: #E61B4B; }
span { border-color: rgb(230,27,75); }
td.TdClassName
{
border-color: #E61B4B;
}
.TagClassName
{
border-color: #E61B4B;
}
</style>