Shades of Flamingo #E46455
Tints of Flamingo #E46455
RGB
CMYK
RGB Variations
Color information
#E46455 (or 0xE46455) is known color: Flamingo. HEX triplet: E4, 64 and 55. RGB value is (228,100,85). Sum of RGB (Red+Green+Blue) = 228+100+85=413 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.21% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 228 - color contains mainly: red. Hex color #E46455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46455 is #1B9BAA. Grayscale: #888888. Windows color (decimal): -1809323 or 5596388. OLE color: 5596388.
HSL color Cylindrical-coordinate representation of color #E46455: hue angle of 6.29º 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 #E46455 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 100 | 85 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.11 |
| HSL | 6.29º | 0.73% | 0.61% | - |
| HSV(B) | 6.29º | 0.63% | 0.89% | - |
| XYZ | 38.19 | 26.26 | 11.65 | - |
| YUV | 136.56 | 98.91 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 100 | 85 | 0 | 0.56 | 0.63 | 0.11 | 6.29 | 0.73 | 0.61 |
| Hex | E4 | 64 | 55 | 0 | 38 | 3F | B | 6 | 49 | 3D |
| Octal | 344 | 144 | 125 | 0 | 70 | 77 | 13 | 6 | 111 | 75 |
| Binary | 11100100 | 1100100 | 1010101 | 0 | 111000 | 111111 | 1011 | 110 | 1001001 | 111101 |
Color Harmonies of #E46455
Complementary color
Monochromatic Colors of #E46455
Black with #E46455
Text Example
Text Example
White with #E46455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46455; }
p { color: rgb(228,100,85); }
H1.HeaderClassName
{
color: #E46455;
}
.AnyTagClassName
{
color: #E46455;
}
</style>
background-color css
<style>
a { background-color: #E46455; }
a { background-color: rgb(228,100,85); }
div.DivClassName
{
background-color: #E46455;
}
.BgClassName
{
background-color: #E46455;
}
</style>
border-color css
<style>
span { border-color: #E46455; }
span { border-color: rgb(228,100,85); }
td.TdClassName
{
border-color: #E46455;
}
.TagClassName
{
border-color: #E46455;
}
</style>