Shades of Flamingo #E85C46
Tints of Flamingo #E85C46
RGB
CMYK
RGB Variations
Color information
#E85C46 (or 0xE85C46) is known color: Flamingo. HEX triplet: E8, 5C and 46. RGB value is (232,92,70). Sum of RGB (Red+Green+Blue) = 232+92+70=394 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.88% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 70 (27.73% from 255 or 17.77% from 394); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85C46 is #17A3B9. Grayscale: #838383. Windows color (decimal): -1549242 or 4611304. OLE color: 4611304.
HSL color Cylindrical-coordinate representation of color #E85C46: hue angle of 8.15º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E85C46 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 92 | 70 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.09 |
| HSL | 8.15º | 0.78% | 0.59% | - |
| HSV(B) | 8.15º | 0.7% | 0.91% | - |
| XYZ | 38.21 | 25.25 | 8.65 | - |
| YUV | 131.35 | 93.38 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 92 | 70 | 0 | 0.60 | 0.70 | 0.09 | 8.15 | 0.78 | 0.59 |
| Hex | E8 | 5C | 46 | 0 | 3C | 46 | 9 | 8 | 4E | 3B |
| Octal | 350 | 134 | 106 | 0 | 74 | 106 | 11 | 10 | 116 | 73 |
| Binary | 11101000 | 1011100 | 1000110 | 0 | 111100 | 1000110 | 1001 | 1000 | 1001110 | 111011 |
Color Harmonies of #E85C46
Complementary color
Monochromatic Colors of #E85C46
Black with #E85C46
Text Example
Text Example
White with #E85C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85C46; }
p { color: rgb(232,92,70); }
H1.HeaderClassName
{
color: #E85C46;
}
.AnyTagClassName
{
color: #E85C46;
}
</style>
background-color css
<style>
a { background-color: #E85C46; }
a { background-color: rgb(232,92,70); }
div.DivClassName
{
background-color: #E85C46;
}
.BgClassName
{
background-color: #E85C46;
}
</style>
border-color css
<style>
span { border-color: #E85C46; }
span { border-color: rgb(232,92,70); }
td.TdClassName
{
border-color: #E85C46;
}
.TagClassName
{
border-color: #E85C46;
}
</style>