Shades of Flamingo #E3614D
Tints of Flamingo #E3614D
RGB
CMYK
RGB Variations
Color information
#E3614D (or 0xE3614D) is known color: Flamingo. HEX triplet: E3, 61 and 4D. RGB value is (227,97,77). Sum of RGB (Red+Green+Blue) = 227+97+77=401 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.61% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 227 - color contains mainly: red. Hex color #E3614D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3614D is #1C9EB2. Grayscale: #858585. Windows color (decimal): -1875635 or 5071331. OLE color: 5071331.
HSL color Cylindrical-coordinate representation of color #E3614D: hue angle of 8º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E3614D is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 97 | 77 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.11 |
| HSL | 8º | 0.73% | 0.6% | - |
| HSV(B) | 8º | 0.66% | 0.89% | - |
| XYZ | 37.29 | 25.42 | 9.96 | - |
| YUV | 133.59 | 96.07 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 97 | 77 | 0 | 0.57 | 0.66 | 0.11 | 8 | 0.73 | 0.6 |
| Hex | E3 | 61 | 4D | 0 | 39 | 42 | B | 8 | 49 | 3C |
| Octal | 343 | 141 | 115 | 0 | 71 | 102 | 13 | 10 | 111 | 74 |
| Binary | 11100011 | 1100001 | 1001101 | 0 | 111001 | 1000010 | 1011 | 1000 | 1001001 | 111100 |
Color Harmonies of #E3614D
Complementary color
Monochromatic Colors of #E3614D
Black with #E3614D
Text Example
Text Example
White with #E3614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3614D; }
p { color: rgb(227,97,77); }
H1.HeaderClassName
{
color: #E3614D;
}
.AnyTagClassName
{
color: #E3614D;
}
</style>
background-color css
<style>
a { background-color: #E3614D; }
a { background-color: rgb(227,97,77); }
div.DivClassName
{
background-color: #E3614D;
}
.BgClassName
{
background-color: #E3614D;
}
</style>
border-color css
<style>
span { border-color: #E3614D; }
span { border-color: rgb(227,97,77); }
td.TdClassName
{
border-color: #E3614D;
}
.TagClassName
{
border-color: #E3614D;
}
</style>