Shades of Flamingo #E35E55
Tints of Flamingo #E35E55
RGB
CMYK
RGB Variations
Color information
#E35E55 (or 0xE35E55) is known color: Flamingo. HEX triplet: E3, 5E and 55. RGB value is (227,94,85). Sum of RGB (Red+Green+Blue) = 227+94+85=406 (53% of max value = 765). Red value is 227 (89.06% from 255 or 55.91% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 227 - color contains mainly: red. Hex color #E35E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35E55 is #1CA1AA. Grayscale: #848484. Windows color (decimal): -1876395 or 5594851. OLE color: 5594851.
HSL color Cylindrical-coordinate representation of color #E35E55: hue angle of 3.8º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E35E55 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 94 | 85 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.11 |
| HSL | 3.8º | 0.72% | 0.61% | - |
| HSV(B) | 3.8º | 0.63% | 0.89% | - |
| XYZ | 37.32 | 24.99 | 11.45 | - |
| YUV | 132.74 | 101.06 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 94 | 85 | 0 | 0.59 | 0.63 | 0.11 | 3.8 | 0.72 | 0.61 |
| Hex | E3 | 5E | 55 | 0 | 3B | 3F | B | 4 | 48 | 3D |
| Octal | 343 | 136 | 125 | 0 | 73 | 77 | 13 | 4 | 110 | 75 |
| Binary | 11100011 | 1011110 | 1010101 | 0 | 111011 | 111111 | 1011 | 100 | 1001000 | 111101 |
Color Harmonies of #E35E55
Complementary color
Monochromatic Colors of #E35E55
Black with #E35E55
Text Example
Text Example
White with #E35E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35E55; }
p { color: rgb(227,94,85); }
H1.HeaderClassName
{
color: #E35E55;
}
.AnyTagClassName
{
color: #E35E55;
}
</style>
background-color css
<style>
a { background-color: #E35E55; }
a { background-color: rgb(227,94,85); }
div.DivClassName
{
background-color: #E35E55;
}
.BgClassName
{
background-color: #E35E55;
}
</style>
border-color css
<style>
span { border-color: #E35E55; }
span { border-color: rgb(227,94,85); }
td.TdClassName
{
border-color: #E35E55;
}
.TagClassName
{
border-color: #E35E55;
}
</style>