Shades of Flamingo #E96543
Tints of Flamingo #E96543
RGB
CMYK
RGB Variations
Color information
#E96543 (or 0xE96543) is known color: Flamingo. HEX triplet: E9, 65 and 43. RGB value is (233,101,67). Sum of RGB (Red+Green+Blue) = 233+101+67=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 67 (26.56% from 255 or 16.71% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E96543 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96543 is #169ABC. Grayscale: #888888. Windows color (decimal): -1481405 or 4417001. OLE color: 4417001.
HSL color Cylindrical-coordinate representation of color #E96543: hue angle of 12.29º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E96543 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 101 | 67 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.09 |
| HSL | 12.29º | 0.79% | 0.59% | - |
| HSV(B) | 12.29º | 0.71% | 0.91% | - |
| XYZ | 39.27 | 27.04 | 8.46 | - |
| YUV | 136.59 | 88.73 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 101 | 67 | 0 | 0.57 | 0.71 | 0.09 | 12.29 | 0.79 | 0.59 |
| Hex | E9 | 65 | 43 | 0 | 39 | 47 | 9 | C | 4F | 3B |
| Octal | 351 | 145 | 103 | 0 | 71 | 107 | 11 | 14 | 117 | 73 |
| Binary | 11101001 | 1100101 | 1000011 | 0 | 111001 | 1000111 | 1001 | 1100 | 1001111 | 111011 |
Color Harmonies of #E96543
Complementary color
Monochromatic Colors of #E96543
Black with #E96543
Text Example
Text Example
White with #E96543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96543; }
p { color: rgb(233,101,67); }
H1.HeaderClassName
{
color: #E96543;
}
.AnyTagClassName
{
color: #E96543;
}
</style>
background-color css
<style>
a { background-color: #E96543; }
a { background-color: rgb(233,101,67); }
div.DivClassName
{
background-color: #E96543;
}
.BgClassName
{
background-color: #E96543;
}
</style>
border-color css
<style>
span { border-color: #E96543; }
span { border-color: rgb(233,101,67); }
td.TdClassName
{
border-color: #E96543;
}
.TagClassName
{
border-color: #E96543;
}
</style>