Shades of Flamingo #E35649
Tints of Flamingo #E35649
RGB
CMYK
RGB Variations
Color information
#E35649 (or 0xE35649) is known color: Flamingo. HEX triplet: E3, 56 and 49. RGB value is (227,86,73). Sum of RGB (Red+Green+Blue) = 227+86+73=386 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.81% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 227 - color contains mainly: red. Hex color #E35649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35649 is #1CA9B6. Grayscale: #7E7E7E. Windows color (decimal): -1878455 or 4806371. OLE color: 4806371.
HSL color Cylindrical-coordinate representation of color #E35649: hue angle of 5.06º 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 #E35649 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 86 | 73 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.11 |
| HSL | 5.06º | 0.73% | 0.59% | - |
| HSV(B) | 5.06º | 0.68% | 0.89% | - |
| XYZ | 36.21 | 23.47 | 8.92 | - |
| YUV | 126.68 | 97.71 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 86 | 73 | 0 | 0.62 | 0.68 | 0.11 | 5.06 | 0.73 | 0.59 |
| Hex | E3 | 56 | 49 | 0 | 3E | 44 | B | 5 | 49 | 3B |
| Octal | 343 | 126 | 111 | 0 | 76 | 104 | 13 | 5 | 111 | 73 |
| Binary | 11100011 | 1010110 | 1001001 | 0 | 111110 | 1000100 | 1011 | 101 | 1001001 | 111011 |
Color Harmonies of #E35649
Complementary color
Monochromatic Colors of #E35649
Black with #E35649
Text Example
Text Example
White with #E35649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35649; }
p { color: rgb(227,86,73); }
H1.HeaderClassName
{
color: #E35649;
}
.AnyTagClassName
{
color: #E35649;
}
</style>
background-color css
<style>
a { background-color: #E35649; }
a { background-color: rgb(227,86,73); }
div.DivClassName
{
background-color: #E35649;
}
.BgClassName
{
background-color: #E35649;
}
</style>
border-color css
<style>
span { border-color: #E35649; }
span { border-color: rgb(227,86,73); }
td.TdClassName
{
border-color: #E35649;
}
.TagClassName
{
border-color: #E35649;
}
</style>