Shades of Flamingo #E15D3E
Tints of Flamingo #E15D3E
RGB
CMYK
RGB Variations
Color information
#E15D3E (or 0xE15D3E) is known color: Flamingo. HEX triplet: E1, 5D and 3E. RGB value is (225,93,62). Sum of RGB (Red+Green+Blue) = 225+93+62=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 62 (24.61% from 255 or 16.32% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15D3E is #1EA2C1. Grayscale: #818181. Windows color (decimal): -2007746 or 4087265. OLE color: 4087265.
HSL color Cylindrical-coordinate representation of color #E15D3E: hue angle of 11.41º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E15D3E is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 62 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.12 |
| HSL | 11.41º | 0.73% | 0.56% | - |
| HSV(B) | 11.41º | 0.72% | 0.88% | - |
| XYZ | 35.84 | 24.18 | 7.34 | - |
| YUV | 128.93 | 90.23 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 62 | 0 | 0.59 | 0.72 | 0.12 | 11.41 | 0.73 | 0.56 |
| Hex | E1 | 5D | 3E | 0 | 3B | 48 | C | B | 49 | 38 |
| Octal | 341 | 135 | 76 | 0 | 73 | 110 | 14 | 13 | 111 | 70 |
| Binary | 11100001 | 1011101 | 111110 | 0 | 111011 | 1001000 | 1100 | 1011 | 1001001 | 111000 |
Color Harmonies of #E15D3E
Complementary color
Monochromatic Colors of #E15D3E
Black with #E15D3E
Text Example
Text Example
White with #E15D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15D3E; }
p { color: rgb(225,93,62); }
H1.HeaderClassName
{
color: #E15D3E;
}
.AnyTagClassName
{
color: #E15D3E;
}
</style>
background-color css
<style>
a { background-color: #E15D3E; }
a { background-color: rgb(225,93,62); }
div.DivClassName
{
background-color: #E15D3E;
}
.BgClassName
{
background-color: #E15D3E;
}
</style>
border-color css
<style>
span { border-color: #E15D3E; }
span { border-color: rgb(225,93,62); }
td.TdClassName
{
border-color: #E15D3E;
}
.TagClassName
{
border-color: #E15D3E;
}
</style>