Shades of Flamingo #E35C48
Tints of Flamingo #E35C48
RGB
CMYK
RGB Variations
Color information
#E35C48 (or 0xE35C48) is known color: Flamingo. HEX triplet: E3, 5C and 48. RGB value is (227,92,72). Sum of RGB (Red+Green+Blue) = 227+92+72=391 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.06% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35C48 is #1CA3B7. Grayscale: #828282. Windows color (decimal): -1876920 or 4742371. OLE color: 4742371.
HSL color Cylindrical-coordinate representation of color #E35C48: hue angle of 7.74º 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 #E35C48 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 92 | 72 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.11 |
| HSL | 7.74º | 0.73% | 0.59% | - |
| HSV(B) | 7.74º | 0.68% | 0.89% | - |
| XYZ | 36.68 | 24.45 | 8.92 | - |
| YUV | 130.09 | 95.23 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 92 | 72 | 0 | 0.59 | 0.68 | 0.11 | 7.74 | 0.73 | 0.59 |
| Hex | E3 | 5C | 48 | 0 | 3B | 44 | B | 8 | 49 | 3B |
| Octal | 343 | 134 | 110 | 0 | 73 | 104 | 13 | 10 | 111 | 73 |
| Binary | 11100011 | 1011100 | 1001000 | 0 | 111011 | 1000100 | 1011 | 1000 | 1001001 | 111011 |
Color Harmonies of #E35C48
Complementary color
Monochromatic Colors of #E35C48
Black with #E35C48
Text Example
Text Example
White with #E35C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35C48; }
p { color: rgb(227,92,72); }
H1.HeaderClassName
{
color: #E35C48;
}
.AnyTagClassName
{
color: #E35C48;
}
</style>
background-color css
<style>
a { background-color: #E35C48; }
a { background-color: rgb(227,92,72); }
div.DivClassName
{
background-color: #E35C48;
}
.BgClassName
{
background-color: #E35C48;
}
</style>
border-color css
<style>
span { border-color: #E35C48; }
span { border-color: rgb(227,92,72); }
td.TdClassName
{
border-color: #E35C48;
}
.TagClassName
{
border-color: #E35C48;
}
</style>