Shades of Flamingo #E8524D
Tints of Flamingo #E8524D
RGB
CMYK
RGB Variations
Color information
#E8524D (or 0xE8524D) is known color: Flamingo. HEX triplet: E8, 52 and 4D. RGB value is (232,82,77). Sum of RGB (Red+Green+Blue) = 232+82+77=391 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.34% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 232 - color contains mainly: red. Hex color #E8524D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8524D is #17ADB2. Grayscale: #7E7E7E. Windows color (decimal): -1551795 or 5067496. OLE color: 5067496.
HSL color Cylindrical-coordinate representation of color #E8524D: hue angle of 1.94º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E8524D is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 77 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.09 |
| HSL | 1.94º | 0.77% | 0.61% | - |
| HSV(B) | 1.94º | 0.67% | 0.91% | - |
| XYZ | 37.64 | 23.73 | 9.62 | - |
| YUV | 126.28 | 100.2 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 77 | 0 | 0.65 | 0.67 | 0.09 | 1.94 | 0.77 | 0.61 |
| Hex | E8 | 52 | 4D | 0 | 41 | 43 | 9 | 2 | 4D | 3D |
| Octal | 350 | 122 | 115 | 0 | 101 | 103 | 11 | 2 | 115 | 75 |
| Binary | 11101000 | 1010010 | 1001101 | 0 | 1000001 | 1000011 | 1001 | 10 | 1001101 | 111101 |
Color Harmonies of #E8524D
Complementary color
Monochromatic Colors of #E8524D
Black with #E8524D
Text Example
Text Example
White with #E8524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8524D; }
p { color: rgb(232,82,77); }
H1.HeaderClassName
{
color: #E8524D;
}
.AnyTagClassName
{
color: #E8524D;
}
</style>
background-color css
<style>
a { background-color: #E8524D; }
a { background-color: rgb(232,82,77); }
div.DivClassName
{
background-color: #E8524D;
}
.BgClassName
{
background-color: #E8524D;
}
</style>
border-color css
<style>
span { border-color: #E8524D; }
span { border-color: rgb(232,82,77); }
td.TdClassName
{
border-color: #E8524D;
}
.TagClassName
{
border-color: #E8524D;
}
</style>