Shades of Flamingo #E36B54
Tints of Flamingo #E36B54
RGB
CMYK
RGB Variations
Color information
#E36B54 (or 0xE36B54) is known color: Flamingo. HEX triplet: E3, 6B and 54. RGB value is (227,107,84). Sum of RGB (Red+Green+Blue) = 227+107+84=418 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.31% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 84 (33.20% from 255 or 20.10% from 418); Max value from RGB is 227 - color contains mainly: red. Hex color #E36B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36B54 is #1C94AB. Grayscale: #8C8C8C. Windows color (decimal): -1873068 or 5532643. OLE color: 5532643.
HSL color Cylindrical-coordinate representation of color #E36B54: hue angle of 9.65º 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 #E36B54 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 107 | 84 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.11 |
| HSL | 9.65º | 0.72% | 0.61% | - |
| HSV(B) | 9.65º | 0.63% | 0.89% | - |
| XYZ | 38.54 | 27.49 | 11.66 | - |
| YUV | 140.26 | 96.26 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 107 | 84 | 0 | 0.53 | 0.63 | 0.11 | 9.65 | 0.72 | 0.61 |
| Hex | E3 | 6B | 54 | 0 | 35 | 3F | B | A | 48 | 3D |
| Octal | 343 | 153 | 124 | 0 | 65 | 77 | 13 | 12 | 110 | 75 |
| Binary | 11100011 | 1101011 | 1010100 | 0 | 110101 | 111111 | 1011 | 1010 | 1001000 | 111101 |
Color Harmonies of #E36B54
Complementary color
Monochromatic Colors of #E36B54
Black with #E36B54
Text Example
Text Example
White with #E36B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36B54; }
p { color: rgb(227,107,84); }
H1.HeaderClassName
{
color: #E36B54;
}
.AnyTagClassName
{
color: #E36B54;
}
</style>
background-color css
<style>
a { background-color: #E36B54; }
a { background-color: rgb(227,107,84); }
div.DivClassName
{
background-color: #E36B54;
}
.BgClassName
{
background-color: #E36B54;
}
</style>
border-color css
<style>
span { border-color: #E36B54; }
span { border-color: rgb(227,107,84); }
td.TdClassName
{
border-color: #E36B54;
}
.TagClassName
{
border-color: #E36B54;
}
</style>