Shades of Flamingo #E46053
Tints of Flamingo #E46053
RGB
CMYK
RGB Variations
Color information
#E46053 (or 0xE46053) is known color: Flamingo. HEX triplet: E4, 60 and 53. RGB value is (228,96,83). Sum of RGB (Red+Green+Blue) = 228+96+83=407 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.02% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 83 (32.81% from 255 or 20.39% from 407); Max value from RGB is 228 - color contains mainly: red. Hex color #E46053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46053 is #1B9FAC. Grayscale: #868686. Windows color (decimal): -1810349 or 5464292. OLE color: 5464292.
HSL color Cylindrical-coordinate representation of color #E46053: hue angle of 5.38º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E46053 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 96 | 83 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.11 |
| HSL | 5.38º | 0.73% | 0.61% | - |
| HSV(B) | 5.38º | 0.64% | 0.89% | - |
| XYZ | 37.74 | 25.48 | 11.11 | - |
| YUV | 133.99 | 99.23 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 96 | 83 | 0 | 0.58 | 0.64 | 0.11 | 5.38 | 0.73 | 0.61 |
| Hex | E4 | 60 | 53 | 0 | 3A | 40 | B | 5 | 49 | 3D |
| Octal | 344 | 140 | 123 | 0 | 72 | 100 | 13 | 5 | 111 | 75 |
| Binary | 11100100 | 1100000 | 1010011 | 0 | 111010 | 1000000 | 1011 | 101 | 1001001 | 111101 |
Color Harmonies of #E46053
Complementary color
Monochromatic Colors of #E46053
Black with #E46053
Text Example
Text Example
White with #E46053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46053; }
p { color: rgb(228,96,83); }
H1.HeaderClassName
{
color: #E46053;
}
.AnyTagClassName
{
color: #E46053;
}
</style>
background-color css
<style>
a { background-color: #E46053; }
a { background-color: rgb(228,96,83); }
div.DivClassName
{
background-color: #E46053;
}
.BgClassName
{
background-color: #E46053;
}
</style>
border-color css
<style>
span { border-color: #E46053; }
span { border-color: rgb(228,96,83); }
td.TdClassName
{
border-color: #E46053;
}
.TagClassName
{
border-color: #E46053;
}
</style>