Shades of Flamingo #E86343
Tints of Flamingo #E86343
RGB
CMYK
RGB Variations
Color information
#E86343 (or 0xE86343) is known color: Flamingo. HEX triplet: E8, 63 and 43. RGB value is (232,99,67). Sum of RGB (Red+Green+Blue) = 232+99+67=398 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.29% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 232 - color contains mainly: red. Hex color #E86343 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86343 is #179CBC. Grayscale: #878787. Windows color (decimal): -1547453 or 4416488. OLE color: 4416488.
HSL color Cylindrical-coordinate representation of color #E86343: hue angle of 11.64º degrees, saturation: 0.78, 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 #E86343 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 99 | 67 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.09 |
| HSL | 11.64º | 0.78% | 0.59% | - |
| HSV(B) | 11.64º | 0.71% | 0.91% | - |
| XYZ | 38.75 | 26.48 | 8.38 | - |
| YUV | 135.12 | 89.56 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 99 | 67 | 0 | 0.57 | 0.71 | 0.09 | 11.64 | 0.78 | 0.59 |
| Hex | E8 | 63 | 43 | 0 | 39 | 47 | 9 | C | 4E | 3B |
| Octal | 350 | 143 | 103 | 0 | 71 | 107 | 11 | 14 | 116 | 73 |
| Binary | 11101000 | 1100011 | 1000011 | 0 | 111001 | 1000111 | 1001 | 1100 | 1001110 | 111011 |
Color Harmonies of #E86343
Complementary color
Monochromatic Colors of #E86343
Black with #E86343
Text Example
Text Example
White with #E86343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86343; }
p { color: rgb(232,99,67); }
H1.HeaderClassName
{
color: #E86343;
}
.AnyTagClassName
{
color: #E86343;
}
</style>
background-color css
<style>
a { background-color: #E86343; }
a { background-color: rgb(232,99,67); }
div.DivClassName
{
background-color: #E86343;
}
.BgClassName
{
background-color: #E86343;
}
</style>
border-color css
<style>
span { border-color: #E86343; }
span { border-color: rgb(232,99,67); }
td.TdClassName
{
border-color: #E86343;
}
.TagClassName
{
border-color: #E86343;
}
</style>