Shades of Flamingo #E86753
Tints of Flamingo #E86753
RGB
CMYK
RGB Variations
Color information
#E86753 (or 0xE86753) is known color: Flamingo. HEX triplet: E8, 67 and 53. RGB value is (232,103,83). Sum of RGB (Red+Green+Blue) = 232+103+83=418 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.50% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 83 (32.81% from 255 or 19.86% from 418); Max value from RGB is 232 - color contains mainly: red. Hex color #E86753 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86753 is #1798AC. Grayscale: #8B8B8B. Windows color (decimal): -1546413 or 5466088. OLE color: 5466088.
HSL color Cylindrical-coordinate representation of color #E86753: hue angle of 8.05º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E86753 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 103 | 83 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.09 |
| HSL | 8.05º | 0.76% | 0.62% | - |
| HSV(B) | 8.05º | 0.64% | 0.91% | - |
| XYZ | 39.69 | 27.48 | 11.4 | - |
| YUV | 139.29 | 96.24 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 103 | 83 | 0 | 0.56 | 0.64 | 0.09 | 8.05 | 0.76 | 0.62 |
| Hex | E8 | 67 | 53 | 0 | 38 | 40 | 9 | 8 | 4C | 3E |
| Octal | 350 | 147 | 123 | 0 | 70 | 100 | 11 | 10 | 114 | 76 |
| Binary | 11101000 | 1100111 | 1010011 | 0 | 111000 | 1000000 | 1001 | 1000 | 1001100 | 111110 |
Color Harmonies of #E86753
Complementary color
Monochromatic Colors of #E86753
Black with #E86753
Text Example
Text Example
White with #E86753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86753; }
p { color: rgb(232,103,83); }
H1.HeaderClassName
{
color: #E86753;
}
.AnyTagClassName
{
color: #E86753;
}
</style>
background-color css
<style>
a { background-color: #E86753; }
a { background-color: rgb(232,103,83); }
div.DivClassName
{
background-color: #E86753;
}
.BgClassName
{
background-color: #E86753;
}
</style>
border-color css
<style>
span { border-color: #E86753; }
span { border-color: rgb(232,103,83); }
td.TdClassName
{
border-color: #E86753;
}
.TagClassName
{
border-color: #E86753;
}
</style>