Shades of Flamingo #E46458
Tints of Flamingo #E46458
RGB
CMYK
RGB Variations
Color information
#E46458 (or 0xE46458) is known color: Flamingo. HEX triplet: E4, 64 and 58. RGB value is (228,100,88). Sum of RGB (Red+Green+Blue) = 228+100+88=416 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.81% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 88 (34.77% from 255 or 21.15% from 416); Max value from RGB is 228 - color contains mainly: red. Hex color #E46458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46458 is #1B9BA7. Grayscale: #898989. Windows color (decimal): -1809320 or 5792996. OLE color: 5792996.
HSL color Cylindrical-coordinate representation of color #E46458: hue angle of 5.14º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E46458 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 100 | 88 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.11 |
| HSL | 5.14º | 0.72% | 0.62% | - |
| HSV(B) | 5.14º | 0.61% | 0.89% | - |
| XYZ | 38.31 | 26.31 | 12.29 | - |
| YUV | 136.9 | 100.41 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 100 | 88 | 0 | 0.56 | 0.61 | 0.11 | 5.14 | 0.72 | 0.62 |
| Hex | E4 | 64 | 58 | 0 | 38 | 3D | B | 5 | 48 | 3E |
| Octal | 344 | 144 | 130 | 0 | 70 | 75 | 13 | 5 | 110 | 76 |
| Binary | 11100100 | 1100100 | 1011000 | 0 | 111000 | 111101 | 1011 | 101 | 1001000 | 111110 |
Color Harmonies of #E46458
Complementary color
Monochromatic Colors of #E46458
Black with #E46458
Text Example
Text Example
White with #E46458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46458; }
p { color: rgb(228,100,88); }
H1.HeaderClassName
{
color: #E46458;
}
.AnyTagClassName
{
color: #E46458;
}
</style>
background-color css
<style>
a { background-color: #E46458; }
a { background-color: rgb(228,100,88); }
div.DivClassName
{
background-color: #E46458;
}
.BgClassName
{
background-color: #E46458;
}
</style>
border-color css
<style>
span { border-color: #E46458; }
span { border-color: rgb(228,100,88); }
td.TdClassName
{
border-color: #E46458;
}
.TagClassName
{
border-color: #E46458;
}
</style>