Shades of Flamingo #E85D46
Tints of Flamingo #E85D46
RGB
CMYK
RGB Variations
Color information
#E85D46 (or 0xE85D46) is known color: Flamingo. HEX triplet: E8, 5D and 46. RGB value is (232,93,70). Sum of RGB (Red+Green+Blue) = 232+93+70=395 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.73% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 70 (27.73% from 255 or 17.72% from 395); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85D46 is #17A2B9. Grayscale: #848484. Windows color (decimal): -1548986 or 4611560. OLE color: 4611560.
HSL color Cylindrical-coordinate representation of color #E85D46: hue angle of 8.52º 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 #E85D46 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 70 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.09 |
| HSL | 8.52º | 0.78% | 0.59% | - |
| HSV(B) | 8.52º | 0.7% | 0.91% | - |
| XYZ | 38.3 | 25.43 | 8.68 | - |
| YUV | 131.94 | 93.05 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 70 | 0 | 0.60 | 0.70 | 0.09 | 8.52 | 0.78 | 0.59 |
| Hex | E8 | 5D | 46 | 0 | 3C | 46 | 9 | 9 | 4E | 3B |
| Octal | 350 | 135 | 106 | 0 | 74 | 106 | 11 | 11 | 116 | 73 |
| Binary | 11101000 | 1011101 | 1000110 | 0 | 111100 | 1000110 | 1001 | 1001 | 1001110 | 111011 |
Color Harmonies of #E85D46
Complementary color
Monochromatic Colors of #E85D46
Black with #E85D46
Text Example
Text Example
White with #E85D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85D46; }
p { color: rgb(232,93,70); }
H1.HeaderClassName
{
color: #E85D46;
}
.AnyTagClassName
{
color: #E85D46;
}
</style>
background-color css
<style>
a { background-color: #E85D46; }
a { background-color: rgb(232,93,70); }
div.DivClassName
{
background-color: #E85D46;
}
.BgClassName
{
background-color: #E85D46;
}
</style>
border-color css
<style>
span { border-color: #E85D46; }
span { border-color: rgb(232,93,70); }
td.TdClassName
{
border-color: #E85D46;
}
.TagClassName
{
border-color: #E85D46;
}
</style>