Shades of Flamingo #E35F55
Tints of Flamingo #E35F55
RGB
CMYK
RGB Variations
Color information
#E35F55 (or 0xE35F55) is known color: Flamingo. HEX triplet: E3, 5F and 55. RGB value is (227,95,85). Sum of RGB (Red+Green+Blue) = 227+95+85=407 (53% of max value = 765). Red value is 227 (89.06% from 255 or 55.77% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 85 (33.59% from 255 or 20.88% from 407); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35F55 is #1CA0AA. Grayscale: #858585. Windows color (decimal): -1876139 or 5595107. OLE color: 5595107.
HSL color Cylindrical-coordinate representation of color #E35F55: hue angle of 4.23º 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 #E35F55 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 95 | 85 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.11 |
| HSL | 4.23º | 0.72% | 0.61% | - |
| HSV(B) | 4.23º | 0.63% | 0.89% | - |
| XYZ | 37.41 | 25.17 | 11.48 | - |
| YUV | 133.33 | 100.73 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 95 | 85 | 0 | 0.58 | 0.63 | 0.11 | 4.23 | 0.72 | 0.61 |
| Hex | E3 | 5F | 55 | 0 | 3A | 3F | B | 4 | 48 | 3D |
| Octal | 343 | 137 | 125 | 0 | 72 | 77 | 13 | 4 | 110 | 75 |
| Binary | 11100011 | 1011111 | 1010101 | 0 | 111010 | 111111 | 1011 | 100 | 1001000 | 111101 |
Color Harmonies of #E35F55
Complementary color
Monochromatic Colors of #E35F55
Black with #E35F55
Text Example
Text Example
White with #E35F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35F55; }
p { color: rgb(227,95,85); }
H1.HeaderClassName
{
color: #E35F55;
}
.AnyTagClassName
{
color: #E35F55;
}
</style>
background-color css
<style>
a { background-color: #E35F55; }
a { background-color: rgb(227,95,85); }
div.DivClassName
{
background-color: #E35F55;
}
.BgClassName
{
background-color: #E35F55;
}
</style>
border-color css
<style>
span { border-color: #E35F55; }
span { border-color: rgb(227,95,85); }
td.TdClassName
{
border-color: #E35F55;
}
.TagClassName
{
border-color: #E35F55;
}
</style>