Shades of Flamingo #E35D43
Tints of Flamingo #E35D43
RGB
CMYK
RGB Variations
Color information
#E35D43 (or 0xE35D43) is known color: Flamingo. HEX triplet: E3, 5D and 43. RGB value is (227,93,67). Sum of RGB (Red+Green+Blue) = 227+93+67=387 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.66% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 67 (26.56% from 255 or 17.31% from 387); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35D43 is #1CA2BC. Grayscale: #828282. Windows color (decimal): -1876669 or 4414947. OLE color: 4414947.
HSL color Cylindrical-coordinate representation of color #E35D43: hue angle of 9.75º 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 #E35D43 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 93 | 67 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.11 |
| HSL | 9.75º | 0.74% | 0.58% | - |
| HSV(B) | 9.75º | 0.7% | 0.89% | - |
| XYZ | 36.61 | 24.56 | 8.12 | - |
| YUV | 130.1 | 92.39 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 93 | 67 | 0 | 0.59 | 0.70 | 0.11 | 9.75 | 0.74 | 0.58 |
| Hex | E3 | 5D | 43 | 0 | 3B | 46 | B | A | 4A | 3A |
| Octal | 343 | 135 | 103 | 0 | 73 | 106 | 13 | 12 | 112 | 72 |
| Binary | 11100011 | 1011101 | 1000011 | 0 | 111011 | 1000110 | 1011 | 1010 | 1001010 | 111010 |
Color Harmonies of #E35D43
Complementary color
Monochromatic Colors of #E35D43
Black with #E35D43
Text Example
Text Example
White with #E35D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35D43; }
p { color: rgb(227,93,67); }
H1.HeaderClassName
{
color: #E35D43;
}
.AnyTagClassName
{
color: #E35D43;
}
</style>
background-color css
<style>
a { background-color: #E35D43; }
a { background-color: rgb(227,93,67); }
div.DivClassName
{
background-color: #E35D43;
}
.BgClassName
{
background-color: #E35D43;
}
</style>
border-color css
<style>
span { border-color: #E35D43; }
span { border-color: rgb(227,93,67); }
td.TdClassName
{
border-color: #E35D43;
}
.TagClassName
{
border-color: #E35D43;
}
</style>