Shades of Flamingo #E06142
Tints of Flamingo #E06142
RGB
CMYK
RGB Variations
Color information
#E06142 (or 0xE06142) is known color: Flamingo. HEX triplet: E0, 61 and 42. RGB value is (224,97,66). Sum of RGB (Red+Green+Blue) = 224+97+66=387 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.88% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 224 - color contains mainly: red. Hex color #E06142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06142 is #1F9EBD. Grayscale: #838383. Windows color (decimal): -2072254 or 4350432. OLE color: 4350432.
HSL color Cylindrical-coordinate representation of color #E06142: hue angle of 11.77º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E06142 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 97 | 66 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.12 |
| HSL | 11.77º | 0.72% | 0.57% | - |
| HSV(B) | 11.77º | 0.71% | 0.88% | - |
| XYZ | 36 | 24.79 | 8.04 | - |
| YUV | 131.44 | 91.08 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 66 | 0 | 0.57 | 0.71 | 0.12 | 11.77 | 0.72 | 0.57 |
| Hex | E0 | 61 | 42 | 0 | 39 | 47 | C | C | 48 | 39 |
| Octal | 340 | 141 | 102 | 0 | 71 | 107 | 14 | 14 | 110 | 71 |
| Binary | 11100000 | 1100001 | 1000010 | 0 | 111001 | 1000111 | 1100 | 1100 | 1001000 | 111001 |
Color Harmonies of #E06142
Complementary color
Monochromatic Colors of #E06142
Black with #E06142
Text Example
Text Example
White with #E06142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06142; }
p { color: rgb(224,97,66); }
H1.HeaderClassName
{
color: #E06142;
}
.AnyTagClassName
{
color: #E06142;
}
</style>
background-color css
<style>
a { background-color: #E06142; }
a { background-color: rgb(224,97,66); }
div.DivClassName
{
background-color: #E06142;
}
.BgClassName
{
background-color: #E06142;
}
</style>
border-color css
<style>
span { border-color: #E06142; }
span { border-color: rgb(224,97,66); }
td.TdClassName
{
border-color: #E06142;
}
.TagClassName
{
border-color: #E06142;
}
</style>