Shades of Flamingo #E46155
Tints of Flamingo #E46155
RGB
CMYK
RGB Variations
Color information
#E46155 (or 0xE46155) is known color: Flamingo. HEX triplet: E4, 61 and 55. RGB value is (228,97,85). Sum of RGB (Red+Green+Blue) = 228+97+85=410 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.61% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 228 - color contains mainly: red. Hex color #E46155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46155 is #1B9EAA. Grayscale: #868686. Windows color (decimal): -1810091 or 5595620. OLE color: 5595620.
HSL color Cylindrical-coordinate representation of color #E46155: hue angle of 5.03º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E46155 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 97 | 85 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.11 |
| HSL | 5.03º | 0.73% | 0.61% | - |
| HSV(B) | 5.03º | 0.63% | 0.89% | - |
| XYZ | 37.91 | 25.7 | 11.56 | - |
| YUV | 134.8 | 99.9 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 97 | 85 | 0 | 0.57 | 0.63 | 0.11 | 5.03 | 0.73 | 0.61 |
| Hex | E4 | 61 | 55 | 0 | 39 | 3F | B | 5 | 49 | 3D |
| Octal | 344 | 141 | 125 | 0 | 71 | 77 | 13 | 5 | 111 | 75 |
| Binary | 11100100 | 1100001 | 1010101 | 0 | 111001 | 111111 | 1011 | 101 | 1001001 | 111101 |
Color Harmonies of #E46155
Complementary color
Monochromatic Colors of #E46155
Black with #E46155
Text Example
Text Example
White with #E46155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46155; }
p { color: rgb(228,97,85); }
H1.HeaderClassName
{
color: #E46155;
}
.AnyTagClassName
{
color: #E46155;
}
</style>
background-color css
<style>
a { background-color: #E46155; }
a { background-color: rgb(228,97,85); }
div.DivClassName
{
background-color: #E46155;
}
.BgClassName
{
background-color: #E46155;
}
</style>
border-color css
<style>
span { border-color: #E46155; }
span { border-color: rgb(228,97,85); }
td.TdClassName
{
border-color: #E46155;
}
.TagClassName
{
border-color: #E46155;
}
</style>