Shades of Flamingo #E35D46
Tints of Flamingo #E35D46
RGB
CMYK
RGB Variations
Color information
#E35D46 (or 0xE35D46) is known color: Flamingo. HEX triplet: E3, 5D and 46. RGB value is (227,93,70). Sum of RGB (Red+Green+Blue) = 227+93+70=390 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.21% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35D46 is #1CA2B9. Grayscale: #828282. Windows color (decimal): -1876666 or 4611555. OLE color: 4611555.
HSL color Cylindrical-coordinate representation of color #E35D46: hue angle of 8.79º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E35D46 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 93 | 70 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.11 |
| HSL | 8.79º | 0.74% | 0.58% | - |
| HSV(B) | 8.79º | 0.69% | 0.89% | - |
| XYZ | 36.7 | 24.6 | 8.61 | - |
| YUV | 130.44 | 93.89 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 93 | 70 | 0 | 0.59 | 0.69 | 0.11 | 8.79 | 0.74 | 0.58 |
| Hex | E3 | 5D | 46 | 0 | 3B | 45 | B | 9 | 4A | 3A |
| Octal | 343 | 135 | 106 | 0 | 73 | 105 | 13 | 11 | 112 | 72 |
| Binary | 11100011 | 1011101 | 1000110 | 0 | 111011 | 1000101 | 1011 | 1001 | 1001010 | 111010 |
Color Harmonies of #E35D46
Complementary color
Monochromatic Colors of #E35D46
Black with #E35D46
Text Example
Text Example
White with #E35D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35D46; }
p { color: rgb(227,93,70); }
H1.HeaderClassName
{
color: #E35D46;
}
.AnyTagClassName
{
color: #E35D46;
}
</style>
background-color css
<style>
a { background-color: #E35D46; }
a { background-color: rgb(227,93,70); }
div.DivClassName
{
background-color: #E35D46;
}
.BgClassName
{
background-color: #E35D46;
}
</style>
border-color css
<style>
span { border-color: #E35D46; }
span { border-color: rgb(227,93,70); }
td.TdClassName
{
border-color: #E35D46;
}
.TagClassName
{
border-color: #E35D46;
}
</style>