Shades of Flamingo #E05951
Tints of Flamingo #E05951
RGB
CMYK
RGB Variations
Color information
#E05951 (or 0xE05951) is known color: Flamingo. HEX triplet: E0, 59 and 51. RGB value is (224,89,81). Sum of RGB (Red+Green+Blue) = 224+89+81=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E05951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05951 is #1FA6AE. Grayscale: #808080. Windows color (decimal): -2074287 or 5331424. OLE color: 5331424.
HSL color Cylindrical-coordinate representation of color #E05951: hue angle of 3.36º 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 #E05951 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 89 | 81 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.12 |
| HSL | 3.36º | 0.7% | 0.6% | - |
| HSV(B) | 3.36º | 0.64% | 0.88% | - |
| XYZ | 35.8 | 23.59 | 10.45 | - |
| YUV | 128.45 | 101.23 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 89 | 81 | 0 | 0.60 | 0.64 | 0.12 | 3.36 | 0.7 | 0.6 |
| Hex | E0 | 59 | 51 | 0 | 3C | 40 | C | 3 | 46 | 3C |
| Octal | 340 | 131 | 121 | 0 | 74 | 100 | 14 | 3 | 106 | 74 |
| Binary | 11100000 | 1011001 | 1010001 | 0 | 111100 | 1000000 | 1100 | 11 | 1000110 | 111100 |
Color Harmonies of #E05951
Complementary color
Monochromatic Colors of #E05951
Black with #E05951
Text Example
Text Example
White with #E05951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05951; }
p { color: rgb(224,89,81); }
H1.HeaderClassName
{
color: #E05951;
}
.AnyTagClassName
{
color: #E05951;
}
</style>
background-color css
<style>
a { background-color: #E05951; }
a { background-color: rgb(224,89,81); }
div.DivClassName
{
background-color: #E05951;
}
.BgClassName
{
background-color: #E05951;
}
</style>
border-color css
<style>
span { border-color: #E05951; }
span { border-color: rgb(224,89,81); }
td.TdClassName
{
border-color: #E05951;
}
.TagClassName
{
border-color: #E05951;
}
</style>