Shades of Flamingo #E85C41
Tints of Flamingo #E85C41
RGB
CMYK
RGB Variations
Color information
#E85C41 (or 0xE85C41) is known color: Flamingo. HEX triplet: E8, 5C and 41. RGB value is (232,92,65). Sum of RGB (Red+Green+Blue) = 232+92+65=389 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.64% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85C41 is #17A3BE. Grayscale: #838383. Windows color (decimal): -1549247 or 4283624. OLE color: 4283624.
HSL color Cylindrical-coordinate representation of color #E85C41: hue angle of 9.7º 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 #E85C41 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 92 | 65 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.09 |
| HSL | 9.7º | 0.78% | 0.58% | - |
| HSV(B) | 9.7º | 0.72% | 0.91% | - |
| XYZ | 38.06 | 25.19 | 7.86 | - |
| YUV | 130.78 | 90.88 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 92 | 65 | 0 | 0.60 | 0.72 | 0.09 | 9.7 | 0.78 | 0.58 |
| Hex | E8 | 5C | 41 | 0 | 3C | 48 | 9 | A | 4E | 3A |
| Octal | 350 | 134 | 101 | 0 | 74 | 110 | 11 | 12 | 116 | 72 |
| Binary | 11101000 | 1011100 | 1000001 | 0 | 111100 | 1001000 | 1001 | 1010 | 1001110 | 111010 |
Color Harmonies of #E85C41
Complementary color
Monochromatic Colors of #E85C41
Black with #E85C41
Text Example
Text Example
White with #E85C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85C41; }
p { color: rgb(232,92,65); }
H1.HeaderClassName
{
color: #E85C41;
}
.AnyTagClassName
{
color: #E85C41;
}
</style>
background-color css
<style>
a { background-color: #E85C41; }
a { background-color: rgb(232,92,65); }
div.DivClassName
{
background-color: #E85C41;
}
.BgClassName
{
background-color: #E85C41;
}
</style>
border-color css
<style>
span { border-color: #E85C41; }
span { border-color: rgb(232,92,65); }
td.TdClassName
{
border-color: #E85C41;
}
.TagClassName
{
border-color: #E85C41;
}
</style>