Shades of Flamingo #E85346
Tints of Flamingo #E85346
RGB
CMYK
RGB Variations
Color information
#E85346 (or 0xE85346) is known color: Flamingo. HEX triplet: E8, 53 and 46. RGB value is (232,83,70). Sum of RGB (Red+Green+Blue) = 232+83+70=385 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.26% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 232 - color contains mainly: red. Hex color #E85346 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85346 is #17ACB9. Grayscale: #7E7E7E. Windows color (decimal): -1551546 or 4609000. OLE color: 4609000.
HSL color Cylindrical-coordinate representation of color #E85346: hue angle of 4.81º 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 #E85346 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 83 | 70 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.09 |
| HSL | 4.81º | 0.78% | 0.59% | - |
| HSV(B) | 4.81º | 0.7% | 0.91% | - |
| XYZ | 37.48 | 23.78 | 8.41 | - |
| YUV | 126.07 | 96.36 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 83 | 70 | 0 | 0.64 | 0.70 | 0.09 | 4.81 | 0.78 | 0.59 |
| Hex | E8 | 53 | 46 | 0 | 40 | 46 | 9 | 5 | 4E | 3B |
| Octal | 350 | 123 | 106 | 0 | 100 | 106 | 11 | 5 | 116 | 73 |
| Binary | 11101000 | 1010011 | 1000110 | 0 | 1000000 | 1000110 | 1001 | 101 | 1001110 | 111011 |
Color Harmonies of #E85346
Complementary color
Monochromatic Colors of #E85346
Black with #E85346
Text Example
Text Example
White with #E85346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85346; }
p { color: rgb(232,83,70); }
H1.HeaderClassName
{
color: #E85346;
}
.AnyTagClassName
{
color: #E85346;
}
</style>
background-color css
<style>
a { background-color: #E85346; }
a { background-color: rgb(232,83,70); }
div.DivClassName
{
background-color: #E85346;
}
.BgClassName
{
background-color: #E85346;
}
</style>
border-color css
<style>
span { border-color: #E85346; }
span { border-color: rgb(232,83,70); }
td.TdClassName
{
border-color: #E85346;
}
.TagClassName
{
border-color: #E85346;
}
</style>