Shades of Flamingo #E06649
Tints of Flamingo #E06649
RGB
CMYK
RGB Variations
Color information
#E06649 (or 0xE06649) is known color: Flamingo. HEX triplet: E0, 66 and 49. RGB value is (224,102,73). Sum of RGB (Red+Green+Blue) = 224+102+73=399 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.14% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 224 - color contains mainly: red. Hex color #E06649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06649 is #1F99B6. Grayscale: #878787. Windows color (decimal): -2070967 or 4810464. OLE color: 4810464.
HSL color Cylindrical-coordinate representation of color #E06649: hue angle of 11.52º 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 #E06649 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 102 | 73 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.12 |
| HSL | 11.52º | 0.71% | 0.58% | - |
| HSV(B) | 11.52º | 0.67% | 0.88% | - |
| XYZ | 36.69 | 25.83 | 9.36 | - |
| YUV | 135.17 | 92.92 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 102 | 73 | 0 | 0.54 | 0.67 | 0.12 | 11.52 | 0.71 | 0.58 |
| Hex | E0 | 66 | 49 | 0 | 36 | 43 | C | C | 47 | 3A |
| Octal | 340 | 146 | 111 | 0 | 66 | 103 | 14 | 14 | 107 | 72 |
| Binary | 11100000 | 1100110 | 1001001 | 0 | 110110 | 1000011 | 1100 | 1100 | 1000111 | 111010 |
Color Harmonies of #E06649
Complementary color
Monochromatic Colors of #E06649
Black with #E06649
Text Example
Text Example
White with #E06649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06649; }
p { color: rgb(224,102,73); }
H1.HeaderClassName
{
color: #E06649;
}
.AnyTagClassName
{
color: #E06649;
}
</style>
background-color css
<style>
a { background-color: #E06649; }
a { background-color: rgb(224,102,73); }
div.DivClassName
{
background-color: #E06649;
}
.BgClassName
{
background-color: #E06649;
}
</style>
border-color css
<style>
span { border-color: #E06649; }
span { border-color: rgb(224,102,73); }
td.TdClassName
{
border-color: #E06649;
}
.TagClassName
{
border-color: #E06649;
}
</style>