Shades of Flamingo #E85B45
Tints of Flamingo #E85B45
RGB
CMYK
RGB Variations
Color information
#E85B45 (or 0xE85B45) is known color: Flamingo. HEX triplet: E8, 5B and 45. RGB value is (232,91,69). Sum of RGB (Red+Green+Blue) = 232+91+69=392 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.18% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85B45 is #17A4BA. Grayscale: #828282. Windows color (decimal): -1549499 or 4545512. OLE color: 4545512.
HSL color Cylindrical-coordinate representation of color #E85B45: hue angle of 8.1º 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 #E85B45 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 91 | 69 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.09 |
| HSL | 8.1º | 0.78% | 0.59% | - |
| HSV(B) | 8.1º | 0.7% | 0.91% | - |
| XYZ | 38.09 | 25.07 | 8.46 | - |
| YUV | 130.65 | 93.21 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 69 | 0 | 0.61 | 0.70 | 0.09 | 8.1 | 0.78 | 0.59 |
| Hex | E8 | 5B | 45 | 0 | 3D | 46 | 9 | 8 | 4E | 3B |
| Octal | 350 | 133 | 105 | 0 | 75 | 106 | 11 | 10 | 116 | 73 |
| Binary | 11101000 | 1011011 | 1000101 | 0 | 111101 | 1000110 | 1001 | 1000 | 1001110 | 111011 |
Color Harmonies of #E85B45
Complementary color
Monochromatic Colors of #E85B45
Black with #E85B45
Text Example
Text Example
White with #E85B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85B45; }
p { color: rgb(232,91,69); }
H1.HeaderClassName
{
color: #E85B45;
}
.AnyTagClassName
{
color: #E85B45;
}
</style>
background-color css
<style>
a { background-color: #E85B45; }
a { background-color: rgb(232,91,69); }
div.DivClassName
{
background-color: #E85B45;
}
.BgClassName
{
background-color: #E85B45;
}
</style>
border-color css
<style>
span { border-color: #E85B45; }
span { border-color: rgb(232,91,69); }
td.TdClassName
{
border-color: #E85B45;
}
.TagClassName
{
border-color: #E85B45;
}
</style>