Shades of Flamingo #E46852
Tints of Flamingo #E46852
RGB
CMYK
RGB Variations
Color information
#E46852 (or 0xE46852) is known color: Flamingo. HEX triplet: E4, 68 and 52. RGB value is (228,104,82). Sum of RGB (Red+Green+Blue) = 228+104+82=414 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.07% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 228 - color contains mainly: red. Hex color #E46852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46852 is #1B97AD. Grayscale: #8A8A8A. Windows color (decimal): -1808302 or 5400804. OLE color: 5400804.
HSL color Cylindrical-coordinate representation of color #E46852: hue angle of 9.04º degrees, saturation: 0.73, 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 #E46852 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 104 | 82 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.11 |
| HSL | 9.04º | 0.73% | 0.61% | - |
| HSV(B) | 9.04º | 0.64% | 0.89% | - |
| XYZ | 38.47 | 27 | 11.17 | - |
| YUV | 138.57 | 96.08 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 104 | 82 | 0 | 0.54 | 0.64 | 0.11 | 9.04 | 0.73 | 0.61 |
| Hex | E4 | 68 | 52 | 0 | 36 | 40 | B | 9 | 49 | 3D |
| Octal | 344 | 150 | 122 | 0 | 66 | 100 | 13 | 11 | 111 | 75 |
| Binary | 11100100 | 1101000 | 1010010 | 0 | 110110 | 1000000 | 1011 | 1001 | 1001001 | 111101 |
Color Harmonies of #E46852
Complementary color
Monochromatic Colors of #E46852
Black with #E46852
Text Example
Text Example
White with #E46852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46852; }
p { color: rgb(228,104,82); }
H1.HeaderClassName
{
color: #E46852;
}
.AnyTagClassName
{
color: #E46852;
}
</style>
background-color css
<style>
a { background-color: #E46852; }
a { background-color: rgb(228,104,82); }
div.DivClassName
{
background-color: #E46852;
}
.BgClassName
{
background-color: #E46852;
}
</style>
border-color css
<style>
span { border-color: #E46852; }
span { border-color: rgb(228,104,82); }
td.TdClassName
{
border-color: #E46852;
}
.TagClassName
{
border-color: #E46852;
}
</style>