Shades of Flamingo #E35C49
Tints of Flamingo #E35C49
RGB
CMYK
RGB Variations
Color information
#E35C49 (or 0xE35C49) is known color: Flamingo. HEX triplet: E3, 5C and 49. RGB value is (227,92,73). Sum of RGB (Red+Green+Blue) = 227+92+73=392 (51% of max value = 765). Red value is 227 (89.06% from 255 or 57.91% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35C49 is #1CA3B6. Grayscale: #828282. Windows color (decimal): -1876919 or 4807907. OLE color: 4807907.
HSL color Cylindrical-coordinate representation of color #E35C49: hue angle of 7.4º 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 #E35C49 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 92 | 73 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.11 |
| HSL | 7.4º | 0.73% | 0.59% | - |
| HSV(B) | 7.4º | 0.68% | 0.89% | - |
| XYZ | 36.71 | 24.47 | 9.09 | - |
| YUV | 130.2 | 95.73 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 92 | 73 | 0 | 0.59 | 0.68 | 0.11 | 7.4 | 0.73 | 0.59 |
| Hex | E3 | 5C | 49 | 0 | 3B | 44 | B | 7 | 49 | 3B |
| Octal | 343 | 134 | 111 | 0 | 73 | 104 | 13 | 7 | 111 | 73 |
| Binary | 11100011 | 1011100 | 1001001 | 0 | 111011 | 1000100 | 1011 | 111 | 1001001 | 111011 |
Color Harmonies of #E35C49
Complementary color
Monochromatic Colors of #E35C49
Black with #E35C49
Text Example
Text Example
White with #E35C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35C49; }
p { color: rgb(227,92,73); }
H1.HeaderClassName
{
color: #E35C49;
}
.AnyTagClassName
{
color: #E35C49;
}
</style>
background-color css
<style>
a { background-color: #E35C49; }
a { background-color: rgb(227,92,73); }
div.DivClassName
{
background-color: #E35C49;
}
.BgClassName
{
background-color: #E35C49;
}
</style>
border-color css
<style>
span { border-color: #E35C49; }
span { border-color: rgb(227,92,73); }
td.TdClassName
{
border-color: #E35C49;
}
.TagClassName
{
border-color: #E35C49;
}
</style>