Shades of Flamingo #E05E4E
Tints of Flamingo #E05E4E
RGB
CMYK
RGB Variations
Color information
#E05E4E (or 0xE05E4E) is known color: Flamingo. HEX triplet: E0, 5E and 4E. RGB value is (224,94,78). Sum of RGB (Red+Green+Blue) = 224+94+78=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05E4E is #1FA1B1. Grayscale: #838383. Windows color (decimal): -2073010 or 5136096. OLE color: 5136096.
HSL color Cylindrical-coordinate representation of color #E05E4E: hue angle of 6.58º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E05E4E is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 94 | 78 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.12 |
| HSL | 6.58º | 0.7% | 0.59% | - |
| HSV(B) | 6.58º | 0.65% | 0.88% | - |
| XYZ | 36.12 | 24.4 | 10.01 | - |
| YUV | 131.05 | 98.07 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 94 | 78 | 0 | 0.58 | 0.65 | 0.12 | 6.58 | 0.7 | 0.59 |
| Hex | E0 | 5E | 4E | 0 | 3A | 41 | C | 7 | 46 | 3B |
| Octal | 340 | 136 | 116 | 0 | 72 | 101 | 14 | 7 | 106 | 73 |
| Binary | 11100000 | 1011110 | 1001110 | 0 | 111010 | 1000001 | 1100 | 111 | 1000110 | 111011 |
Color Harmonies of #E05E4E
Complementary color
Monochromatic Colors of #E05E4E
Black with #E05E4E
Text Example
Text Example
White with #E05E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05E4E; }
p { color: rgb(224,94,78); }
H1.HeaderClassName
{
color: #E05E4E;
}
.AnyTagClassName
{
color: #E05E4E;
}
</style>
background-color css
<style>
a { background-color: #E05E4E; }
a { background-color: rgb(224,94,78); }
div.DivClassName
{
background-color: #E05E4E;
}
.BgClassName
{
background-color: #E05E4E;
}
</style>
border-color css
<style>
span { border-color: #E05E4E; }
span { border-color: rgb(224,94,78); }
td.TdClassName
{
border-color: #E05E4E;
}
.TagClassName
{
border-color: #E05E4E;
}
</style>