Shades of Flamingo #E85A40
Tints of Flamingo #E85A40
RGB
CMYK
RGB Variations
Color information
#E85A40 (or 0xE85A40) is known color: Flamingo. HEX triplet: E8, 5A and 40. RGB value is (232,90,64). Sum of RGB (Red+Green+Blue) = 232+90+64=386 (51% of max value = 765). Red value is 232 (91.02% from 255 or 60.10% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85A40 is #17A5BF. Grayscale: #818181. Windows color (decimal): -1549760 or 4217576. OLE color: 4217576.
HSL color Cylindrical-coordinate representation of color #E85A40: hue angle of 9.29º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E85A40 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 90 | 64 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.09 |
| HSL | 9.29º | 0.79% | 0.58% | - |
| HSV(B) | 9.29º | 0.72% | 0.91% | - |
| XYZ | 37.86 | 24.84 | 7.65 | - |
| YUV | 129.49 | 91.04 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 64 | 0 | 0.61 | 0.72 | 0.09 | 9.29 | 0.79 | 0.58 |
| Hex | E8 | 5A | 40 | 0 | 3D | 48 | 9 | 9 | 4F | 3A |
| Octal | 350 | 132 | 100 | 0 | 75 | 110 | 11 | 11 | 117 | 72 |
| Binary | 11101000 | 1011010 | 1000000 | 0 | 111101 | 1001000 | 1001 | 1001 | 1001111 | 111010 |
Color Harmonies of #E85A40
Complementary color
Monochromatic Colors of #E85A40
Black with #E85A40
Text Example
Text Example
White with #E85A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85A40; }
p { color: rgb(232,90,64); }
H1.HeaderClassName
{
color: #E85A40;
}
.AnyTagClassName
{
color: #E85A40;
}
</style>
background-color css
<style>
a { background-color: #E85A40; }
a { background-color: rgb(232,90,64); }
div.DivClassName
{
background-color: #E85A40;
}
.BgClassName
{
background-color: #E85A40;
}
</style>
border-color css
<style>
span { border-color: #E85A40; }
span { border-color: rgb(232,90,64); }
td.TdClassName
{
border-color: #E85A40;
}
.TagClassName
{
border-color: #E85A40;
}
</style>