Shades of Flamingo #E06748
Tints of Flamingo #E06748
RGB
CMYK
RGB Variations
Color information
#E06748 (or 0xE06748) is known color: Flamingo. HEX triplet: E0, 67 and 48. RGB value is (224,103,72). Sum of RGB (Red+Green+Blue) = 224+103+72=399 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.14% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 224 - color contains mainly: red. Hex color #E06748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06748 is #1F98B7. Grayscale: #878787. Windows color (decimal): -2070712 or 4745184. OLE color: 4745184.
HSL color Cylindrical-coordinate representation of color #E06748: hue angle of 12.24º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E06748 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 103 | 72 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.12 |
| HSL | 12.24º | 0.71% | 0.58% | - |
| HSV(B) | 12.24º | 0.68% | 0.88% | - |
| XYZ | 36.76 | 26.02 | 9.21 | - |
| YUV | 135.65 | 92.09 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 103 | 72 | 0 | 0.54 | 0.68 | 0.12 | 12.24 | 0.71 | 0.58 |
| Hex | E0 | 67 | 48 | 0 | 36 | 44 | C | C | 47 | 3A |
| Octal | 340 | 147 | 110 | 0 | 66 | 104 | 14 | 14 | 107 | 72 |
| Binary | 11100000 | 1100111 | 1001000 | 0 | 110110 | 1000100 | 1100 | 1100 | 1000111 | 111010 |
Color Harmonies of #E06748
Complementary color
Monochromatic Colors of #E06748
Black with #E06748
Text Example
Text Example
White with #E06748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06748; }
p { color: rgb(224,103,72); }
H1.HeaderClassName
{
color: #E06748;
}
.AnyTagClassName
{
color: #E06748;
}
</style>
background-color css
<style>
a { background-color: #E06748; }
a { background-color: rgb(224,103,72); }
div.DivClassName
{
background-color: #E06748;
}
.BgClassName
{
background-color: #E06748;
}
</style>
border-color css
<style>
span { border-color: #E06748; }
span { border-color: rgb(224,103,72); }
td.TdClassName
{
border-color: #E06748;
}
.TagClassName
{
border-color: #E06748;
}
</style>