Shades of Flamingo #E36652
Tints of Flamingo #E36652
RGB
CMYK
RGB Variations
Color information
#E36652 (or 0xE36652) is known color: Flamingo. HEX triplet: E3, 66 and 52. RGB value is (227,102,82). Sum of RGB (Red+Green+Blue) = 227+102+82=411 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.23% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 227 - color contains mainly: red. Hex color #E36652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36652 is #1C99AD. Grayscale: #898989. Windows color (decimal): -1874350 or 5400291. OLE color: 5400291.
HSL color Cylindrical-coordinate representation of color #E36652: hue angle of 8.28º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E36652 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 102 | 82 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.11 |
| HSL | 8.28º | 0.72% | 0.61% | - |
| HSV(B) | 8.28º | 0.64% | 0.89% | - |
| XYZ | 37.95 | 26.44 | 11.09 | - |
| YUV | 137.1 | 96.91 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 102 | 82 | 0 | 0.55 | 0.64 | 0.11 | 8.28 | 0.72 | 0.61 |
| Hex | E3 | 66 | 52 | 0 | 37 | 40 | B | 8 | 48 | 3D |
| Octal | 343 | 146 | 122 | 0 | 67 | 100 | 13 | 10 | 110 | 75 |
| Binary | 11100011 | 1100110 | 1010010 | 0 | 110111 | 1000000 | 1011 | 1000 | 1001000 | 111101 |
Color Harmonies of #E36652
Complementary color
Monochromatic Colors of #E36652
Black with #E36652
Text Example
Text Example
White with #E36652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36652; }
p { color: rgb(227,102,82); }
H1.HeaderClassName
{
color: #E36652;
}
.AnyTagClassName
{
color: #E36652;
}
</style>
background-color css
<style>
a { background-color: #E36652; }
a { background-color: rgb(227,102,82); }
div.DivClassName
{
background-color: #E36652;
}
.BgClassName
{
background-color: #E36652;
}
</style>
border-color css
<style>
span { border-color: #E36652; }
span { border-color: rgb(227,102,82); }
td.TdClassName
{
border-color: #E36652;
}
.TagClassName
{
border-color: #E36652;
}
</style>