Shades of Flamingo #E55B3D
Tints of Flamingo #E55B3D
RGB
CMYK
RGB Variations
Color information
#E55B3D (or 0xE55B3D) is known color: Flamingo. HEX triplet: E5, 5B and 3D. RGB value is (229,91,61). Sum of RGB (Red+Green+Blue) = 229+91+61=381 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.10% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 229 - color contains mainly: red. Hex color #E55B3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55B3D is #1AA4C2. Grayscale: #818181. Windows color (decimal): -1746115 or 4021221. OLE color: 4021221.
HSL color Cylindrical-coordinate representation of color #E55B3D: hue angle of 10.71º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E55B3D is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 91 | 61 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.10 |
| HSL | 10.71º | 0.76% | 0.57% | - |
| HSV(B) | 10.71º | 0.73% | 0.9% | - |
| XYZ | 36.9 | 24.48 | 7.19 | - |
| YUV | 128.84 | 89.72 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 91 | 61 | 0 | 0.60 | 0.73 | 0.10 | 10.71 | 0.76 | 0.57 |
| Hex | E5 | 5B | 3D | 0 | 3C | 49 | A | B | 4C | 39 |
| Octal | 345 | 133 | 75 | 0 | 74 | 111 | 12 | 13 | 114 | 71 |
| Binary | 11100101 | 1011011 | 111101 | 0 | 111100 | 1001001 | 1010 | 1011 | 1001100 | 111001 |
Color Harmonies of #E55B3D
Complementary color
Monochromatic Colors of #E55B3D
Black with #E55B3D
Text Example
Text Example
White with #E55B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55B3D; }
p { color: rgb(229,91,61); }
H1.HeaderClassName
{
color: #E55B3D;
}
.AnyTagClassName
{
color: #E55B3D;
}
</style>
background-color css
<style>
a { background-color: #E55B3D; }
a { background-color: rgb(229,91,61); }
div.DivClassName
{
background-color: #E55B3D;
}
.BgClassName
{
background-color: #E55B3D;
}
</style>
border-color css
<style>
span { border-color: #E55B3D; }
span { border-color: rgb(229,91,61); }
td.TdClassName
{
border-color: #E55B3D;
}
.TagClassName
{
border-color: #E55B3D;
}
</style>