Shades of Flamingo #E8554E
Tints of Flamingo #E8554E
RGB
CMYK
RGB Variations
Color information
#E8554E (or 0xE8554E) is known color: Flamingo. HEX triplet: E8, 55 and 4E. RGB value is (232,85,78). Sum of RGB (Red+Green+Blue) = 232+85+78=395 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.73% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 232 - color contains mainly: red. Hex color #E8554E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8554E is #17AAB1. Grayscale: #808080. Windows color (decimal): -1551026 or 5133800. OLE color: 5133800.
HSL color Cylindrical-coordinate representation of color #E8554E: hue angle of 2.73º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E8554E is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 78 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.09 |
| HSL | 2.73º | 0.77% | 0.61% | - |
| HSV(B) | 2.73º | 0.66% | 0.91% | - |
| XYZ | 37.9 | 24.2 | 9.88 | - |
| YUV | 128.16 | 99.7 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 78 | 0 | 0.63 | 0.66 | 0.09 | 2.73 | 0.77 | 0.61 |
| Hex | E8 | 55 | 4E | 0 | 3F | 42 | 9 | 3 | 4D | 3D |
| Octal | 350 | 125 | 116 | 0 | 77 | 102 | 11 | 3 | 115 | 75 |
| Binary | 11101000 | 1010101 | 1001110 | 0 | 111111 | 1000010 | 1001 | 11 | 1001101 | 111101 |
Color Harmonies of #E8554E
Complementary color
Monochromatic Colors of #E8554E
Black with #E8554E
Text Example
Text Example
White with #E8554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8554E; }
p { color: rgb(232,85,78); }
H1.HeaderClassName
{
color: #E8554E;
}
.AnyTagClassName
{
color: #E8554E;
}
</style>
background-color css
<style>
a { background-color: #E8554E; }
a { background-color: rgb(232,85,78); }
div.DivClassName
{
background-color: #E8554E;
}
.BgClassName
{
background-color: #E8554E;
}
</style>
border-color css
<style>
span { border-color: #E8554E; }
span { border-color: rgb(232,85,78); }
td.TdClassName
{
border-color: #E8554E;
}
.TagClassName
{
border-color: #E8554E;
}
</style>