Shades of Flamingo #E35F49
Tints of Flamingo #E35F49
RGB
CMYK
RGB Variations
Color information
#E35F49 (or 0xE35F49) is known color: Flamingo. HEX triplet: E3, 5F and 49. RGB value is (227,95,73). Sum of RGB (Red+Green+Blue) = 227+95+73=395 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.47% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35F49 is #1CA0B6. Grayscale: #848484. Windows color (decimal): -1876151 or 4808675. OLE color: 4808675.
HSL color Cylindrical-coordinate representation of color #E35F49: hue angle of 8.57º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E35F49 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 95 | 73 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.11 |
| HSL | 8.57º | 0.73% | 0.59% | - |
| HSV(B) | 8.57º | 0.68% | 0.89% | - |
| XYZ | 36.97 | 25 | 9.18 | - |
| YUV | 131.96 | 94.73 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 95 | 73 | 0 | 0.58 | 0.68 | 0.11 | 8.57 | 0.73 | 0.59 |
| Hex | E3 | 5F | 49 | 0 | 3A | 44 | B | 9 | 49 | 3B |
| Octal | 343 | 137 | 111 | 0 | 72 | 104 | 13 | 11 | 111 | 73 |
| Binary | 11100011 | 1011111 | 1001001 | 0 | 111010 | 1000100 | 1011 | 1001 | 1001001 | 111011 |
Color Harmonies of #E35F49
Complementary color
Monochromatic Colors of #E35F49
Black with #E35F49
Text Example
Text Example
White with #E35F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35F49; }
p { color: rgb(227,95,73); }
H1.HeaderClassName
{
color: #E35F49;
}
.AnyTagClassName
{
color: #E35F49;
}
</style>
background-color css
<style>
a { background-color: #E35F49; }
a { background-color: rgb(227,95,73); }
div.DivClassName
{
background-color: #E35F49;
}
.BgClassName
{
background-color: #E35F49;
}
</style>
border-color css
<style>
span { border-color: #E35F49; }
span { border-color: rgb(227,95,73); }
td.TdClassName
{
border-color: #E35F49;
}
.TagClassName
{
border-color: #E35F49;
}
</style>