Shades of Flamingo #E55550
Tints of Flamingo #E55550
RGB
CMYK
RGB Variations
Color information
#E55550 (or 0xE55550) is known color: Flamingo. HEX triplet: E5, 55 and 50. RGB value is (229,85,80). Sum of RGB (Red+Green+Blue) = 229+85+80=394 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.12% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 229 - color contains mainly: red. Hex color #E55550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55550 is #1AAAAF. Grayscale: #7F7F7F. Windows color (decimal): -1747632 or 5264869. OLE color: 5264869.
HSL color Cylindrical-coordinate representation of color #E55550: hue angle of 2.01º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E55550 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 80 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.10 |
| HSL | 2.01º | 0.74% | 0.61% | - |
| HSV(B) | 2.01º | 0.65% | 0.9% | - |
| XYZ | 37.01 | 23.73 | 10.22 | - |
| YUV | 127.49 | 101.21 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 80 | 0 | 0.63 | 0.65 | 0.10 | 2.01 | 0.74 | 0.61 |
| Hex | E5 | 55 | 50 | 0 | 3F | 41 | A | 2 | 4A | 3D |
| Octal | 345 | 125 | 120 | 0 | 77 | 101 | 12 | 2 | 112 | 75 |
| Binary | 11100101 | 1010101 | 1010000 | 0 | 111111 | 1000001 | 1010 | 10 | 1001010 | 111101 |
Color Harmonies of #E55550
Complementary color
Monochromatic Colors of #E55550
Black with #E55550
Text Example
Text Example
White with #E55550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55550; }
p { color: rgb(229,85,80); }
H1.HeaderClassName
{
color: #E55550;
}
.AnyTagClassName
{
color: #E55550;
}
</style>
background-color css
<style>
a { background-color: #E55550; }
a { background-color: rgb(229,85,80); }
div.DivClassName
{
background-color: #E55550;
}
.BgClassName
{
background-color: #E55550;
}
</style>
border-color css
<style>
span { border-color: #E55550; }
span { border-color: rgb(229,85,80); }
td.TdClassName
{
border-color: #E55550;
}
.TagClassName
{
border-color: #E55550;
}
</style>