Shades of Flamingo #E85243
Tints of Flamingo #E85243
RGB
CMYK
RGB Variations
Color information
#E85243 (or 0xE85243) is known color: Flamingo. HEX triplet: E8, 52 and 43. RGB value is (232,82,67). Sum of RGB (Red+Green+Blue) = 232+82+67=381 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.89% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 67 (26.56% from 255 or 17.59% from 381); Max value from RGB is 232 - color contains mainly: red. Hex color #E85243 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85243 is #17ADBC. Grayscale: #7D7D7D. Windows color (decimal): -1551805 or 4412136. OLE color: 4412136.
HSL color Cylindrical-coordinate representation of color #E85243: hue angle of 5.45º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E85243 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 67 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.09 |
| HSL | 5.45º | 0.78% | 0.59% | - |
| HSV(B) | 5.45º | 0.71% | 0.91% | - |
| XYZ | 37.31 | 23.6 | 7.9 | - |
| YUV | 125.14 | 95.2 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 67 | 0 | 0.65 | 0.71 | 0.09 | 5.45 | 0.78 | 0.59 |
| Hex | E8 | 52 | 43 | 0 | 41 | 47 | 9 | 5 | 4E | 3B |
| Octal | 350 | 122 | 103 | 0 | 101 | 107 | 11 | 5 | 116 | 73 |
| Binary | 11101000 | 1010010 | 1000011 | 0 | 1000001 | 1000111 | 1001 | 101 | 1001110 | 111011 |
Color Harmonies of #E85243
Complementary color
Monochromatic Colors of #E85243
Black with #E85243
Text Example
Text Example
White with #E85243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85243; }
p { color: rgb(232,82,67); }
H1.HeaderClassName
{
color: #E85243;
}
.AnyTagClassName
{
color: #E85243;
}
</style>
background-color css
<style>
a { background-color: #E85243; }
a { background-color: rgb(232,82,67); }
div.DivClassName
{
background-color: #E85243;
}
.BgClassName
{
background-color: #E85243;
}
</style>
border-color css
<style>
span { border-color: #E85243; }
span { border-color: rgb(232,82,67); }
td.TdClassName
{
border-color: #E85243;
}
.TagClassName
{
border-color: #E85243;
}
</style>