Shades of Fire Bush #E1974D
Tints of Fire Bush #E1974D
RGB
CMYK
RGB Variations
Color information
#E1974D (or 0xE1974D) is known color: Fire Bush. HEX triplet: E1, 97 and 4D. RGB value is (225,151,77). Sum of RGB (Red+Green+Blue) = 225+151+77=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E1974D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1974D is #1E68B2. Grayscale: #A5A5A5. Windows color (decimal): -1992883 or 5085153. OLE color: 5085153.
HSL color Cylindrical-coordinate representation of color #E1974D: hue angle of 30º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E1974D is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 151 | 77 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.12 |
| HSL | 30º | 0.71% | 0.59% | - |
| HSV(B) | 30º | 0.66% | 0.88% | - |
| XYZ | 43.46 | 38.68 | 12.2 | - |
| YUV | 164.69 | 78.52 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 151 | 77 | 0 | 0.33 | 0.66 | 0.12 | 30 | 0.71 | 0.59 |
| Hex | E1 | 97 | 4D | 0 | 21 | 42 | C | 1E | 47 | 3B |
| Octal | 341 | 227 | 115 | 0 | 41 | 102 | 14 | 36 | 107 | 73 |
| Binary | 11100001 | 10010111 | 1001101 | 0 | 100001 | 1000010 | 1100 | 11110 | 1000111 | 111011 |
Color Harmonies of #E1974D
Complementary color
Monochromatic Colors of #E1974D
Black with #E1974D
Text Example
Text Example
White with #E1974D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1974D; }
p { color: rgb(225,151,77); }
H1.HeaderClassName
{
color: #E1974D;
}
.AnyTagClassName
{
color: #E1974D;
}
</style>
background-color css
<style>
a { background-color: #E1974D; }
a { background-color: rgb(225,151,77); }
div.DivClassName
{
background-color: #E1974D;
}
.BgClassName
{
background-color: #E1974D;
}
</style>
border-color css
<style>
span { border-color: #E1974D; }
span { border-color: rgb(225,151,77); }
td.TdClassName
{
border-color: #E1974D;
}
.TagClassName
{
border-color: #E1974D;
}
</style>