Shades of Flamingo #E05B51
Tints of Flamingo #E05B51
RGB
CMYK
RGB Variations
Color information
#E05B51 (or 0xE05B51) is known color: Flamingo. HEX triplet: E0, 5B and 51. RGB value is (224,91,81). Sum of RGB (Red+Green+Blue) = 224+91+81=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E05B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05B51 is #1FA4AE. Grayscale: #818181. Windows color (decimal): -2073775 or 5331936. OLE color: 5331936.
HSL color Cylindrical-coordinate representation of color #E05B51: hue angle of 4.2º 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 #E05B51 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 91 | 81 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.12 |
| HSL | 4.2º | 0.7% | 0.6% | - |
| HSV(B) | 4.2º | 0.64% | 0.88% | - |
| XYZ | 35.97 | 23.92 | 10.51 | - |
| YUV | 129.63 | 100.56 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 91 | 81 | 0 | 0.59 | 0.64 | 0.12 | 4.2 | 0.7 | 0.6 |
| Hex | E0 | 5B | 51 | 0 | 3B | 40 | C | 4 | 46 | 3C |
| Octal | 340 | 133 | 121 | 0 | 73 | 100 | 14 | 4 | 106 | 74 |
| Binary | 11100000 | 1011011 | 1010001 | 0 | 111011 | 1000000 | 1100 | 100 | 1000110 | 111100 |
Color Harmonies of #E05B51
Complementary color
Monochromatic Colors of #E05B51
Black with #E05B51
Text Example
Text Example
White with #E05B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05B51; }
p { color: rgb(224,91,81); }
H1.HeaderClassName
{
color: #E05B51;
}
.AnyTagClassName
{
color: #E05B51;
}
</style>
background-color css
<style>
a { background-color: #E05B51; }
a { background-color: rgb(224,91,81); }
div.DivClassName
{
background-color: #E05B51;
}
.BgClassName
{
background-color: #E05B51;
}
</style>
border-color css
<style>
span { border-color: #E05B51; }
span { border-color: rgb(224,91,81); }
td.TdClassName
{
border-color: #E05B51;
}
.TagClassName
{
border-color: #E05B51;
}
</style>