Shades of Flamingo #E36355
Tints of Flamingo #E36355
RGB
CMYK
RGB Variations
Color information
#E36355 (or 0xE36355) is known color: Flamingo. HEX triplet: E3, 63 and 55. RGB value is (227,99,85). Sum of RGB (Red+Green+Blue) = 227+99+85=411 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.23% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 227 - color contains mainly: red. Hex color #E36355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36355 is #1C9CAA. Grayscale: #878787. Windows color (decimal): -1875115 or 5596131. OLE color: 5596131.
HSL color Cylindrical-coordinate representation of color #E36355: hue angle of 5.92º 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 #E36355 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 99 | 85 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.11 |
| HSL | 5.92º | 0.72% | 0.61% | - |
| HSV(B) | 5.92º | 0.63% | 0.89% | - |
| XYZ | 37.78 | 25.91 | 11.6 | - |
| YUV | 135.68 | 99.41 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 99 | 85 | 0 | 0.56 | 0.63 | 0.11 | 5.92 | 0.72 | 0.61 |
| Hex | E3 | 63 | 55 | 0 | 38 | 3F | B | 6 | 48 | 3D |
| Octal | 343 | 143 | 125 | 0 | 70 | 77 | 13 | 6 | 110 | 75 |
| Binary | 11100011 | 1100011 | 1010101 | 0 | 111000 | 111111 | 1011 | 110 | 1001000 | 111101 |
Color Harmonies of #E36355
Complementary color
Monochromatic Colors of #E36355
Black with #E36355
Text Example
Text Example
White with #E36355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36355; }
p { color: rgb(227,99,85); }
H1.HeaderClassName
{
color: #E36355;
}
.AnyTagClassName
{
color: #E36355;
}
</style>
background-color css
<style>
a { background-color: #E36355; }
a { background-color: rgb(227,99,85); }
div.DivClassName
{
background-color: #E36355;
}
.BgClassName
{
background-color: #E36355;
}
</style>
border-color css
<style>
span { border-color: #E36355; }
span { border-color: rgb(227,99,85); }
td.TdClassName
{
border-color: #E36355;
}
.TagClassName
{
border-color: #E36355;
}
</style>