Shades of Flamingo #E0654F
Tints of Flamingo #E0654F
RGB
CMYK
RGB Variations
Color information
#E0654F (or 0xE0654F) is known color: Flamingo. HEX triplet: E0, 65 and 4F. RGB value is (224,101,79). Sum of RGB (Red+Green+Blue) = 224+101+79=404 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.45% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 224 - color contains mainly: red. Hex color #E0654F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0654F is #1F9AB0. Grayscale: #878787. Windows color (decimal): -2071217 or 5203424. OLE color: 5203424.
HSL color Cylindrical-coordinate representation of color #E0654F: hue angle of 9.1º 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 #E0654F is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 101 | 79 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.12 |
| HSL | 9.1º | 0.7% | 0.59% | - |
| HSV(B) | 9.1º | 0.65% | 0.88% | - |
| XYZ | 36.81 | 25.72 | 10.42 | - |
| YUV | 135.27 | 96.25 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 101 | 79 | 0 | 0.55 | 0.65 | 0.12 | 9.1 | 0.7 | 0.59 |
| Hex | E0 | 65 | 4F | 0 | 37 | 41 | C | 9 | 46 | 3B |
| Octal | 340 | 145 | 117 | 0 | 67 | 101 | 14 | 11 | 106 | 73 |
| Binary | 11100000 | 1100101 | 1001111 | 0 | 110111 | 1000001 | 1100 | 1001 | 1000110 | 111011 |
Color Harmonies of #E0654F
Complementary color
Monochromatic Colors of #E0654F
Black with #E0654F
Text Example
Text Example
White with #E0654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0654F; }
p { color: rgb(224,101,79); }
H1.HeaderClassName
{
color: #E0654F;
}
.AnyTagClassName
{
color: #E0654F;
}
</style>
background-color css
<style>
a { background-color: #E0654F; }
a { background-color: rgb(224,101,79); }
div.DivClassName
{
background-color: #E0654F;
}
.BgClassName
{
background-color: #E0654F;
}
</style>
border-color css
<style>
span { border-color: #E0654F; }
span { border-color: rgb(224,101,79); }
td.TdClassName
{
border-color: #E0654F;
}
.TagClassName
{
border-color: #E0654F;
}
</style>