Shades of Flamingo #E0644E
Tints of Flamingo #E0644E
RGB
CMYK
RGB Variations
Color information
#E0644E (or 0xE0644E) is known color: Flamingo. HEX triplet: E0, 64 and 4E. RGB value is (224,100,78). Sum of RGB (Red+Green+Blue) = 224+100+78=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E0644E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0644E is #1F9BB1. Grayscale: #868686. Windows color (decimal): -2071474 or 5137632. OLE color: 5137632.
HSL color Cylindrical-coordinate representation of color #E0644E: hue angle of 9.04º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E0644E is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 100 | 78 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.12 |
| HSL | 9.04º | 0.7% | 0.59% | - |
| HSV(B) | 9.04º | 0.65% | 0.88% | - |
| XYZ | 36.67 | 25.51 | 10.2 | - |
| YUV | 134.57 | 96.08 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 100 | 78 | 0 | 0.55 | 0.65 | 0.12 | 9.04 | 0.7 | 0.59 |
| Hex | E0 | 64 | 4E | 0 | 37 | 41 | C | 9 | 46 | 3B |
| Octal | 340 | 144 | 116 | 0 | 67 | 101 | 14 | 11 | 106 | 73 |
| Binary | 11100000 | 1100100 | 1001110 | 0 | 110111 | 1000001 | 1100 | 1001 | 1000110 | 111011 |
Color Harmonies of #E0644E
Complementary color
Monochromatic Colors of #E0644E
Black with #E0644E
Text Example
Text Example
White with #E0644E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0644E; }
p { color: rgb(224,100,78); }
H1.HeaderClassName
{
color: #E0644E;
}
.AnyTagClassName
{
color: #E0644E;
}
</style>
background-color css
<style>
a { background-color: #E0644E; }
a { background-color: rgb(224,100,78); }
div.DivClassName
{
background-color: #E0644E;
}
.BgClassName
{
background-color: #E0644E;
}
</style>
border-color css
<style>
span { border-color: #E0644E; }
span { border-color: rgb(224,100,78); }
td.TdClassName
{
border-color: #E0644E;
}
.TagClassName
{
border-color: #E0644E;
}
</style>