Shades of Flamingo #E35D40
Tints of Flamingo #E35D40
RGB
CMYK
RGB Variations
Color information
#E35D40 (or 0xE35D40) is known color: Flamingo. HEX triplet: E3, 5D and 40. RGB value is (227,93,64). Sum of RGB (Red+Green+Blue) = 227+93+64=384 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.11% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35D40 is #1CA2BF. Grayscale: #828282. Windows color (decimal): -1876672 or 4218339. OLE color: 4218339.
HSL color Cylindrical-coordinate representation of color #E35D40: hue angle of 10.67º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E35D40 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 93 | 64 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.11 |
| HSL | 10.67º | 0.74% | 0.57% | - |
| HSV(B) | 10.67º | 0.72% | 0.89% | - |
| XYZ | 36.52 | 24.53 | 7.66 | - |
| YUV | 129.76 | 90.89 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 93 | 64 | 0 | 0.59 | 0.72 | 0.11 | 10.67 | 0.74 | 0.57 |
| Hex | E3 | 5D | 40 | 0 | 3B | 48 | B | B | 4A | 39 |
| Octal | 343 | 135 | 100 | 0 | 73 | 110 | 13 | 13 | 112 | 71 |
| Binary | 11100011 | 1011101 | 1000000 | 0 | 111011 | 1001000 | 1011 | 1011 | 1001010 | 111001 |
Color Harmonies of #E35D40
Complementary color
Monochromatic Colors of #E35D40
Black with #E35D40
Text Example
Text Example
White with #E35D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35D40; }
p { color: rgb(227,93,64); }
H1.HeaderClassName
{
color: #E35D40;
}
.AnyTagClassName
{
color: #E35D40;
}
</style>
background-color css
<style>
a { background-color: #E35D40; }
a { background-color: rgb(227,93,64); }
div.DivClassName
{
background-color: #E35D40;
}
.BgClassName
{
background-color: #E35D40;
}
</style>
border-color css
<style>
span { border-color: #E35D40; }
span { border-color: rgb(227,93,64); }
td.TdClassName
{
border-color: #E35D40;
}
.TagClassName
{
border-color: #E35D40;
}
</style>