Shades of Flamingo #E85E4D
Tints of Flamingo #E85E4D
RGB
CMYK
RGB Variations
Color information
#E85E4D (or 0xE85E4D) is known color: Flamingo. HEX triplet: E8, 5E and 4D. RGB value is (232,94,77). Sum of RGB (Red+Green+Blue) = 232+94+77=403 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.57% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85E4D is #17A1B2. Grayscale: #858585. Windows color (decimal): -1548723 or 5070568. OLE color: 5070568.
HSL color Cylindrical-coordinate representation of color #E85E4D: hue angle of 6.58º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E85E4D is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 94 | 77 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.09 |
| HSL | 6.58º | 0.77% | 0.61% | - |
| HSV(B) | 6.58º | 0.67% | 0.91% | - |
| XYZ | 38.62 | 25.7 | 9.95 | - |
| YUV | 133.32 | 96.22 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 94 | 77 | 0 | 0.59 | 0.67 | 0.09 | 6.58 | 0.77 | 0.61 |
| Hex | E8 | 5E | 4D | 0 | 3B | 43 | 9 | 7 | 4D | 3D |
| Octal | 350 | 136 | 115 | 0 | 73 | 103 | 11 | 7 | 115 | 75 |
| Binary | 11101000 | 1011110 | 1001101 | 0 | 111011 | 1000011 | 1001 | 111 | 1001101 | 111101 |
Color Harmonies of #E85E4D
Complementary color
Monochromatic Colors of #E85E4D
Black with #E85E4D
Text Example
Text Example
White with #E85E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85E4D; }
p { color: rgb(232,94,77); }
H1.HeaderClassName
{
color: #E85E4D;
}
.AnyTagClassName
{
color: #E85E4D;
}
</style>
background-color css
<style>
a { background-color: #E85E4D; }
a { background-color: rgb(232,94,77); }
div.DivClassName
{
background-color: #E85E4D;
}
.BgClassName
{
background-color: #E85E4D;
}
</style>
border-color css
<style>
span { border-color: #E85E4D; }
span { border-color: rgb(232,94,77); }
td.TdClassName
{
border-color: #E85E4D;
}
.TagClassName
{
border-color: #E85E4D;
}
</style>