Shades of Flamingo #E46658
Tints of Flamingo #E46658
RGB
CMYK
RGB Variations
Color information
#E46658 (or 0xE46658) is known color: Flamingo. HEX triplet: E4, 66 and 58. RGB value is (228,102,88). Sum of RGB (Red+Green+Blue) = 228+102+88=418 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.55% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 88 (34.77% from 255 or 21.05% from 418); Max value from RGB is 228 - color contains mainly: red. Hex color #E46658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46658 is #1B99A7. Grayscale: #8A8A8A. Windows color (decimal): -1808808 or 5793508. OLE color: 5793508.
HSL color Cylindrical-coordinate representation of color #E46658: hue angle of 6º 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 #E46658 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 102 | 88 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.11 |
| HSL | 6º | 0.72% | 0.62% | - |
| HSV(B) | 6º | 0.61% | 0.89% | - |
| XYZ | 38.51 | 26.7 | 12.36 | - |
| YUV | 138.08 | 99.74 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 102 | 88 | 0 | 0.55 | 0.61 | 0.11 | 6 | 0.72 | 0.62 |
| Hex | E4 | 66 | 58 | 0 | 37 | 3D | B | 6 | 48 | 3E |
| Octal | 344 | 146 | 130 | 0 | 67 | 75 | 13 | 6 | 110 | 76 |
| Binary | 11100100 | 1100110 | 1011000 | 0 | 110111 | 111101 | 1011 | 110 | 1001000 | 111110 |
Color Harmonies of #E46658
Complementary color
Monochromatic Colors of #E46658
Black with #E46658
Text Example
Text Example
White with #E46658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46658; }
p { color: rgb(228,102,88); }
H1.HeaderClassName
{
color: #E46658;
}
.AnyTagClassName
{
color: #E46658;
}
</style>
background-color css
<style>
a { background-color: #E46658; }
a { background-color: rgb(228,102,88); }
div.DivClassName
{
background-color: #E46658;
}
.BgClassName
{
background-color: #E46658;
}
</style>
border-color css
<style>
span { border-color: #E46658; }
span { border-color: rgb(228,102,88); }
td.TdClassName
{
border-color: #E46658;
}
.TagClassName
{
border-color: #E46658;
}
</style>