Shades of Flamingo #E55F4D
Tints of Flamingo #E55F4D
RGB
CMYK
RGB Variations
Color information
#E55F4D (or 0xE55F4D) is known color: Flamingo. HEX triplet: E5, 5F and 4D. RGB value is (229,95,77). Sum of RGB (Red+Green+Blue) = 229+95+77=401 (53% of max value = 765). Red value is 229 (89.84% from 255 or 57.11% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55F4D is #1AA0B2. Grayscale: #858585. Windows color (decimal): -1745075 or 5070821. OLE color: 5070821.
HSL color Cylindrical-coordinate representation of color #E55F4D: hue angle of 7.11º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E55F4D is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 95 | 77 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.10 |
| HSL | 7.11º | 0.75% | 0.6% | - |
| HSV(B) | 7.11º | 0.66% | 0.9% | - |
| XYZ | 37.74 | 25.38 | 9.93 | - |
| YUV | 133.01 | 96.39 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 77 | 0 | 0.59 | 0.66 | 0.10 | 7.11 | 0.75 | 0.6 |
| Hex | E5 | 5F | 4D | 0 | 3B | 42 | A | 7 | 4B | 3C |
| Octal | 345 | 137 | 115 | 0 | 73 | 102 | 12 | 7 | 113 | 74 |
| Binary | 11100101 | 1011111 | 1001101 | 0 | 111011 | 1000010 | 1010 | 111 | 1001011 | 111100 |
Color Harmonies of #E55F4D
Complementary color
Monochromatic Colors of #E55F4D
Black with #E55F4D
Text Example
Text Example
White with #E55F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55F4D; }
p { color: rgb(229,95,77); }
H1.HeaderClassName
{
color: #E55F4D;
}
.AnyTagClassName
{
color: #E55F4D;
}
</style>
background-color css
<style>
a { background-color: #E55F4D; }
a { background-color: rgb(229,95,77); }
div.DivClassName
{
background-color: #E55F4D;
}
.BgClassName
{
background-color: #E55F4D;
}
</style>
border-color css
<style>
span { border-color: #E55F4D; }
span { border-color: rgb(229,95,77); }
td.TdClassName
{
border-color: #E55F4D;
}
.TagClassName
{
border-color: #E55F4D;
}
</style>