Shades of Flamingo #E35F45
Tints of Flamingo #E35F45
RGB
CMYK
RGB Variations
Color information
#E35F45 (or 0xE35F45) is known color: Flamingo. HEX triplet: E3, 5F and 45. RGB value is (227,95,69). Sum of RGB (Red+Green+Blue) = 227+95+69=391 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.06% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35F45 is #1CA0BA. Grayscale: #838383. Windows color (decimal): -1876155 or 4546531. OLE color: 4546531.
HSL color Cylindrical-coordinate representation of color #E35F45: hue angle of 9.87º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E35F45 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 95 | 69 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.11 |
| HSL | 9.87º | 0.74% | 0.58% | - |
| HSV(B) | 9.87º | 0.7% | 0.89% | - |
| XYZ | 36.84 | 24.94 | 8.5 | - |
| YUV | 131.5 | 92.73 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 95 | 69 | 0 | 0.58 | 0.70 | 0.11 | 9.87 | 0.74 | 0.58 |
| Hex | E3 | 5F | 45 | 0 | 3A | 46 | B | A | 4A | 3A |
| Octal | 343 | 137 | 105 | 0 | 72 | 106 | 13 | 12 | 112 | 72 |
| Binary | 11100011 | 1011111 | 1000101 | 0 | 111010 | 1000110 | 1011 | 1010 | 1001010 | 111010 |
Color Harmonies of #E35F45
Complementary color
Monochromatic Colors of #E35F45
Black with #E35F45
Text Example
Text Example
White with #E35F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35F45; }
p { color: rgb(227,95,69); }
H1.HeaderClassName
{
color: #E35F45;
}
.AnyTagClassName
{
color: #E35F45;
}
</style>
background-color css
<style>
a { background-color: #E35F45; }
a { background-color: rgb(227,95,69); }
div.DivClassName
{
background-color: #E35F45;
}
.BgClassName
{
background-color: #E35F45;
}
</style>
border-color css
<style>
span { border-color: #E35F45; }
span { border-color: rgb(227,95,69); }
td.TdClassName
{
border-color: #E35F45;
}
.TagClassName
{
border-color: #E35F45;
}
</style>