Shades of Flamingo #E36152
Tints of Flamingo #E36152
RGB
CMYK
RGB Variations
Color information
#E36152 (or 0xE36152) is known color: Flamingo. HEX triplet: E3, 61 and 52. RGB value is (227,97,82). Sum of RGB (Red+Green+Blue) = 227+97+82=406 (53% of max value = 765). Red value is 227 (89.06% from 255 or 55.91% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 227 - color contains mainly: red. Hex color #E36152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36152 is #1C9EAD. Grayscale: #868686. Windows color (decimal): -1875630 or 5399011. OLE color: 5399011.
HSL color Cylindrical-coordinate representation of color #E36152: hue angle of 6.21º 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 #E36152 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 97 | 82 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.11 |
| HSL | 6.21º | 0.72% | 0.61% | - |
| HSV(B) | 6.21º | 0.64% | 0.89% | - |
| XYZ | 37.48 | 25.49 | 10.93 | - |
| YUV | 134.16 | 98.57 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 97 | 82 | 0 | 0.57 | 0.64 | 0.11 | 6.21 | 0.72 | 0.61 |
| Hex | E3 | 61 | 52 | 0 | 39 | 40 | B | 6 | 48 | 3D |
| Octal | 343 | 141 | 122 | 0 | 71 | 100 | 13 | 6 | 110 | 75 |
| Binary | 11100011 | 1100001 | 1010010 | 0 | 111001 | 1000000 | 1011 | 110 | 1001000 | 111101 |
Color Harmonies of #E36152
Complementary color
Monochromatic Colors of #E36152
Black with #E36152
Text Example
Text Example
White with #E36152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36152; }
p { color: rgb(227,97,82); }
H1.HeaderClassName
{
color: #E36152;
}
.AnyTagClassName
{
color: #E36152;
}
</style>
background-color css
<style>
a { background-color: #E36152; }
a { background-color: rgb(227,97,82); }
div.DivClassName
{
background-color: #E36152;
}
.BgClassName
{
background-color: #E36152;
}
</style>
border-color css
<style>
span { border-color: #E36152; }
span { border-color: rgb(227,97,82); }
td.TdClassName
{
border-color: #E36152;
}
.TagClassName
{
border-color: #E36152;
}
</style>