Shades of Flamingo #E65944
Tints of Flamingo #E65944
RGB
CMYK
RGB Variations
Color information
#E65944 (or 0xE65944) is known color: Flamingo. HEX triplet: E6, 59 and 44. RGB value is (230,89,68). Sum of RGB (Red+Green+Blue) = 230+89+68=387 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.43% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 230 - color contains mainly: red. Hex color #E65944 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65944 is #19A6BB. Grayscale: #808080. Windows color (decimal): -1681084 or 4479462. OLE color: 4479462.
HSL color Cylindrical-coordinate representation of color #E65944: hue angle of 7.78º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E65944 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 89 | 68 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.10 |
| HSL | 7.78º | 0.76% | 0.58% | - |
| HSV(B) | 7.78º | 0.7% | 0.9% | - |
| XYZ | 37.25 | 24.39 | 8.21 | - |
| YUV | 128.77 | 93.71 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 89 | 68 | 0 | 0.61 | 0.70 | 0.10 | 7.78 | 0.76 | 0.58 |
| Hex | E6 | 59 | 44 | 0 | 3D | 46 | A | 8 | 4C | 3A |
| Octal | 346 | 131 | 104 | 0 | 75 | 106 | 12 | 10 | 114 | 72 |
| Binary | 11100110 | 1011001 | 1000100 | 0 | 111101 | 1000110 | 1010 | 1000 | 1001100 | 111010 |
Color Harmonies of #E65944
Complementary color
Monochromatic Colors of #E65944
Black with #E65944
Text Example
Text Example
White with #E65944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65944; }
p { color: rgb(230,89,68); }
H1.HeaderClassName
{
color: #E65944;
}
.AnyTagClassName
{
color: #E65944;
}
</style>
background-color css
<style>
a { background-color: #E65944; }
a { background-color: rgb(230,89,68); }
div.DivClassName
{
background-color: #E65944;
}
.BgClassName
{
background-color: #E65944;
}
</style>
border-color css
<style>
span { border-color: #E65944; }
span { border-color: rgb(230,89,68); }
td.TdClassName
{
border-color: #E65944;
}
.TagClassName
{
border-color: #E65944;
}
</style>