Shades of Flamingo #E65B49
Tints of Flamingo #E65B49
RGB
CMYK
RGB Variations
Color information
#E65B49 (or 0xE65B49) is known color: Flamingo. HEX triplet: E6, 5B and 49. RGB value is (230,91,73). Sum of RGB (Red+Green+Blue) = 230+91+73=394 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.38% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 230 - color contains mainly: red. Hex color #E65B49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65B49 is #19A4B6. Grayscale: #828282. Windows color (decimal): -1680567 or 4807654. OLE color: 4807654.
HSL color Cylindrical-coordinate representation of color #E65B49: hue angle of 6.88º 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 #E65B49 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 91 | 73 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.10 |
| HSL | 6.88º | 0.76% | 0.59% | - |
| HSV(B) | 6.88º | 0.68% | 0.9% | - |
| XYZ | 37.58 | 24.79 | 9.11 | - |
| YUV | 130.51 | 95.55 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 91 | 73 | 0 | 0.60 | 0.68 | 0.10 | 6.88 | 0.76 | 0.59 |
| Hex | E6 | 5B | 49 | 0 | 3C | 44 | A | 7 | 4C | 3B |
| Octal | 346 | 133 | 111 | 0 | 74 | 104 | 12 | 7 | 114 | 73 |
| Binary | 11100110 | 1011011 | 1001001 | 0 | 111100 | 1000100 | 1010 | 111 | 1001100 | 111011 |
Color Harmonies of #E65B49
Complementary color
Monochromatic Colors of #E65B49
Black with #E65B49
Text Example
Text Example
White with #E65B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65B49; }
p { color: rgb(230,91,73); }
H1.HeaderClassName
{
color: #E65B49;
}
.AnyTagClassName
{
color: #E65B49;
}
</style>
background-color css
<style>
a { background-color: #E65B49; }
a { background-color: rgb(230,91,73); }
div.DivClassName
{
background-color: #E65B49;
}
.BgClassName
{
background-color: #E65B49;
}
</style>
border-color css
<style>
span { border-color: #E65B49; }
span { border-color: rgb(230,91,73); }
td.TdClassName
{
border-color: #E65B49;
}
.TagClassName
{
border-color: #E65B49;
}
</style>