Shades of Flamingo #E55F46
Tints of Flamingo #E55F46
RGB
CMYK
RGB Variations
Color information
#E55F46 (or 0xE55F46) is known color: Flamingo. HEX triplet: E5, 5F and 46. RGB value is (229,95,70). Sum of RGB (Red+Green+Blue) = 229+95+70=394 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.12% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 70 (27.73% from 255 or 17.77% from 394); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55F46 is #1AA0B9. Grayscale: #848484. Windows color (decimal): -1745082 or 4612069. OLE color: 4612069.
HSL color Cylindrical-coordinate representation of color #E55F46: hue angle of 9.43º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E55F46 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 95 | 70 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.10 |
| HSL | 9.43º | 0.75% | 0.59% | - |
| HSV(B) | 9.43º | 0.69% | 0.9% | - |
| XYZ | 37.51 | 25.28 | 8.7 | - |
| YUV | 132.22 | 92.89 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 70 | 0 | 0.59 | 0.69 | 0.10 | 9.43 | 0.75 | 0.59 |
| Hex | E5 | 5F | 46 | 0 | 3B | 45 | A | 9 | 4B | 3B |
| Octal | 345 | 137 | 106 | 0 | 73 | 105 | 12 | 11 | 113 | 73 |
| Binary | 11100101 | 1011111 | 1000110 | 0 | 111011 | 1000101 | 1010 | 1001 | 1001011 | 111011 |
Color Harmonies of #E55F46
Complementary color
Monochromatic Colors of #E55F46
Black with #E55F46
Text Example
Text Example
White with #E55F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55F46; }
p { color: rgb(229,95,70); }
H1.HeaderClassName
{
color: #E55F46;
}
.AnyTagClassName
{
color: #E55F46;
}
</style>
background-color css
<style>
a { background-color: #E55F46; }
a { background-color: rgb(229,95,70); }
div.DivClassName
{
background-color: #E55F46;
}
.BgClassName
{
background-color: #E55F46;
}
</style>
border-color css
<style>
span { border-color: #E55F46; }
span { border-color: rgb(229,95,70); }
td.TdClassName
{
border-color: #E55F46;
}
.TagClassName
{
border-color: #E55F46;
}
</style>