Shades of Flamingo #E46B4D
Tints of Flamingo #E46B4D
RGB
CMYK
RGB Variations
Color information
#E46B4D (or 0xE46B4D) is known color: Flamingo. HEX triplet: E4, 6B and 4D. RGB value is (228,107,77). Sum of RGB (Red+Green+Blue) = 228+107+77=412 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.34% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 228 - color contains mainly: red. Hex color #E46B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46B4D is #1B94B2. Grayscale: #8B8B8B. Windows color (decimal): -1807539 or 5073892. OLE color: 5073892.
HSL color Cylindrical-coordinate representation of color #E46B4D: hue angle of 11.92º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E46B4D is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 107 | 77 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.11 |
| HSL | 11.92º | 0.74% | 0.6% | - |
| HSV(B) | 11.92º | 0.66% | 0.89% | - |
| XYZ | 38.59 | 27.55 | 10.3 | - |
| YUV | 139.76 | 92.59 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 107 | 77 | 0 | 0.53 | 0.66 | 0.11 | 11.92 | 0.74 | 0.6 |
| Hex | E4 | 6B | 4D | 0 | 35 | 42 | B | C | 4A | 3C |
| Octal | 344 | 153 | 115 | 0 | 65 | 102 | 13 | 14 | 112 | 74 |
| Binary | 11100100 | 1101011 | 1001101 | 0 | 110101 | 1000010 | 1011 | 1100 | 1001010 | 111100 |
Color Harmonies of #E46B4D
Complementary color
Monochromatic Colors of #E46B4D
Black with #E46B4D
Text Example
Text Example
White with #E46B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46B4D; }
p { color: rgb(228,107,77); }
H1.HeaderClassName
{
color: #E46B4D;
}
.AnyTagClassName
{
color: #E46B4D;
}
</style>
background-color css
<style>
a { background-color: #E46B4D; }
a { background-color: rgb(228,107,77); }
div.DivClassName
{
background-color: #E46B4D;
}
.BgClassName
{
background-color: #E46B4D;
}
</style>
border-color css
<style>
span { border-color: #E46B4D; }
span { border-color: rgb(228,107,77); }
td.TdClassName
{
border-color: #E46B4D;
}
.TagClassName
{
border-color: #E46B4D;
}
</style>