Shades of Flamingo #E05A51
Tints of Flamingo #E05A51
RGB
CMYK
RGB Variations
Color information
#E05A51 (or 0xE05A51) is known color: Flamingo. HEX triplet: E0, 5A and 51. RGB value is (224,90,81). Sum of RGB (Red+Green+Blue) = 224+90+81=395 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.71% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05A51 is #1FA5AE. Grayscale: #818181. Windows color (decimal): -2074031 or 5331680. OLE color: 5331680.
HSL color Cylindrical-coordinate representation of color #E05A51: hue angle of 3.78º 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 #E05A51 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 90 | 81 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.12 |
| HSL | 3.78º | 0.7% | 0.6% | - |
| HSV(B) | 3.78º | 0.64% | 0.88% | - |
| XYZ | 35.88 | 23.75 | 10.48 | - |
| YUV | 129.04 | 100.89 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 90 | 81 | 0 | 0.60 | 0.64 | 0.12 | 3.78 | 0.7 | 0.6 |
| Hex | E0 | 5A | 51 | 0 | 3C | 40 | C | 4 | 46 | 3C |
| Octal | 340 | 132 | 121 | 0 | 74 | 100 | 14 | 4 | 106 | 74 |
| Binary | 11100000 | 1011010 | 1010001 | 0 | 111100 | 1000000 | 1100 | 100 | 1000110 | 111100 |
Color Harmonies of #E05A51
Complementary color
Monochromatic Colors of #E05A51
Black with #E05A51
Text Example
Text Example
White with #E05A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05A51; }
p { color: rgb(224,90,81); }
H1.HeaderClassName
{
color: #E05A51;
}
.AnyTagClassName
{
color: #E05A51;
}
</style>
background-color css
<style>
a { background-color: #E05A51; }
a { background-color: rgb(224,90,81); }
div.DivClassName
{
background-color: #E05A51;
}
.BgClassName
{
background-color: #E05A51;
}
</style>
border-color css
<style>
span { border-color: #E05A51; }
span { border-color: rgb(224,90,81); }
td.TdClassName
{
border-color: #E05A51;
}
.TagClassName
{
border-color: #E05A51;
}
</style>