Shades of Flamingo #E46652
Tints of Flamingo #E46652
RGB
CMYK
RGB Variations
Color information
#E46652 (or 0xE46652) is known color: Flamingo. HEX triplet: E4, 66 and 52. RGB value is (228,102,82). Sum of RGB (Red+Green+Blue) = 228+102+82=412 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.34% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 228 - color contains mainly: red. Hex color #E46652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46652 is #1B99AD. Grayscale: #898989. Windows color (decimal): -1808814 or 5400292. OLE color: 5400292.
HSL color Cylindrical-coordinate representation of color #E46652: hue angle of 8.22º 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 #E46652 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 102 | 82 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.11 |
| HSL | 8.22º | 0.73% | 0.61% | - |
| HSV(B) | 8.22º | 0.64% | 0.89% | - |
| XYZ | 38.27 | 26.61 | 11.1 | - |
| YUV | 137.39 | 96.74 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 102 | 82 | 0 | 0.55 | 0.64 | 0.11 | 8.22 | 0.73 | 0.61 |
| Hex | E4 | 66 | 52 | 0 | 37 | 40 | B | 8 | 49 | 3D |
| Octal | 344 | 146 | 122 | 0 | 67 | 100 | 13 | 10 | 111 | 75 |
| Binary | 11100100 | 1100110 | 1010010 | 0 | 110111 | 1000000 | 1011 | 1000 | 1001001 | 111101 |
Color Harmonies of #E46652
Complementary color
Monochromatic Colors of #E46652
Black with #E46652
Text Example
Text Example
White with #E46652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46652; }
p { color: rgb(228,102,82); }
H1.HeaderClassName
{
color: #E46652;
}
.AnyTagClassName
{
color: #E46652;
}
</style>
background-color css
<style>
a { background-color: #E46652; }
a { background-color: rgb(228,102,82); }
div.DivClassName
{
background-color: #E46652;
}
.BgClassName
{
background-color: #E46652;
}
</style>
border-color css
<style>
span { border-color: #E46652; }
span { border-color: rgb(228,102,82); }
td.TdClassName
{
border-color: #E46652;
}
.TagClassName
{
border-color: #E46652;
}
</style>