Shades of Flamingo #E85F46
Tints of Flamingo #E85F46
RGB
CMYK
RGB Variations
Color information
#E85F46 (or 0xE85F46) is known color: Flamingo. HEX triplet: E8, 5F and 46. RGB value is (232,95,70). Sum of RGB (Red+Green+Blue) = 232+95+70=397 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.44% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85F46 is #17A0B9. Grayscale: #858585. Windows color (decimal): -1548474 or 4612072. OLE color: 4612072.
HSL color Cylindrical-coordinate representation of color #E85F46: hue angle of 9.26º degrees, saturation: 0.78, 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 #E85F46 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 95 | 70 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.09 |
| HSL | 9.26º | 0.78% | 0.59% | - |
| HSV(B) | 9.26º | 0.7% | 0.91% | - |
| XYZ | 38.48 | 25.78 | 8.74 | - |
| YUV | 133.11 | 92.39 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 95 | 70 | 0 | 0.59 | 0.70 | 0.09 | 9.26 | 0.78 | 0.59 |
| Hex | E8 | 5F | 46 | 0 | 3B | 46 | 9 | 9 | 4E | 3B |
| Octal | 350 | 137 | 106 | 0 | 73 | 106 | 11 | 11 | 116 | 73 |
| Binary | 11101000 | 1011111 | 1000110 | 0 | 111011 | 1000110 | 1001 | 1001 | 1001110 | 111011 |
Color Harmonies of #E85F46
Complementary color
Monochromatic Colors of #E85F46
Black with #E85F46
Text Example
Text Example
White with #E85F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85F46; }
p { color: rgb(232,95,70); }
H1.HeaderClassName
{
color: #E85F46;
}
.AnyTagClassName
{
color: #E85F46;
}
</style>
background-color css
<style>
a { background-color: #E85F46; }
a { background-color: rgb(232,95,70); }
div.DivClassName
{
background-color: #E85F46;
}
.BgClassName
{
background-color: #E85F46;
}
</style>
border-color css
<style>
span { border-color: #E85F46; }
span { border-color: rgb(232,95,70); }
td.TdClassName
{
border-color: #E85F46;
}
.TagClassName
{
border-color: #E85F46;
}
</style>