Shades of Flamingo #E35749
Tints of Flamingo #E35749
RGB
CMYK
RGB Variations
Color information
#E35749 (or 0xE35749) is known color: Flamingo. HEX triplet: E3, 57 and 49. RGB value is (227,87,73). Sum of RGB (Red+Green+Blue) = 227+87+73=387 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.66% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 227 - color contains mainly: red. Hex color #E35749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35749 is #1CA8B6. Grayscale: #7F7F7F. Windows color (decimal): -1878199 or 4806627. OLE color: 4806627.
HSL color Cylindrical-coordinate representation of color #E35749: hue angle of 5.45º 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 #E35749 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 87 | 73 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.11 |
| HSL | 5.45º | 0.73% | 0.59% | - |
| HSV(B) | 5.45º | 0.68% | 0.89% | - |
| XYZ | 36.29 | 23.63 | 8.95 | - |
| YUV | 127.26 | 97.38 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 87 | 73 | 0 | 0.62 | 0.68 | 0.11 | 5.45 | 0.73 | 0.59 |
| Hex | E3 | 57 | 49 | 0 | 3E | 44 | B | 5 | 49 | 3B |
| Octal | 343 | 127 | 111 | 0 | 76 | 104 | 13 | 5 | 111 | 73 |
| Binary | 11100011 | 1010111 | 1001001 | 0 | 111110 | 1000100 | 1011 | 101 | 1001001 | 111011 |
Color Harmonies of #E35749
Complementary color
Monochromatic Colors of #E35749
Black with #E35749
Text Example
Text Example
White with #E35749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35749; }
p { color: rgb(227,87,73); }
H1.HeaderClassName
{
color: #E35749;
}
.AnyTagClassName
{
color: #E35749;
}
</style>
background-color css
<style>
a { background-color: #E35749; }
a { background-color: rgb(227,87,73); }
div.DivClassName
{
background-color: #E35749;
}
.BgClassName
{
background-color: #E35749;
}
</style>
border-color css
<style>
span { border-color: #E35749; }
span { border-color: rgb(227,87,73); }
td.TdClassName
{
border-color: #E35749;
}
.TagClassName
{
border-color: #E35749;
}
</style>