Shades of Flamingo #E06450
Tints of Flamingo #E06450
RGB
CMYK
RGB Variations
Color information
#E06450 (or 0xE06450) is known color: Flamingo. HEX triplet: E0, 64 and 50. RGB value is (224,100,80). Sum of RGB (Red+Green+Blue) = 224+100+80=404 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.45% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 224 - color contains mainly: red. Hex color #E06450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06450 is #1F9BAF. Grayscale: #878787. Windows color (decimal): -2071472 or 5268704. OLE color: 5268704.
HSL color Cylindrical-coordinate representation of color #E06450: hue angle of 8.33º 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 #E06450 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 100 | 80 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.12 |
| HSL | 8.33º | 0.7% | 0.6% | - |
| HSV(B) | 8.33º | 0.64% | 0.88% | - |
| XYZ | 36.75 | 25.54 | 10.58 | - |
| YUV | 134.8 | 97.08 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 100 | 80 | 0 | 0.55 | 0.64 | 0.12 | 8.33 | 0.7 | 0.6 |
| Hex | E0 | 64 | 50 | 0 | 37 | 40 | C | 8 | 46 | 3C |
| Octal | 340 | 144 | 120 | 0 | 67 | 100 | 14 | 10 | 106 | 74 |
| Binary | 11100000 | 1100100 | 1010000 | 0 | 110111 | 1000000 | 1100 | 1000 | 1000110 | 111100 |
Color Harmonies of #E06450
Complementary color
Monochromatic Colors of #E06450
Black with #E06450
Text Example
Text Example
White with #E06450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06450; }
p { color: rgb(224,100,80); }
H1.HeaderClassName
{
color: #E06450;
}
.AnyTagClassName
{
color: #E06450;
}
</style>
background-color css
<style>
a { background-color: #E06450; }
a { background-color: rgb(224,100,80); }
div.DivClassName
{
background-color: #E06450;
}
.BgClassName
{
background-color: #E06450;
}
</style>
border-color css
<style>
span { border-color: #E06450; }
span { border-color: rgb(224,100,80); }
td.TdClassName
{
border-color: #E06450;
}
.TagClassName
{
border-color: #E06450;
}
</style>