Shades of Flamingo #E06B51
Tints of Flamingo #E06B51
RGB
CMYK
RGB Variations
Color information
#E06B51 (or 0xE06B51) is known color: Flamingo. HEX triplet: E0, 6B and 51. RGB value is (224,107,81). Sum of RGB (Red+Green+Blue) = 224+107+81=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 81 (32.03% from 255 or 19.66% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06B51 is #1F94AE. Grayscale: #8B8B8B. Windows color (decimal): -2069679 or 5336032. OLE color: 5336032.
HSL color Cylindrical-coordinate representation of color #E06B51: hue angle of 10.91º 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 #E06B51 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 81 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.12 |
| HSL | 10.91º | 0.7% | 0.6% | - |
| HSV(B) | 10.91º | 0.64% | 0.88% | - |
| XYZ | 37.48 | 26.96 | 11.01 | - |
| YUV | 139.02 | 95.26 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 81 | 0 | 0.52 | 0.64 | 0.12 | 10.91 | 0.7 | 0.6 |
| Hex | E0 | 6B | 51 | 0 | 34 | 40 | C | B | 46 | 3C |
| Octal | 340 | 153 | 121 | 0 | 64 | 100 | 14 | 13 | 106 | 74 |
| Binary | 11100000 | 1101011 | 1010001 | 0 | 110100 | 1000000 | 1100 | 1011 | 1000110 | 111100 |
Color Harmonies of #E06B51
Complementary color
Monochromatic Colors of #E06B51
Black with #E06B51
Text Example
Text Example
White with #E06B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06B51; }
p { color: rgb(224,107,81); }
H1.HeaderClassName
{
color: #E06B51;
}
.AnyTagClassName
{
color: #E06B51;
}
</style>
background-color css
<style>
a { background-color: #E06B51; }
a { background-color: rgb(224,107,81); }
div.DivClassName
{
background-color: #E06B51;
}
.BgClassName
{
background-color: #E06B51;
}
</style>
border-color css
<style>
span { border-color: #E06B51; }
span { border-color: rgb(224,107,81); }
td.TdClassName
{
border-color: #E06B51;
}
.TagClassName
{
border-color: #E06B51;
}
</style>