Shades of Flamingo #E35C3E
Tints of Flamingo #E35C3E
RGB
CMYK
RGB Variations
Color information
#E35C3E (or 0xE35C3E) is known color: Flamingo. HEX triplet: E3, 5C and 3E. RGB value is (227,92,62). Sum of RGB (Red+Green+Blue) = 227+92+62=381 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.58% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 62 (24.61% from 255 or 16.27% from 381); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35C3E is #1CA3C1. Grayscale: #818181. Windows color (decimal): -1876930 or 4087011. OLE color: 4087011.
HSL color Cylindrical-coordinate representation of color #E35C3E: hue angle of 10.91º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E35C3E is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 92 | 62 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.11 |
| HSL | 10.91º | 0.75% | 0.57% | - |
| HSV(B) | 10.91º | 0.73% | 0.89% | - |
| XYZ | 36.38 | 24.33 | 7.34 | - |
| YUV | 128.95 | 90.23 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 92 | 62 | 0 | 0.59 | 0.73 | 0.11 | 10.91 | 0.75 | 0.57 |
| Hex | E3 | 5C | 3E | 0 | 3B | 49 | B | B | 4B | 39 |
| Octal | 343 | 134 | 76 | 0 | 73 | 111 | 13 | 13 | 113 | 71 |
| Binary | 11100011 | 1011100 | 111110 | 0 | 111011 | 1001001 | 1011 | 1011 | 1001011 | 111001 |
Color Harmonies of #E35C3E
Complementary color
Monochromatic Colors of #E35C3E
Black with #E35C3E
Text Example
Text Example
White with #E35C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35C3E; }
p { color: rgb(227,92,62); }
H1.HeaderClassName
{
color: #E35C3E;
}
.AnyTagClassName
{
color: #E35C3E;
}
</style>
background-color css
<style>
a { background-color: #E35C3E; }
a { background-color: rgb(227,92,62); }
div.DivClassName
{
background-color: #E35C3E;
}
.BgClassName
{
background-color: #E35C3E;
}
</style>
border-color css
<style>
span { border-color: #E35C3E; }
span { border-color: rgb(227,92,62); }
td.TdClassName
{
border-color: #E35C3E;
}
.TagClassName
{
border-color: #E35C3E;
}
</style>