Shades of Flamingo #E06051
Tints of Flamingo #E06051
RGB
CMYK
RGB Variations
Color information
#E06051 (or 0xE06051) is known color: Flamingo. HEX triplet: E0, 60 and 51. RGB value is (224,96,81). Sum of RGB (Red+Green+Blue) = 224+96+81=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E06051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06051 is #1F9FAE. Grayscale: #848484. Windows color (decimal): -2072495 or 5333216. OLE color: 5333216.
HSL color Cylindrical-coordinate representation of color #E06051: hue angle of 6.29º 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 #E06051 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 96 | 81 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.12 |
| HSL | 6.29º | 0.7% | 0.6% | - |
| HSV(B) | 6.29º | 0.64% | 0.88% | - |
| XYZ | 36.41 | 24.81 | 10.65 | - |
| YUV | 132.56 | 98.91 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 96 | 81 | 0 | 0.57 | 0.64 | 0.12 | 6.29 | 0.7 | 0.6 |
| Hex | E0 | 60 | 51 | 0 | 39 | 40 | C | 6 | 46 | 3C |
| Octal | 340 | 140 | 121 | 0 | 71 | 100 | 14 | 6 | 106 | 74 |
| Binary | 11100000 | 1100000 | 1010001 | 0 | 111001 | 1000000 | 1100 | 110 | 1000110 | 111100 |
Color Harmonies of #E06051
Complementary color
Monochromatic Colors of #E06051
Black with #E06051
Text Example
Text Example
White with #E06051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06051; }
p { color: rgb(224,96,81); }
H1.HeaderClassName
{
color: #E06051;
}
.AnyTagClassName
{
color: #E06051;
}
</style>
background-color css
<style>
a { background-color: #E06051; }
a { background-color: rgb(224,96,81); }
div.DivClassName
{
background-color: #E06051;
}
.BgClassName
{
background-color: #E06051;
}
</style>
border-color css
<style>
span { border-color: #E06051; }
span { border-color: rgb(224,96,81); }
td.TdClassName
{
border-color: #E06051;
}
.TagClassName
{
border-color: #E06051;
}
</style>