Shades of Flamingo #E36158
Tints of Flamingo #E36158
RGB
CMYK
RGB Variations
Color information
#E36158 (or 0xE36158) is known color: Flamingo. HEX triplet: E3, 61 and 58. RGB value is (227,97,88). Sum of RGB (Red+Green+Blue) = 227+97+88=412 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.10% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 88 (34.77% from 255 or 21.36% from 412); Max value from RGB is 227 - color contains mainly: red. Hex color #E36158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36158 is #1C9EA7. Grayscale: #878787. Windows color (decimal): -1875624 or 5792227. OLE color: 5792227.
HSL color Cylindrical-coordinate representation of color #E36158: hue angle of 3.88º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E36158 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 97 | 88 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.11 |
| HSL | 3.88º | 0.71% | 0.62% | - |
| HSV(B) | 3.88º | 0.61% | 0.89% | - |
| XYZ | 37.71 | 25.58 | 12.18 | - |
| YUV | 134.84 | 101.57 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 97 | 88 | 0 | 0.57 | 0.61 | 0.11 | 3.88 | 0.71 | 0.62 |
| Hex | E3 | 61 | 58 | 0 | 39 | 3D | B | 4 | 47 | 3E |
| Octal | 343 | 141 | 130 | 0 | 71 | 75 | 13 | 4 | 107 | 76 |
| Binary | 11100011 | 1100001 | 1011000 | 0 | 111001 | 111101 | 1011 | 100 | 1000111 | 111110 |
Color Harmonies of #E36158
Complementary color
Monochromatic Colors of #E36158
Black with #E36158
Text Example
Text Example
White with #E36158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36158; }
p { color: rgb(227,97,88); }
H1.HeaderClassName
{
color: #E36158;
}
.AnyTagClassName
{
color: #E36158;
}
</style>
background-color css
<style>
a { background-color: #E36158; }
a { background-color: rgb(227,97,88); }
div.DivClassName
{
background-color: #E36158;
}
.BgClassName
{
background-color: #E36158;
}
</style>
border-color css
<style>
span { border-color: #E36158; }
span { border-color: rgb(227,97,88); }
td.TdClassName
{
border-color: #E36158;
}
.TagClassName
{
border-color: #E36158;
}
</style>