Shades of Flamingo #E85A52
Tints of Flamingo #E85A52
RGB
CMYK
RGB Variations
Color information
#E85A52 (or 0xE85A52) is known color: Flamingo. HEX triplet: E8, 5A and 52. RGB value is (232,90,82). Sum of RGB (Red+Green+Blue) = 232+90+82=404 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.43% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85A52 is #17A5AD. Grayscale: #838383. Windows color (decimal): -1549742 or 5397224. OLE color: 5397224.
HSL color Cylindrical-coordinate representation of color #E85A52: hue angle of 3.2º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E85A52 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 90 | 82 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.09 |
| HSL | 3.2º | 0.77% | 0.62% | - |
| HSV(B) | 3.2º | 0.65% | 0.91% | - |
| XYZ | 38.46 | 25.08 | 10.8 | - |
| YUV | 131.55 | 100.04 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 82 | 0 | 0.61 | 0.65 | 0.09 | 3.2 | 0.77 | 0.62 |
| Hex | E8 | 5A | 52 | 0 | 3D | 41 | 9 | 3 | 4D | 3E |
| Octal | 350 | 132 | 122 | 0 | 75 | 101 | 11 | 3 | 115 | 76 |
| Binary | 11101000 | 1011010 | 1010010 | 0 | 111101 | 1000001 | 1001 | 11 | 1001101 | 111110 |
Color Harmonies of #E85A52
Complementary color
Monochromatic Colors of #E85A52
Black with #E85A52
Text Example
Text Example
White with #E85A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85A52; }
p { color: rgb(232,90,82); }
H1.HeaderClassName
{
color: #E85A52;
}
.AnyTagClassName
{
color: #E85A52;
}
</style>
background-color css
<style>
a { background-color: #E85A52; }
a { background-color: rgb(232,90,82); }
div.DivClassName
{
background-color: #E85A52;
}
.BgClassName
{
background-color: #E85A52;
}
</style>
border-color css
<style>
span { border-color: #E85A52; }
span { border-color: rgb(232,90,82); }
td.TdClassName
{
border-color: #E85A52;
}
.TagClassName
{
border-color: #E85A52;
}
</style>