Shades of Flamingo #E65845
Tints of Flamingo #E65845
RGB
CMYK
RGB Variations
Color information
#E65845 (or 0xE65845) is known color: Flamingo. HEX triplet: E6, 58 and 45. RGB value is (230,88,69). Sum of RGB (Red+Green+Blue) = 230+88+69=387 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.43% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 230 - color contains mainly: red. Hex color #E65845 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65845 is #19A7BA. Grayscale: #808080. Windows color (decimal): -1681339 or 4544742. OLE color: 4544742.
HSL color Cylindrical-coordinate representation of color #E65845: hue angle of 7.08º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E65845 is Cyan = 0, Magento = 0.62, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 88 | 69 | - |
| CMYK | 0 | 0.62 | 0.7 | 0.10 |
| HSL | 7.08º | 0.76% | 0.59% | - |
| HSV(B) | 7.08º | 0.7% | 0.9% | - |
| XYZ | 37.2 | 24.23 | 8.35 | - |
| YUV | 128.29 | 94.54 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 88 | 69 | 0 | 0.62 | 0.7 | 0.10 | 7.08 | 0.76 | 0.59 |
| Hex | E6 | 58 | 45 | 0 | 3E | 46 | A | 7 | 4C | 3B |
| Octal | 346 | 130 | 105 | 0 | 76 | 106 | 12 | 7 | 114 | 73 |
| Binary | 11100110 | 1011000 | 1000101 | 0 | 111110 | 1000110 | 1010 | 111 | 1001100 | 111011 |
Color Harmonies of #E65845
Complementary color
Monochromatic Colors of #E65845
Black with #E65845
Text Example
Text Example
White with #E65845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65845; }
p { color: rgb(230,88,69); }
H1.HeaderClassName
{
color: #E65845;
}
.AnyTagClassName
{
color: #E65845;
}
</style>
background-color css
<style>
a { background-color: #E65845; }
a { background-color: rgb(230,88,69); }
div.DivClassName
{
background-color: #E65845;
}
.BgClassName
{
background-color: #E65845;
}
</style>
border-color css
<style>
span { border-color: #E65845; }
span { border-color: rgb(230,88,69); }
td.TdClassName
{
border-color: #E65845;
}
.TagClassName
{
border-color: #E65845;
}
</style>