Shades of Flamingo #E35B3E
Tints of Flamingo #E35B3E
RGB
CMYK
RGB Variations
Color information
#E35B3E (or 0xE35B3E) is known color: Flamingo. HEX triplet: E3, 5B and 3E. RGB value is (227,91,62). Sum of RGB (Red+Green+Blue) = 227+91+62=380 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.74% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 62 (24.61% from 255 or 16.32% from 380); Max value from RGB is 227 - color contains mainly: red. Hex color #E35B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35B3E is #1CA4C1. Grayscale: #808080. Windows color (decimal): -1877186 or 4086755. OLE color: 4086755.
HSL color Cylindrical-coordinate representation of color #E35B3E: hue angle of 10.55º 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 #E35B3E is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 91 | 62 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.11 |
| HSL | 10.55º | 0.75% | 0.57% | - |
| HSV(B) | 10.55º | 0.73% | 0.89% | - |
| XYZ | 36.29 | 24.16 | 7.31 | - |
| YUV | 128.36 | 90.56 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 91 | 62 | 0 | 0.60 | 0.73 | 0.11 | 10.55 | 0.75 | 0.57 |
| Hex | E3 | 5B | 3E | 0 | 3C | 49 | B | B | 4B | 39 |
| Octal | 343 | 133 | 76 | 0 | 74 | 111 | 13 | 13 | 113 | 71 |
| Binary | 11100011 | 1011011 | 111110 | 0 | 111100 | 1001001 | 1011 | 1011 | 1001011 | 111001 |
Color Harmonies of #E35B3E
Complementary color
Monochromatic Colors of #E35B3E
Black with #E35B3E
Text Example
Text Example
White with #E35B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35B3E; }
p { color: rgb(227,91,62); }
H1.HeaderClassName
{
color: #E35B3E;
}
.AnyTagClassName
{
color: #E35B3E;
}
</style>
background-color css
<style>
a { background-color: #E35B3E; }
a { background-color: rgb(227,91,62); }
div.DivClassName
{
background-color: #E35B3E;
}
.BgClassName
{
background-color: #E35B3E;
}
</style>
border-color css
<style>
span { border-color: #E35B3E; }
span { border-color: rgb(227,91,62); }
td.TdClassName
{
border-color: #E35B3E;
}
.TagClassName
{
border-color: #E35B3E;
}
</style>