Shades of Flamingo #E05E50
Tints of Flamingo #E05E50
RGB
CMYK
RGB Variations
Color information
#E05E50 (or 0xE05E50) is known color: Flamingo. HEX triplet: E0, 5E and 50. RGB value is (224,94,80). Sum of RGB (Red+Green+Blue) = 224+94+80=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05E50 is #1FA1AF. Grayscale: #838383. Windows color (decimal): -2073008 or 5267168. OLE color: 5267168.
HSL color Cylindrical-coordinate representation of color #E05E50: hue angle of 5.83º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E05E50 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 94 | 80 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.12 |
| HSL | 5.83º | 0.7% | 0.6% | - |
| HSV(B) | 5.83º | 0.64% | 0.88% | - |
| XYZ | 36.19 | 24.43 | 10.4 | - |
| YUV | 131.27 | 99.07 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 94 | 80 | 0 | 0.58 | 0.64 | 0.12 | 5.83 | 0.7 | 0.6 |
| Hex | E0 | 5E | 50 | 0 | 3A | 40 | C | 6 | 46 | 3C |
| Octal | 340 | 136 | 120 | 0 | 72 | 100 | 14 | 6 | 106 | 74 |
| Binary | 11100000 | 1011110 | 1010000 | 0 | 111010 | 1000000 | 1100 | 110 | 1000110 | 111100 |
Color Harmonies of #E05E50
Complementary color
Monochromatic Colors of #E05E50
Black with #E05E50
Text Example
Text Example
White with #E05E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05E50; }
p { color: rgb(224,94,80); }
H1.HeaderClassName
{
color: #E05E50;
}
.AnyTagClassName
{
color: #E05E50;
}
</style>
background-color css
<style>
a { background-color: #E05E50; }
a { background-color: rgb(224,94,80); }
div.DivClassName
{
background-color: #E05E50;
}
.BgClassName
{
background-color: #E05E50;
}
</style>
border-color css
<style>
span { border-color: #E05E50; }
span { border-color: rgb(224,94,80); }
td.TdClassName
{
border-color: #E05E50;
}
.TagClassName
{
border-color: #E05E50;
}
</style>