Shades of Flamingo #E85F43
Tints of Flamingo #E85F43
RGB
CMYK
RGB Variations
Color information
#E85F43 (or 0xE85F43) is known color: Flamingo. HEX triplet: E8, 5F and 43. RGB value is (232,95,67). Sum of RGB (Red+Green+Blue) = 232+95+67=394 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.88% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 67 (26.56% from 255 or 17.01% from 394); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F43 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85F43 is #17A0BC. Grayscale: #858585. Windows color (decimal): -1548477 or 4415464. OLE color: 4415464.
HSL color Cylindrical-coordinate representation of color #E85F43: hue angle of 10.18º 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 #E85F43 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 95 | 67 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.09 |
| HSL | 10.18º | 0.78% | 0.59% | - |
| HSV(B) | 10.18º | 0.71% | 0.91% | - |
| XYZ | 38.38 | 25.75 | 8.26 | - |
| YUV | 132.77 | 90.89 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 95 | 67 | 0 | 0.59 | 0.71 | 0.09 | 10.18 | 0.78 | 0.59 |
| Hex | E8 | 5F | 43 | 0 | 3B | 47 | 9 | A | 4E | 3B |
| Octal | 350 | 137 | 103 | 0 | 73 | 107 | 11 | 12 | 116 | 73 |
| Binary | 11101000 | 1011111 | 1000011 | 0 | 111011 | 1000111 | 1001 | 1010 | 1001110 | 111011 |
Color Harmonies of #E85F43
Complementary color
Monochromatic Colors of #E85F43
Black with #E85F43
Text Example
Text Example
White with #E85F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85F43; }
p { color: rgb(232,95,67); }
H1.HeaderClassName
{
color: #E85F43;
}
.AnyTagClassName
{
color: #E85F43;
}
</style>
background-color css
<style>
a { background-color: #E85F43; }
a { background-color: rgb(232,95,67); }
div.DivClassName
{
background-color: #E85F43;
}
.BgClassName
{
background-color: #E85F43;
}
</style>
border-color css
<style>
span { border-color: #E85F43; }
span { border-color: rgb(232,95,67); }
td.TdClassName
{
border-color: #E85F43;
}
.TagClassName
{
border-color: #E85F43;
}
</style>