Shades of Flamingo #E96546
Tints of Flamingo #E96546
RGB
CMYK
RGB Variations
Color information
#E96546 (or 0xE96546) is known color: Flamingo. HEX triplet: E9, 65 and 46. RGB value is (233,101,70). Sum of RGB (Red+Green+Blue) = 233+101+70=404 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.67% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 233 - color contains mainly: red. Hex color #E96546 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96546 is #169AB9. Grayscale: #898989. Windows color (decimal): -1481402 or 4613609. OLE color: 4613609.
HSL color Cylindrical-coordinate representation of color #E96546: hue angle of 11.41º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E96546 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 101 | 70 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.09 |
| HSL | 11.41º | 0.79% | 0.59% | - |
| HSV(B) | 11.41º | 0.7% | 0.91% | - |
| XYZ | 39.36 | 27.07 | 8.95 | - |
| YUV | 136.93 | 90.23 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 101 | 70 | 0 | 0.57 | 0.70 | 0.09 | 11.41 | 0.79 | 0.59 |
| Hex | E9 | 65 | 46 | 0 | 39 | 46 | 9 | B | 4F | 3B |
| Octal | 351 | 145 | 106 | 0 | 71 | 106 | 11 | 13 | 117 | 73 |
| Binary | 11101001 | 1100101 | 1000110 | 0 | 111001 | 1000110 | 1001 | 1011 | 1001111 | 111011 |
Color Harmonies of #E96546
Complementary color
Monochromatic Colors of #E96546
Black with #E96546
Text Example
Text Example
White with #E96546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96546; }
p { color: rgb(233,101,70); }
H1.HeaderClassName
{
color: #E96546;
}
.AnyTagClassName
{
color: #E96546;
}
</style>
background-color css
<style>
a { background-color: #E96546; }
a { background-color: rgb(233,101,70); }
div.DivClassName
{
background-color: #E96546;
}
.BgClassName
{
background-color: #E96546;
}
</style>
border-color css
<style>
span { border-color: #E96546; }
span { border-color: rgb(233,101,70); }
td.TdClassName
{
border-color: #E96546;
}
.TagClassName
{
border-color: #E96546;
}
</style>