Shades of Flamingo #E05D50
Tints of Flamingo #E05D50
RGB
CMYK
RGB Variations
Color information
#E05D50 (or 0xE05D50) is known color: Flamingo. HEX triplet: E0, 5D and 50. RGB value is (224,93,80). Sum of RGB (Red+Green+Blue) = 224+93+80=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05D50 is #1FA2AF. Grayscale: #828282. Windows color (decimal): -2073264 or 5266912. OLE color: 5266912.
HSL color Cylindrical-coordinate representation of color #E05D50: hue angle of 5.42º 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 #E05D50 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 93 | 80 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.12 |
| HSL | 5.42º | 0.7% | 0.6% | - |
| HSV(B) | 5.42º | 0.64% | 0.88% | - |
| XYZ | 36.1 | 24.26 | 10.37 | - |
| YUV | 130.69 | 99.4 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 93 | 80 | 0 | 0.58 | 0.64 | 0.12 | 5.42 | 0.7 | 0.6 |
| Hex | E0 | 5D | 50 | 0 | 3A | 40 | C | 5 | 46 | 3C |
| Octal | 340 | 135 | 120 | 0 | 72 | 100 | 14 | 5 | 106 | 74 |
| Binary | 11100000 | 1011101 | 1010000 | 0 | 111010 | 1000000 | 1100 | 101 | 1000110 | 111100 |
Color Harmonies of #E05D50
Complementary color
Monochromatic Colors of #E05D50
Black with #E05D50
Text Example
Text Example
White with #E05D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05D50; }
p { color: rgb(224,93,80); }
H1.HeaderClassName
{
color: #E05D50;
}
.AnyTagClassName
{
color: #E05D50;
}
</style>
background-color css
<style>
a { background-color: #E05D50; }
a { background-color: rgb(224,93,80); }
div.DivClassName
{
background-color: #E05D50;
}
.BgClassName
{
background-color: #E05D50;
}
</style>
border-color css
<style>
span { border-color: #E05D50; }
span { border-color: rgb(224,93,80); }
td.TdClassName
{
border-color: #E05D50;
}
.TagClassName
{
border-color: #E05D50;
}
</style>