Shades of Flamingo #E46558
Tints of Flamingo #E46558
RGB
CMYK
RGB Variations
Color information
#E46558 (or 0xE46558) is known color: Flamingo. HEX triplet: E4, 65 and 58. RGB value is (228,101,88). Sum of RGB (Red+Green+Blue) = 228+101+88=417 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.68% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 228 - color contains mainly: red. Hex color #E46558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46558 is #1B9AA7. Grayscale: #898989. Windows color (decimal): -1809064 or 5793252. OLE color: 5793252.
HSL color Cylindrical-coordinate representation of color #E46558: hue angle of 5.57º 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 #E46558 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 101 | 88 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.11 |
| HSL | 5.57º | 0.72% | 0.62% | - |
| HSV(B) | 5.57º | 0.61% | 0.89% | - |
| XYZ | 38.41 | 26.51 | 12.32 | - |
| YUV | 137.49 | 100.08 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 101 | 88 | 0 | 0.56 | 0.61 | 0.11 | 5.57 | 0.72 | 0.62 |
| Hex | E4 | 65 | 58 | 0 | 38 | 3D | B | 6 | 48 | 3E |
| Octal | 344 | 145 | 130 | 0 | 70 | 75 | 13 | 6 | 110 | 76 |
| Binary | 11100100 | 1100101 | 1011000 | 0 | 111000 | 111101 | 1011 | 110 | 1001000 | 111110 |
Color Harmonies of #E46558
Complementary color
Monochromatic Colors of #E46558
Black with #E46558
Text Example
Text Example
White with #E46558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46558; }
p { color: rgb(228,101,88); }
H1.HeaderClassName
{
color: #E46558;
}
.AnyTagClassName
{
color: #E46558;
}
</style>
background-color css
<style>
a { background-color: #E46558; }
a { background-color: rgb(228,101,88); }
div.DivClassName
{
background-color: #E46558;
}
.BgClassName
{
background-color: #E46558;
}
</style>
border-color css
<style>
span { border-color: #E46558; }
span { border-color: rgb(228,101,88); }
td.TdClassName
{
border-color: #E46558;
}
.TagClassName
{
border-color: #E46558;
}
</style>