Shades of Flamingo #E36352
Tints of Flamingo #E36352
RGB
CMYK
RGB Variations
Color information
#E36352 (or 0xE36352) is known color: Flamingo. HEX triplet: E3, 63 and 52. RGB value is (227,99,82). Sum of RGB (Red+Green+Blue) = 227+99+82=408 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.64% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 227 - color contains mainly: red. Hex color #E36352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36352 is #1C9CAD. Grayscale: #878787. Windows color (decimal): -1875118 or 5399523. OLE color: 5399523.
HSL color Cylindrical-coordinate representation of color #E36352: hue angle of 7.03º 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 #E36352 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 99 | 82 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.11 |
| HSL | 7.03º | 0.72% | 0.61% | - |
| HSV(B) | 7.03º | 0.64% | 0.89% | - |
| XYZ | 37.66 | 25.86 | 10.99 | - |
| YUV | 135.33 | 97.91 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 99 | 82 | 0 | 0.56 | 0.64 | 0.11 | 7.03 | 0.72 | 0.61 |
| Hex | E3 | 63 | 52 | 0 | 38 | 40 | B | 7 | 48 | 3D |
| Octal | 343 | 143 | 122 | 0 | 70 | 100 | 13 | 7 | 110 | 75 |
| Binary | 11100011 | 1100011 | 1010010 | 0 | 111000 | 1000000 | 1011 | 111 | 1001000 | 111101 |
Color Harmonies of #E36352
Complementary color
Monochromatic Colors of #E36352
Black with #E36352
Text Example
Text Example
White with #E36352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36352; }
p { color: rgb(227,99,82); }
H1.HeaderClassName
{
color: #E36352;
}
.AnyTagClassName
{
color: #E36352;
}
</style>
background-color css
<style>
a { background-color: #E36352; }
a { background-color: rgb(227,99,82); }
div.DivClassName
{
background-color: #E36352;
}
.BgClassName
{
background-color: #E36352;
}
</style>
border-color css
<style>
span { border-color: #E36352; }
span { border-color: rgb(227,99,82); }
td.TdClassName
{
border-color: #E36352;
}
.TagClassName
{
border-color: #E36352;
}
</style>