Shades of Flamingo #E35955
Tints of Flamingo #E35955
RGB
CMYK
RGB Variations
Color information
#E35955 (or 0xE35955) is known color: Flamingo. HEX triplet: E3, 59 and 55. RGB value is (227,89,85). Sum of RGB (Red+Green+Blue) = 227+89+85=401 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.61% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 227 - color contains mainly: red. Hex color #E35955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35955 is #1CA6AA. Grayscale: #818181. Windows color (decimal): -1877675 or 5593571. OLE color: 5593571.
HSL color Cylindrical-coordinate representation of color #E35955: hue angle of 1.69º 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 #E35955 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 89 | 85 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.11 |
| HSL | 1.69º | 0.72% | 0.61% | - |
| HSV(B) | 1.69º | 0.63% | 0.89% | - |
| XYZ | 36.89 | 24.13 | 11.31 | - |
| YUV | 129.81 | 102.72 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 89 | 85 | 0 | 0.61 | 0.63 | 0.11 | 1.69 | 0.72 | 0.61 |
| Hex | E3 | 59 | 55 | 0 | 3D | 3F | B | 2 | 48 | 3D |
| Octal | 343 | 131 | 125 | 0 | 75 | 77 | 13 | 2 | 110 | 75 |
| Binary | 11100011 | 1011001 | 1010101 | 0 | 111101 | 111111 | 1011 | 10 | 1001000 | 111101 |
Color Harmonies of #E35955
Complementary color
Monochromatic Colors of #E35955
Black with #E35955
Text Example
Text Example
White with #E35955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35955; }
p { color: rgb(227,89,85); }
H1.HeaderClassName
{
color: #E35955;
}
.AnyTagClassName
{
color: #E35955;
}
</style>
background-color css
<style>
a { background-color: #E35955; }
a { background-color: rgb(227,89,85); }
div.DivClassName
{
background-color: #E35955;
}
.BgClassName
{
background-color: #E35955;
}
</style>
border-color css
<style>
span { border-color: #E35955; }
span { border-color: rgb(227,89,85); }
td.TdClassName
{
border-color: #E35955;
}
.TagClassName
{
border-color: #E35955;
}
</style>