Shades of Flamingo #E06C4D
Tints of Flamingo #E06C4D
RGB
CMYK
RGB Variations
Color information
#E06C4D (or 0xE06C4D) is known color: Flamingo. HEX triplet: E0, 6C and 4D. RGB value is (224,108,77). Sum of RGB (Red+Green+Blue) = 224+108+77=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06C4D is #1F93B2. Grayscale: #8B8B8B. Windows color (decimal): -2069427 or 5074144. OLE color: 5074144.
HSL color Cylindrical-coordinate representation of color #E06C4D: hue angle of 12.65º 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 #E06C4D is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 77 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.12 |
| HSL | 12.65º | 0.7% | 0.59% | - |
| HSV(B) | 12.65º | 0.66% | 0.88% | - |
| XYZ | 37.44 | 27.11 | 10.28 | - |
| YUV | 139.15 | 92.93 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 77 | 0 | 0.52 | 0.66 | 0.12 | 12.65 | 0.7 | 0.59 |
| Hex | E0 | 6C | 4D | 0 | 34 | 42 | C | D | 46 | 3B |
| Octal | 340 | 154 | 115 | 0 | 64 | 102 | 14 | 15 | 106 | 73 |
| Binary | 11100000 | 1101100 | 1001101 | 0 | 110100 | 1000010 | 1100 | 1101 | 1000110 | 111011 |
Color Harmonies of #E06C4D
Complementary color
Monochromatic Colors of #E06C4D
Black with #E06C4D
Text Example
Text Example
White with #E06C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06C4D; }
p { color: rgb(224,108,77); }
H1.HeaderClassName
{
color: #E06C4D;
}
.AnyTagClassName
{
color: #E06C4D;
}
</style>
background-color css
<style>
a { background-color: #E06C4D; }
a { background-color: rgb(224,108,77); }
div.DivClassName
{
background-color: #E06C4D;
}
.BgClassName
{
background-color: #E06C4D;
}
</style>
border-color css
<style>
span { border-color: #E06C4D; }
span { border-color: rgb(224,108,77); }
td.TdClassName
{
border-color: #E06C4D;
}
.TagClassName
{
border-color: #E06C4D;
}
</style>