Shades of Flamingo #E06B4A
Tints of Flamingo #E06B4A
RGB
CMYK
RGB Variations
Color information
#E06B4A (or 0xE06B4A) is known color: Flamingo. HEX triplet: E0, 6B and 4A. RGB value is (224,107,74). Sum of RGB (Red+Green+Blue) = 224+107+74=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06B4A is #1F94B5. Grayscale: #8A8A8A. Windows color (decimal): -2069686 or 4877280. OLE color: 4877280.
HSL color Cylindrical-coordinate representation of color #E06B4A: hue angle of 13.2º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E06B4A is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 74 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.12 |
| HSL | 13.2º | 0.71% | 0.58% | - |
| HSV(B) | 13.2º | 0.67% | 0.88% | - |
| XYZ | 37.23 | 26.86 | 9.7 | - |
| YUV | 138.22 | 91.76 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 74 | 0 | 0.52 | 0.67 | 0.12 | 13.2 | 0.71 | 0.58 |
| Hex | E0 | 6B | 4A | 0 | 34 | 43 | C | D | 47 | 3A |
| Octal | 340 | 153 | 112 | 0 | 64 | 103 | 14 | 15 | 107 | 72 |
| Binary | 11100000 | 1101011 | 1001010 | 0 | 110100 | 1000011 | 1100 | 1101 | 1000111 | 111010 |
Color Harmonies of #E06B4A
Complementary color
Monochromatic Colors of #E06B4A
Black with #E06B4A
Text Example
Text Example
White with #E06B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06B4A; }
p { color: rgb(224,107,74); }
H1.HeaderClassName
{
color: #E06B4A;
}
.AnyTagClassName
{
color: #E06B4A;
}
</style>
background-color css
<style>
a { background-color: #E06B4A; }
a { background-color: rgb(224,107,74); }
div.DivClassName
{
background-color: #E06B4A;
}
.BgClassName
{
background-color: #E06B4A;
}
</style>
border-color css
<style>
span { border-color: #E06B4A; }
span { border-color: rgb(224,107,74); }
td.TdClassName
{
border-color: #E06B4A;
}
.TagClassName
{
border-color: #E06B4A;
}
</style>