Shades of Flamingo #E85A45
Tints of Flamingo #E85A45
RGB
CMYK
RGB Variations
Color information
#E85A45 (or 0xE85A45) is known color: Flamingo. HEX triplet: E8, 5A and 45. RGB value is (232,90,69). Sum of RGB (Red+Green+Blue) = 232+90+69=391 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.34% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85A45 is #17A5BA. Grayscale: #828282. Windows color (decimal): -1549755 or 4545256. OLE color: 4545256.
HSL color Cylindrical-coordinate representation of color #E85A45: hue angle of 7.73º 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 #E85A45 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 90 | 69 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.09 |
| HSL | 7.73º | 0.78% | 0.59% | - |
| HSV(B) | 7.73º | 0.7% | 0.91% | - |
| XYZ | 38.01 | 24.9 | 8.43 | - |
| YUV | 130.06 | 93.54 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 69 | 0 | 0.61 | 0.70 | 0.09 | 7.73 | 0.78 | 0.59 |
| Hex | E8 | 5A | 45 | 0 | 3D | 46 | 9 | 8 | 4E | 3B |
| Octal | 350 | 132 | 105 | 0 | 75 | 106 | 11 | 10 | 116 | 73 |
| Binary | 11101000 | 1011010 | 1000101 | 0 | 111101 | 1000110 | 1001 | 1000 | 1001110 | 111011 |
Color Harmonies of #E85A45
Complementary color
Monochromatic Colors of #E85A45
Black with #E85A45
Text Example
Text Example
White with #E85A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85A45; }
p { color: rgb(232,90,69); }
H1.HeaderClassName
{
color: #E85A45;
}
.AnyTagClassName
{
color: #E85A45;
}
</style>
background-color css
<style>
a { background-color: #E85A45; }
a { background-color: rgb(232,90,69); }
div.DivClassName
{
background-color: #E85A45;
}
.BgClassName
{
background-color: #E85A45;
}
</style>
border-color css
<style>
span { border-color: #E85A45; }
span { border-color: rgb(232,90,69); }
td.TdClassName
{
border-color: #E85A45;
}
.TagClassName
{
border-color: #E85A45;
}
</style>