Shades of Flamingo #E06850
Tints of Flamingo #E06850
RGB
CMYK
RGB Variations
Color information
#E06850 (or 0xE06850) is known color: Flamingo. HEX triplet: E0, 68 and 50. RGB value is (224,104,80). Sum of RGB (Red+Green+Blue) = 224+104+80=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E06850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06850 is #1F97AF. Grayscale: #898989. Windows color (decimal): -2070448 or 5269728. OLE color: 5269728.
HSL color Cylindrical-coordinate representation of color #E06850: hue angle of 10º 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 #E06850 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 104 | 80 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.12 |
| HSL | 10º | 0.7% | 0.6% | - |
| HSV(B) | 10º | 0.64% | 0.88% | - |
| XYZ | 37.14 | 26.33 | 10.71 | - |
| YUV | 137.14 | 95.76 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 104 | 80 | 0 | 0.54 | 0.64 | 0.12 | 10 | 0.7 | 0.6 |
| Hex | E0 | 68 | 50 | 0 | 36 | 40 | C | A | 46 | 3C |
| Octal | 340 | 150 | 120 | 0 | 66 | 100 | 14 | 12 | 106 | 74 |
| Binary | 11100000 | 1101000 | 1010000 | 0 | 110110 | 1000000 | 1100 | 1010 | 1000110 | 111100 |
Color Harmonies of #E06850
Complementary color
Monochromatic Colors of #E06850
Black with #E06850
Text Example
Text Example
White with #E06850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06850; }
p { color: rgb(224,104,80); }
H1.HeaderClassName
{
color: #E06850;
}
.AnyTagClassName
{
color: #E06850;
}
</style>
background-color css
<style>
a { background-color: #E06850; }
a { background-color: rgb(224,104,80); }
div.DivClassName
{
background-color: #E06850;
}
.BgClassName
{
background-color: #E06850;
}
</style>
border-color css
<style>
span { border-color: #E06850; }
span { border-color: rgb(224,104,80); }
td.TdClassName
{
border-color: #E06850;
}
.TagClassName
{
border-color: #E06850;
}
</style>