Shades of Flamingo #E85A41
Tints of Flamingo #E85A41
RGB
CMYK
RGB Variations
Color information
#E85A41 (or 0xE85A41) is known color: Flamingo. HEX triplet: E8, 5A and 41. RGB value is (232,90,65). Sum of RGB (Red+Green+Blue) = 232+90+65=387 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.95% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85A41 is #17A5BE. Grayscale: #818181. Windows color (decimal): -1549759 or 4283112. OLE color: 4283112.
HSL color Cylindrical-coordinate representation of color #E85A41: hue angle of 8.98º degrees, saturation: 0.78, 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 #E85A41 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 90 | 65 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.09 |
| HSL | 8.98º | 0.78% | 0.58% | - |
| HSV(B) | 8.98º | 0.72% | 0.91% | - |
| XYZ | 37.89 | 24.85 | 7.8 | - |
| YUV | 129.61 | 91.54 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 65 | 0 | 0.61 | 0.72 | 0.09 | 8.98 | 0.78 | 0.58 |
| Hex | E8 | 5A | 41 | 0 | 3D | 48 | 9 | 9 | 4E | 3A |
| Octal | 350 | 132 | 101 | 0 | 75 | 110 | 11 | 11 | 116 | 72 |
| Binary | 11101000 | 1011010 | 1000001 | 0 | 111101 | 1001000 | 1001 | 1001 | 1001110 | 111010 |
Color Harmonies of #E85A41
Complementary color
Monochromatic Colors of #E85A41
Black with #E85A41
Text Example
Text Example
White with #E85A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85A41; }
p { color: rgb(232,90,65); }
H1.HeaderClassName
{
color: #E85A41;
}
.AnyTagClassName
{
color: #E85A41;
}
</style>
background-color css
<style>
a { background-color: #E85A41; }
a { background-color: rgb(232,90,65); }
div.DivClassName
{
background-color: #E85A41;
}
.BgClassName
{
background-color: #E85A41;
}
</style>
border-color css
<style>
span { border-color: #E85A41; }
span { border-color: rgb(232,90,65); }
td.TdClassName
{
border-color: #E85A41;
}
.TagClassName
{
border-color: #E85A41;
}
</style>