Shades of Flamingo #E85C3D
Tints of Flamingo #E85C3D
RGB
CMYK
RGB Variations
Color information
#E85C3D (or 0xE85C3D) is known color: Flamingo. HEX triplet: E8, 5C and 3D. RGB value is (232,92,61). Sum of RGB (Red+Green+Blue) = 232+92+61=385 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.26% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85C3D is #17A3C2. Grayscale: #828282. Windows color (decimal): -1549251 or 4021480. OLE color: 4021480.
HSL color Cylindrical-coordinate representation of color #E85C3D: hue angle of 10.88º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E85C3D is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 92 | 61 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.09 |
| HSL | 10.88º | 0.79% | 0.57% | - |
| HSV(B) | 10.88º | 0.74% | 0.91% | - |
| XYZ | 37.95 | 25.15 | 7.27 | - |
| YUV | 130.33 | 88.88 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 92 | 61 | 0 | 0.60 | 0.74 | 0.09 | 10.88 | 0.79 | 0.57 |
| Hex | E8 | 5C | 3D | 0 | 3C | 4A | 9 | B | 4F | 39 |
| Octal | 350 | 134 | 75 | 0 | 74 | 112 | 11 | 13 | 117 | 71 |
| Binary | 11101000 | 1011100 | 111101 | 0 | 111100 | 1001010 | 1001 | 1011 | 1001111 | 111001 |
Color Harmonies of #E85C3D
Complementary color
Monochromatic Colors of #E85C3D
Black with #E85C3D
Text Example
Text Example
White with #E85C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85C3D; }
p { color: rgb(232,92,61); }
H1.HeaderClassName
{
color: #E85C3D;
}
.AnyTagClassName
{
color: #E85C3D;
}
</style>
background-color css
<style>
a { background-color: #E85C3D; }
a { background-color: rgb(232,92,61); }
div.DivClassName
{
background-color: #E85C3D;
}
.BgClassName
{
background-color: #E85C3D;
}
</style>
border-color css
<style>
span { border-color: #E85C3D; }
span { border-color: rgb(232,92,61); }
td.TdClassName
{
border-color: #E85C3D;
}
.TagClassName
{
border-color: #E85C3D;
}
</style>