Shades of Flamingo #E85543
Tints of Flamingo #E85543
RGB
CMYK
RGB Variations
Color information
#E85543 (or 0xE85543) is known color: Flamingo. HEX triplet: E8, 55 and 43. RGB value is (232,85,67). Sum of RGB (Red+Green+Blue) = 232+85+67=384 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.42% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 67 (26.56% from 255 or 17.45% from 384); Max value from RGB is 232 - color contains mainly: red. Hex color #E85543 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85543 is #17AABC. Grayscale: #7F7F7F. Windows color (decimal): -1551037 or 4412904. OLE color: 4412904.
HSL color Cylindrical-coordinate representation of color #E85543: hue angle of 6.55º 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 #E85543 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 67 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.09 |
| HSL | 6.55º | 0.78% | 0.59% | - |
| HSV(B) | 6.55º | 0.71% | 0.91% | - |
| XYZ | 37.54 | 24.06 | 7.98 | - |
| YUV | 126.9 | 94.2 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 67 | 0 | 0.63 | 0.71 | 0.09 | 6.55 | 0.78 | 0.59 |
| Hex | E8 | 55 | 43 | 0 | 3F | 47 | 9 | 7 | 4E | 3B |
| Octal | 350 | 125 | 103 | 0 | 77 | 107 | 11 | 7 | 116 | 73 |
| Binary | 11101000 | 1010101 | 1000011 | 0 | 111111 | 1000111 | 1001 | 111 | 1001110 | 111011 |
Color Harmonies of #E85543
Complementary color
Monochromatic Colors of #E85543
Black with #E85543
Text Example
Text Example
White with #E85543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85543; }
p { color: rgb(232,85,67); }
H1.HeaderClassName
{
color: #E85543;
}
.AnyTagClassName
{
color: #E85543;
}
</style>
background-color css
<style>
a { background-color: #E85543; }
a { background-color: rgb(232,85,67); }
div.DivClassName
{
background-color: #E85543;
}
.BgClassName
{
background-color: #E85543;
}
</style>
border-color css
<style>
span { border-color: #E85543; }
span { border-color: rgb(232,85,67); }
td.TdClassName
{
border-color: #E85543;
}
.TagClassName
{
border-color: #E85543;
}
</style>