Shades of Flamingo #E46055
Tints of Flamingo #E46055
RGB
CMYK
RGB Variations
Color information
#E46055 (or 0xE46055) is known color: Flamingo. HEX triplet: E4, 60 and 55. RGB value is (228,96,85). Sum of RGB (Red+Green+Blue) = 228+96+85=409 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.75% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 228 - color contains mainly: red. Hex color #E46055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46055 is #1B9FAA. Grayscale: #868686. Windows color (decimal): -1810347 or 5595364. OLE color: 5595364.
HSL color Cylindrical-coordinate representation of color #E46055: hue angle of 4.62º 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 #E46055 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 96 | 85 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.11 |
| HSL | 4.62º | 0.73% | 0.61% | - |
| HSV(B) | 4.62º | 0.63% | 0.89% | - |
| XYZ | 37.82 | 25.52 | 11.53 | - |
| YUV | 134.21 | 100.23 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 96 | 85 | 0 | 0.58 | 0.63 | 0.11 | 4.62 | 0.73 | 0.61 |
| Hex | E4 | 60 | 55 | 0 | 3A | 3F | B | 5 | 49 | 3D |
| Octal | 344 | 140 | 125 | 0 | 72 | 77 | 13 | 5 | 111 | 75 |
| Binary | 11100100 | 1100000 | 1010101 | 0 | 111010 | 111111 | 1011 | 101 | 1001001 | 111101 |
Color Harmonies of #E46055
Complementary color
Monochromatic Colors of #E46055
Black with #E46055
Text Example
Text Example
White with #E46055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46055; }
p { color: rgb(228,96,85); }
H1.HeaderClassName
{
color: #E46055;
}
.AnyTagClassName
{
color: #E46055;
}
</style>
background-color css
<style>
a { background-color: #E46055; }
a { background-color: rgb(228,96,85); }
div.DivClassName
{
background-color: #E46055;
}
.BgClassName
{
background-color: #E46055;
}
</style>
border-color css
<style>
span { border-color: #E46055; }
span { border-color: rgb(228,96,85); }
td.TdClassName
{
border-color: #E46055;
}
.TagClassName
{
border-color: #E46055;
}
</style>