Shades of Flamingo #E36358
Tints of Flamingo #E36358
RGB
CMYK
RGB Variations
Color information
#E36358 (or 0xE36358) is known color: Flamingo. HEX triplet: E3, 63 and 58. RGB value is (227,99,88). Sum of RGB (Red+Green+Blue) = 227+99+88=414 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.83% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 227 - color contains mainly: red. Hex color #E36358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36358 is #1C9CA7. Grayscale: #888888. Windows color (decimal): -1875112 or 5792739. OLE color: 5792739.
HSL color Cylindrical-coordinate representation of color #E36358: hue angle of 4.75º 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 #E36358 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 99 | 88 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.11 |
| HSL | 4.75º | 0.71% | 0.62% | - |
| HSV(B) | 4.75º | 0.61% | 0.89% | - |
| XYZ | 37.9 | 25.96 | 12.25 | - |
| YUV | 136.02 | 100.91 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 99 | 88 | 0 | 0.56 | 0.61 | 0.11 | 4.75 | 0.71 | 0.62 |
| Hex | E3 | 63 | 58 | 0 | 38 | 3D | B | 5 | 47 | 3E |
| Octal | 343 | 143 | 130 | 0 | 70 | 75 | 13 | 5 | 107 | 76 |
| Binary | 11100011 | 1100011 | 1011000 | 0 | 111000 | 111101 | 1011 | 101 | 1000111 | 111110 |
Color Harmonies of #E36358
Complementary color
Monochromatic Colors of #E36358
Black with #E36358
Text Example
Text Example
White with #E36358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36358; }
p { color: rgb(227,99,88); }
H1.HeaderClassName
{
color: #E36358;
}
.AnyTagClassName
{
color: #E36358;
}
</style>
background-color css
<style>
a { background-color: #E36358; }
a { background-color: rgb(227,99,88); }
div.DivClassName
{
background-color: #E36358;
}
.BgClassName
{
background-color: #E36358;
}
</style>
border-color css
<style>
span { border-color: #E36358; }
span { border-color: rgb(227,99,88); }
td.TdClassName
{
border-color: #E36358;
}
.TagClassName
{
border-color: #E36358;
}
</style>