Shades of Flamingo #E85842
Tints of Flamingo #E85842
RGB
CMYK
RGB Variations
Color information
#E85842 (or 0xE85842) is known color: Flamingo. HEX triplet: E8, 58 and 42. RGB value is (232,88,66). Sum of RGB (Red+Green+Blue) = 232+88+66=386 (51% of max value = 765). Red value is 232 (91.02% from 255 or 60.10% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 232 - color contains mainly: red. Hex color #E85842 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85842 is #17A7BD. Grayscale: #808080. Windows color (decimal): -1550270 or 4348136. OLE color: 4348136.
HSL color Cylindrical-coordinate representation of color #E85842: hue angle of 7.95º 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 #E85842 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 88 | 66 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.09 |
| HSL | 7.95º | 0.78% | 0.58% | - |
| HSV(B) | 7.95º | 0.72% | 0.91% | - |
| XYZ | 37.75 | 24.53 | 7.9 | - |
| YUV | 128.55 | 92.71 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 88 | 66 | 0 | 0.62 | 0.72 | 0.09 | 7.95 | 0.78 | 0.58 |
| Hex | E8 | 58 | 42 | 0 | 3E | 48 | 9 | 8 | 4E | 3A |
| Octal | 350 | 130 | 102 | 0 | 76 | 110 | 11 | 10 | 116 | 72 |
| Binary | 11101000 | 1011000 | 1000010 | 0 | 111110 | 1001000 | 1001 | 1000 | 1001110 | 111010 |
Color Harmonies of #E85842
Complementary color
Monochromatic Colors of #E85842
Black with #E85842
Text Example
Text Example
White with #E85842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85842; }
p { color: rgb(232,88,66); }
H1.HeaderClassName
{
color: #E85842;
}
.AnyTagClassName
{
color: #E85842;
}
</style>
background-color css
<style>
a { background-color: #E85842; }
a { background-color: rgb(232,88,66); }
div.DivClassName
{
background-color: #E85842;
}
.BgClassName
{
background-color: #E85842;
}
</style>
border-color css
<style>
span { border-color: #E85842; }
span { border-color: rgb(232,88,66); }
td.TdClassName
{
border-color: #E85842;
}
.TagClassName
{
border-color: #E85842;
}
</style>