Shades of Flamingo #E0614D
Tints of Flamingo #E0614D
RGB
CMYK
RGB Variations
Color information
#E0614D (or 0xE0614D) is known color: Flamingo. HEX triplet: E0, 61 and 4D. RGB value is (224,97,77). Sum of RGB (Red+Green+Blue) = 224+97+77=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E0614D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0614D is #1F9EB2. Grayscale: #848484. Windows color (decimal): -2072243 or 5071328. OLE color: 5071328.
HSL color Cylindrical-coordinate representation of color #E0614D: hue angle of 8.16º degrees, saturation: 0.7, 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 #E0614D is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 97 | 77 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.12 |
| HSL | 8.16º | 0.7% | 0.59% | - |
| HSV(B) | 8.16º | 0.66% | 0.88% | - |
| XYZ | 36.35 | 24.93 | 9.92 | - |
| YUV | 132.69 | 96.58 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 77 | 0 | 0.57 | 0.66 | 0.12 | 8.16 | 0.7 | 0.59 |
| Hex | E0 | 61 | 4D | 0 | 39 | 42 | C | 8 | 46 | 3B |
| Octal | 340 | 141 | 115 | 0 | 71 | 102 | 14 | 10 | 106 | 73 |
| Binary | 11100000 | 1100001 | 1001101 | 0 | 111001 | 1000010 | 1100 | 1000 | 1000110 | 111011 |
Color Harmonies of #E0614D
Complementary color
Monochromatic Colors of #E0614D
Black with #E0614D
Text Example
Text Example
White with #E0614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0614D; }
p { color: rgb(224,97,77); }
H1.HeaderClassName
{
color: #E0614D;
}
.AnyTagClassName
{
color: #E0614D;
}
</style>
background-color css
<style>
a { background-color: #E0614D; }
a { background-color: rgb(224,97,77); }
div.DivClassName
{
background-color: #E0614D;
}
.BgClassName
{
background-color: #E0614D;
}
</style>
border-color css
<style>
span { border-color: #E0614D; }
span { border-color: rgb(224,97,77); }
td.TdClassName
{
border-color: #E0614D;
}
.TagClassName
{
border-color: #E0614D;
}
</style>