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