Shades of Flamingo #E85446
Tints of Flamingo #E85446
RGB
CMYK
RGB Variations
Color information
#E85446 (or 0xE85446) is known color: Flamingo. HEX triplet: E8, 54 and 46. RGB value is (232,84,70). Sum of RGB (Red+Green+Blue) = 232+84+70=386 (51% of max value = 765). Red value is 232 (91.02% from 255 or 60.10% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 232 - color contains mainly: red. Hex color #E85446 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85446 is #17ABB9. Grayscale: #7E7E7E. Windows color (decimal): -1551290 or 4609256. OLE color: 4609256.
HSL color Cylindrical-coordinate representation of color #E85446: hue angle of 5.19º 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 #E85446 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 84 | 70 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.09 |
| HSL | 5.19º | 0.78% | 0.59% | - |
| HSV(B) | 5.19º | 0.7% | 0.91% | - |
| XYZ | 37.55 | 23.94 | 8.44 | - |
| YUV | 126.66 | 96.03 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 84 | 70 | 0 | 0.64 | 0.70 | 0.09 | 5.19 | 0.78 | 0.59 |
| Hex | E8 | 54 | 46 | 0 | 40 | 46 | 9 | 5 | 4E | 3B |
| Octal | 350 | 124 | 106 | 0 | 100 | 106 | 11 | 5 | 116 | 73 |
| Binary | 11101000 | 1010100 | 1000110 | 0 | 1000000 | 1000110 | 1001 | 101 | 1001110 | 111011 |
Color Harmonies of #E85446
Complementary color
Monochromatic Colors of #E85446
Black with #E85446
Text Example
Text Example
White with #E85446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85446; }
p { color: rgb(232,84,70); }
H1.HeaderClassName
{
color: #E85446;
}
.AnyTagClassName
{
color: #E85446;
}
</style>
background-color css
<style>
a { background-color: #E85446; }
a { background-color: rgb(232,84,70); }
div.DivClassName
{
background-color: #E85446;
}
.BgClassName
{
background-color: #E85446;
}
</style>
border-color css
<style>
span { border-color: #E85446; }
span { border-color: rgb(232,84,70); }
td.TdClassName
{
border-color: #E85446;
}
.TagClassName
{
border-color: #E85446;
}
</style>