Shades of Flamingo #E05741
Tints of Flamingo #E05741
RGB
CMYK
RGB Variations
Color information
#E05741 (or 0xE05741) is known color: Flamingo. HEX triplet: E0, 57 and 41. RGB value is (224,87,65). Sum of RGB (Red+Green+Blue) = 224+87+65=376 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.57% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 224 - color contains mainly: red. Hex color #E05741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05741 is #1FA8BE. Grayscale: #7D7D7D. Windows color (decimal): -2074815 or 4282336. OLE color: 4282336.
HSL color Cylindrical-coordinate representation of color #E05741: hue angle of 8.3º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E05741 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 87 | 65 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.12 |
| HSL | 8.3º | 0.72% | 0.57% | - |
| HSV(B) | 8.3º | 0.71% | 0.88% | - |
| XYZ | 35.1 | 23.05 | 7.6 | - |
| YUV | 125.46 | 93.89 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 87 | 65 | 0 | 0.61 | 0.71 | 0.12 | 8.3 | 0.72 | 0.57 |
| Hex | E0 | 57 | 41 | 0 | 3D | 47 | C | 8 | 48 | 39 |
| Octal | 340 | 127 | 101 | 0 | 75 | 107 | 14 | 10 | 110 | 71 |
| Binary | 11100000 | 1010111 | 1000001 | 0 | 111101 | 1000111 | 1100 | 1000 | 1001000 | 111001 |
Color Harmonies of #E05741
Complementary color
Monochromatic Colors of #E05741
Black with #E05741
Text Example
Text Example
White with #E05741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05741; }
p { color: rgb(224,87,65); }
H1.HeaderClassName
{
color: #E05741;
}
.AnyTagClassName
{
color: #E05741;
}
</style>
background-color css
<style>
a { background-color: #E05741; }
a { background-color: rgb(224,87,65); }
div.DivClassName
{
background-color: #E05741;
}
.BgClassName
{
background-color: #E05741;
}
</style>
border-color css
<style>
span { border-color: #E05741; }
span { border-color: rgb(224,87,65); }
td.TdClassName
{
border-color: #E05741;
}
.TagClassName
{
border-color: #E05741;
}
</style>