Shades of Flamingo #E5614A
Tints of Flamingo #E5614A
RGB
CMYK
RGB Variations
Color information
#E5614A (or 0xE5614A) is known color: Flamingo. HEX triplet: E5, 61 and 4A. RGB value is (229,97,74). Sum of RGB (Red+Green+Blue) = 229+97+74=400 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.25% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 229 - color contains mainly: red. Hex color #E5614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5614A is #1A9EB5. Grayscale: #868686. Windows color (decimal): -1744566 or 4874725. OLE color: 4874725.
HSL color Cylindrical-coordinate representation of color #E5614A: hue angle of 8.9º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5614A is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 97 | 74 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.10 |
| HSL | 8.9º | 0.75% | 0.59% | - |
| HSV(B) | 8.9º | 0.68% | 0.9% | - |
| XYZ | 37.82 | 25.7 | 9.45 | - |
| YUV | 133.85 | 94.23 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 74 | 0 | 0.58 | 0.68 | 0.10 | 8.9 | 0.75 | 0.59 |
| Hex | E5 | 61 | 4A | 0 | 3A | 44 | A | 9 | 4B | 3B |
| Octal | 345 | 141 | 112 | 0 | 72 | 104 | 12 | 11 | 113 | 73 |
| Binary | 11100101 | 1100001 | 1001010 | 0 | 111010 | 1000100 | 1010 | 1001 | 1001011 | 111011 |
Color Harmonies of #E5614A
Complementary color
Monochromatic Colors of #E5614A
Black with #E5614A
Text Example
Text Example
White with #E5614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5614A; }
p { color: rgb(229,97,74); }
H1.HeaderClassName
{
color: #E5614A;
}
.AnyTagClassName
{
color: #E5614A;
}
</style>
background-color css
<style>
a { background-color: #E5614A; }
a { background-color: rgb(229,97,74); }
div.DivClassName
{
background-color: #E5614A;
}
.BgClassName
{
background-color: #E5614A;
}
</style>
border-color css
<style>
span { border-color: #E5614A; }
span { border-color: rgb(229,97,74); }
td.TdClassName
{
border-color: #E5614A;
}
.TagClassName
{
border-color: #E5614A;
}
</style>