Shades of Flamingo #E65949
Tints of Flamingo #E65949
RGB
CMYK
RGB Variations
Color information
#E65949 (or 0xE65949) is known color: Flamingo. HEX triplet: E6, 59 and 49. RGB value is (230,89,73). Sum of RGB (Red+Green+Blue) = 230+89+73=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E65949 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65949 is #19A6B6. Grayscale: #818181. Windows color (decimal): -1681079 or 4807142. OLE color: 4807142.
HSL color Cylindrical-coordinate representation of color #E65949: hue angle of 6.11º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E65949 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 89 | 73 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.10 |
| HSL | 6.11º | 0.76% | 0.59% | - |
| HSV(B) | 6.11º | 0.68% | 0.9% | - |
| XYZ | 37.41 | 24.45 | 9.05 | - |
| YUV | 129.34 | 96.21 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 89 | 73 | 0 | 0.61 | 0.68 | 0.10 | 6.11 | 0.76 | 0.59 |
| Hex | E6 | 59 | 49 | 0 | 3D | 44 | A | 6 | 4C | 3B |
| Octal | 346 | 131 | 111 | 0 | 75 | 104 | 12 | 6 | 114 | 73 |
| Binary | 11100110 | 1011001 | 1001001 | 0 | 111101 | 1000100 | 1010 | 110 | 1001100 | 111011 |
Color Harmonies of #E65949
Complementary color
Monochromatic Colors of #E65949
Black with #E65949
Text Example
Text Example
White with #E65949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65949; }
p { color: rgb(230,89,73); }
H1.HeaderClassName
{
color: #E65949;
}
.AnyTagClassName
{
color: #E65949;
}
</style>
background-color css
<style>
a { background-color: #E65949; }
a { background-color: rgb(230,89,73); }
div.DivClassName
{
background-color: #E65949;
}
.BgClassName
{
background-color: #E65949;
}
</style>
border-color css
<style>
span { border-color: #E65949; }
span { border-color: rgb(230,89,73); }
td.TdClassName
{
border-color: #E65949;
}
.TagClassName
{
border-color: #E65949;
}
</style>