Shades of Flamingo #E45C55
Tints of Flamingo #E45C55
RGB
CMYK
RGB Variations
Color information
#E45C55 (or 0xE45C55) is known color: Flamingo. HEX triplet: E4, 5C and 55. RGB value is (228,92,85). Sum of RGB (Red+Green+Blue) = 228+92+85=405 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.30% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 228 - color contains mainly: red. Hex color #E45C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45C55 is #1BA3AA. Grayscale: #848484. Windows color (decimal): -1811371 or 5594340. OLE color: 5594340.
HSL color Cylindrical-coordinate representation of color #E45C55: hue angle of 2.94º 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 #E45C55 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 92 | 85 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.11 |
| HSL | 2.94º | 0.73% | 0.61% | - |
| HSV(B) | 2.94º | 0.63% | 0.89% | - |
| XYZ | 37.46 | 24.8 | 11.41 | - |
| YUV | 131.87 | 101.56 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 92 | 85 | 0 | 0.60 | 0.63 | 0.11 | 2.94 | 0.73 | 0.61 |
| Hex | E4 | 5C | 55 | 0 | 3C | 3F | B | 3 | 49 | 3D |
| Octal | 344 | 134 | 125 | 0 | 74 | 77 | 13 | 3 | 111 | 75 |
| Binary | 11100100 | 1011100 | 1010101 | 0 | 111100 | 111111 | 1011 | 11 | 1001001 | 111101 |
Color Harmonies of #E45C55
Complementary color
Monochromatic Colors of #E45C55
Black with #E45C55
Text Example
Text Example
White with #E45C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45C55; }
p { color: rgb(228,92,85); }
H1.HeaderClassName
{
color: #E45C55;
}
.AnyTagClassName
{
color: #E45C55;
}
</style>
background-color css
<style>
a { background-color: #E45C55; }
a { background-color: rgb(228,92,85); }
div.DivClassName
{
background-color: #E45C55;
}
.BgClassName
{
background-color: #E45C55;
}
</style>
border-color css
<style>
span { border-color: #E45C55; }
span { border-color: rgb(228,92,85); }
td.TdClassName
{
border-color: #E45C55;
}
.TagClassName
{
border-color: #E45C55;
}
</style>