Shades of Flamingo #E05743
Tints of Flamingo #E05743
RGB
CMYK
RGB Variations
Color information
#E05743 (or 0xE05743) is known color: Flamingo. HEX triplet: E0, 57 and 43. RGB value is (224,87,67). Sum of RGB (Red+Green+Blue) = 224+87+67=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 67 (26.56% from 255 or 17.72% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E05743 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05743 is #1FA8BC. Grayscale: #7D7D7D. Windows color (decimal): -2074813 or 4413408. OLE color: 4413408.
HSL color Cylindrical-coordinate representation of color #E05743: hue angle of 7.64º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E05743 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 87 | 67 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.12 |
| HSL | 7.64º | 0.72% | 0.57% | - |
| HSV(B) | 7.64º | 0.7% | 0.88% | - |
| XYZ | 35.16 | 23.07 | 7.91 | - |
| YUV | 125.68 | 94.89 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 87 | 67 | 0 | 0.61 | 0.70 | 0.12 | 7.64 | 0.72 | 0.57 |
| Hex | E0 | 57 | 43 | 0 | 3D | 46 | C | 8 | 48 | 39 |
| Octal | 340 | 127 | 103 | 0 | 75 | 106 | 14 | 10 | 110 | 71 |
| Binary | 11100000 | 1010111 | 1000011 | 0 | 111101 | 1000110 | 1100 | 1000 | 1001000 | 111001 |
Color Harmonies of #E05743
Complementary color
Monochromatic Colors of #E05743
Black with #E05743
Text Example
Text Example
White with #E05743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05743; }
p { color: rgb(224,87,67); }
H1.HeaderClassName
{
color: #E05743;
}
.AnyTagClassName
{
color: #E05743;
}
</style>
background-color css
<style>
a { background-color: #E05743; }
a { background-color: rgb(224,87,67); }
div.DivClassName
{
background-color: #E05743;
}
.BgClassName
{
background-color: #E05743;
}
</style>
border-color css
<style>
span { border-color: #E05743; }
span { border-color: rgb(224,87,67); }
td.TdClassName
{
border-color: #E05743;
}
.TagClassName
{
border-color: #E05743;
}
</style>