Shades of Flamingo #E06448
Tints of Flamingo #E06448
RGB
CMYK
RGB Variations
Color information
#E06448 (or 0xE06448) is known color: Flamingo. HEX triplet: E0, 64 and 48. RGB value is (224,100,72). Sum of RGB (Red+Green+Blue) = 224+100+72=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E06448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06448 is #1F9BB7. Grayscale: #868686. Windows color (decimal): -2071480 or 4744416. OLE color: 4744416.
HSL color Cylindrical-coordinate representation of color #E06448: hue angle of 11.05º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E06448 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 100 | 72 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.12 |
| HSL | 11.05º | 0.71% | 0.58% | - |
| HSV(B) | 11.05º | 0.68% | 0.88% | - |
| XYZ | 36.47 | 25.43 | 9.12 | - |
| YUV | 133.88 | 93.08 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 100 | 72 | 0 | 0.55 | 0.68 | 0.12 | 11.05 | 0.71 | 0.58 |
| Hex | E0 | 64 | 48 | 0 | 37 | 44 | C | B | 47 | 3A |
| Octal | 340 | 144 | 110 | 0 | 67 | 104 | 14 | 13 | 107 | 72 |
| Binary | 11100000 | 1100100 | 1001000 | 0 | 110111 | 1000100 | 1100 | 1011 | 1000111 | 111010 |
Color Harmonies of #E06448
Complementary color
Monochromatic Colors of #E06448
Black with #E06448
Text Example
Text Example
White with #E06448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06448; }
p { color: rgb(224,100,72); }
H1.HeaderClassName
{
color: #E06448;
}
.AnyTagClassName
{
color: #E06448;
}
</style>
background-color css
<style>
a { background-color: #E06448; }
a { background-color: rgb(224,100,72); }
div.DivClassName
{
background-color: #E06448;
}
.BgClassName
{
background-color: #E06448;
}
</style>
border-color css
<style>
span { border-color: #E06448; }
span { border-color: rgb(224,100,72); }
td.TdClassName
{
border-color: #E06448;
}
.TagClassName
{
border-color: #E06448;
}
</style>