Shades of Flamingo #E55E4F
Tints of Flamingo #E55E4F
RGB
CMYK
RGB Variations
Color information
#E55E4F (or 0xE55E4F) is known color: Flamingo. HEX triplet: E5, 5E and 4F. RGB value is (229,94,79). Sum of RGB (Red+Green+Blue) = 229+94+79=402 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.97% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 79 (31.25% from 255 or 19.65% from 402); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55E4F is #1AA1B0. Grayscale: #848484. Windows color (decimal): -1745329 or 5201637. OLE color: 5201637.
HSL color Cylindrical-coordinate representation of color #E55E4F: hue angle of 6º degrees, saturation: 0.74, 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 #E55E4F is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 94 | 79 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.10 |
| HSL | 6º | 0.74% | 0.6% | - |
| HSV(B) | 6º | 0.66% | 0.9% | - |
| XYZ | 37.73 | 25.23 | 10.28 | - |
| YUV | 132.66 | 97.73 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 94 | 79 | 0 | 0.59 | 0.66 | 0.10 | 6 | 0.74 | 0.6 |
| Hex | E5 | 5E | 4F | 0 | 3B | 42 | A | 6 | 4A | 3C |
| Octal | 345 | 136 | 117 | 0 | 73 | 102 | 12 | 6 | 112 | 74 |
| Binary | 11100101 | 1011110 | 1001111 | 0 | 111011 | 1000010 | 1010 | 110 | 1001010 | 111100 |
Color Harmonies of #E55E4F
Complementary color
Monochromatic Colors of #E55E4F
Black with #E55E4F
Text Example
Text Example
White with #E55E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55E4F; }
p { color: rgb(229,94,79); }
H1.HeaderClassName
{
color: #E55E4F;
}
.AnyTagClassName
{
color: #E55E4F;
}
</style>
background-color css
<style>
a { background-color: #E55E4F; }
a { background-color: rgb(229,94,79); }
div.DivClassName
{
background-color: #E55E4F;
}
.BgClassName
{
background-color: #E55E4F;
}
</style>
border-color css
<style>
span { border-color: #E55E4F; }
span { border-color: rgb(229,94,79); }
td.TdClassName
{
border-color: #E55E4F;
}
.TagClassName
{
border-color: #E55E4F;
}
</style>