Shades of Flamingo #E35C55
Tints of Flamingo #E35C55
RGB
CMYK
RGB Variations
Color information
#E35C55 (or 0xE35C55) is known color: Flamingo. HEX triplet: E3, 5C and 55. RGB value is (227,92,85). Sum of RGB (Red+Green+Blue) = 227+92+85=404 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.19% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35C55 is #1CA3AA. Grayscale: #838383. Windows color (decimal): -1876907 or 5594339. OLE color: 5594339.
HSL color Cylindrical-coordinate representation of color #E35C55: hue angle of 2.96º 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 #E35C55 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 92 | 85 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.11 |
| HSL | 2.96º | 0.72% | 0.61% | - |
| HSV(B) | 2.96º | 0.63% | 0.89% | - |
| XYZ | 37.15 | 24.64 | 11.39 | - |
| YUV | 131.57 | 101.73 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 92 | 85 | 0 | 0.59 | 0.63 | 0.11 | 2.96 | 0.72 | 0.61 |
| Hex | E3 | 5C | 55 | 0 | 3B | 3F | B | 3 | 48 | 3D |
| Octal | 343 | 134 | 125 | 0 | 73 | 77 | 13 | 3 | 110 | 75 |
| Binary | 11100011 | 1011100 | 1010101 | 0 | 111011 | 111111 | 1011 | 11 | 1001000 | 111101 |
Color Harmonies of #E35C55
Complementary color
Monochromatic Colors of #E35C55
Black with #E35C55
Text Example
Text Example
White with #E35C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35C55; }
p { color: rgb(227,92,85); }
H1.HeaderClassName
{
color: #E35C55;
}
.AnyTagClassName
{
color: #E35C55;
}
</style>
background-color css
<style>
a { background-color: #E35C55; }
a { background-color: rgb(227,92,85); }
div.DivClassName
{
background-color: #E35C55;
}
.BgClassName
{
background-color: #E35C55;
}
</style>
border-color css
<style>
span { border-color: #E35C55; }
span { border-color: rgb(227,92,85); }
td.TdClassName
{
border-color: #E35C55;
}
.TagClassName
{
border-color: #E35C55;
}
</style>