Shades of Flamingo #E06651
Tints of Flamingo #E06651
RGB
CMYK
RGB Variations
Color information
#E06651 (or 0xE06651) is known color: Flamingo. HEX triplet: E0, 66 and 51. RGB value is (224,102,81). Sum of RGB (Red+Green+Blue) = 224+102+81=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 81 (32.03% from 255 or 19.90% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E06651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06651 is #1F99AE. Grayscale: #888888. Windows color (decimal): -2070959 or 5334752. OLE color: 5334752.
HSL color Cylindrical-coordinate representation of color #E06651: hue angle of 8.81º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E06651 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 102 | 81 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.12 |
| HSL | 8.81º | 0.7% | 0.6% | - |
| HSV(B) | 8.81º | 0.64% | 0.88% | - |
| XYZ | 36.98 | 25.94 | 10.84 | - |
| YUV | 136.08 | 96.92 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 102 | 81 | 0 | 0.54 | 0.64 | 0.12 | 8.81 | 0.7 | 0.6 |
| Hex | E0 | 66 | 51 | 0 | 36 | 40 | C | 9 | 46 | 3C |
| Octal | 340 | 146 | 121 | 0 | 66 | 100 | 14 | 11 | 106 | 74 |
| Binary | 11100000 | 1100110 | 1010001 | 0 | 110110 | 1000000 | 1100 | 1001 | 1000110 | 111100 |
Color Harmonies of #E06651
Complementary color
Monochromatic Colors of #E06651
Black with #E06651
Text Example
Text Example
White with #E06651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06651; }
p { color: rgb(224,102,81); }
H1.HeaderClassName
{
color: #E06651;
}
.AnyTagClassName
{
color: #E06651;
}
</style>
background-color css
<style>
a { background-color: #E06651; }
a { background-color: rgb(224,102,81); }
div.DivClassName
{
background-color: #E06651;
}
.BgClassName
{
background-color: #E06651;
}
</style>
border-color css
<style>
span { border-color: #E06651; }
span { border-color: rgb(224,102,81); }
td.TdClassName
{
border-color: #E06651;
}
.TagClassName
{
border-color: #E06651;
}
</style>