Shades of Flamingo #E65946
Tints of Flamingo #E65946
RGB
CMYK
RGB Variations
Color information
#E65946 (or 0xE65946) is known color: Flamingo. HEX triplet: E6, 59 and 46. RGB value is (230,89,70). Sum of RGB (Red+Green+Blue) = 230+89+70=389 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.13% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 230 - color contains mainly: red. Hex color #E65946 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65946 is #19A6B9. Grayscale: #818181. Windows color (decimal): -1681082 or 4610534. OLE color: 4610534.
HSL color Cylindrical-coordinate representation of color #E65946: hue angle of 7.12º 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 #E65946 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 89 | 70 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.10 |
| HSL | 7.13º | 0.76% | 0.59% | - |
| HSV(B) | 7.13º | 0.7% | 0.9% | - |
| XYZ | 37.31 | 24.41 | 8.54 | - |
| YUV | 128.99 | 94.71 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 89 | 70 | 0 | 0.61 | 0.70 | 0.10 | 7.13 | 0.76 | 0.59 |
| Hex | E6 | 59 | 46 | 0 | 3D | 46 | A | 7 | 4C | 3B |
| Octal | 346 | 131 | 106 | 0 | 75 | 106 | 12 | 7 | 114 | 73 |
| Binary | 11100110 | 1011001 | 1000110 | 0 | 111101 | 1000110 | 1010 | 111 | 1001100 | 111011 |
Color Harmonies of #E65946
Complementary color
Monochromatic Colors of #E65946
Black with #E65946
Text Example
Text Example
White with #E65946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65946; }
p { color: rgb(230,89,70); }
H1.HeaderClassName
{
color: #E65946;
}
.AnyTagClassName
{
color: #E65946;
}
</style>
background-color css
<style>
a { background-color: #E65946; }
a { background-color: rgb(230,89,70); }
div.DivClassName
{
background-color: #E65946;
}
.BgClassName
{
background-color: #E65946;
}
</style>
border-color css
<style>
span { border-color: #E65946; }
span { border-color: rgb(230,89,70); }
td.TdClassName
{
border-color: #E65946;
}
.TagClassName
{
border-color: #E65946;
}
</style>