Shades of Flamingo #E36655
Tints of Flamingo #E36655
RGB
CMYK
RGB Variations
Color information
#E36655 (or 0xE36655) is known color: Flamingo. HEX triplet: E3, 66 and 55. RGB value is (227,102,85). Sum of RGB (Red+Green+Blue) = 227+102+85=414 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.83% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 227 - color contains mainly: red. Hex color #E36655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36655 is #1C99AA. Grayscale: #898989. Windows color (decimal): -1874347 or 5596899. OLE color: 5596899.
HSL color Cylindrical-coordinate representation of color #E36655: hue angle of 7.18º 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 #E36655 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 102 | 85 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.11 |
| HSL | 7.18º | 0.72% | 0.61% | - |
| HSV(B) | 7.18º | 0.63% | 0.89% | - |
| XYZ | 38.07 | 26.49 | 11.7 | - |
| YUV | 137.44 | 98.41 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 102 | 85 | 0 | 0.55 | 0.63 | 0.11 | 7.18 | 0.72 | 0.61 |
| Hex | E3 | 66 | 55 | 0 | 37 | 3F | B | 7 | 48 | 3D |
| Octal | 343 | 146 | 125 | 0 | 67 | 77 | 13 | 7 | 110 | 75 |
| Binary | 11100011 | 1100110 | 1010101 | 0 | 110111 | 111111 | 1011 | 111 | 1001000 | 111101 |
Color Harmonies of #E36655
Complementary color
Monochromatic Colors of #E36655
Black with #E36655
Text Example
Text Example
White with #E36655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36655; }
p { color: rgb(227,102,85); }
H1.HeaderClassName
{
color: #E36655;
}
.AnyTagClassName
{
color: #E36655;
}
</style>
background-color css
<style>
a { background-color: #E36655; }
a { background-color: rgb(227,102,85); }
div.DivClassName
{
background-color: #E36655;
}
.BgClassName
{
background-color: #E36655;
}
</style>
border-color css
<style>
span { border-color: #E36655; }
span { border-color: rgb(227,102,85); }
td.TdClassName
{
border-color: #E36655;
}
.TagClassName
{
border-color: #E36655;
}
</style>