Shades of Flamingo #E86150
Tints of Flamingo #E86150
RGB
CMYK
RGB Variations
Color information
#E86150 (or 0xE86150) is known color: Flamingo. HEX triplet: E8, 61 and 50. RGB value is (232,97,80). Sum of RGB (Red+Green+Blue) = 232+97+80=409 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.72% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 232 - color contains mainly: red. Hex color #E86150 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86150 is #179EAF. Grayscale: #878787. Windows color (decimal): -1547952 or 5267944. OLE color: 5267944.
HSL color Cylindrical-coordinate representation of color #E86150: hue angle of 6.71º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E86150 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 97 | 80 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.09 |
| HSL | 6.71º | 0.77% | 0.61% | - |
| HSV(B) | 6.71º | 0.66% | 0.91% | - |
| XYZ | 39 | 26.28 | 10.61 | - |
| YUV | 135.43 | 96.73 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 97 | 80 | 0 | 0.58 | 0.66 | 0.09 | 6.71 | 0.77 | 0.61 |
| Hex | E8 | 61 | 50 | 0 | 3A | 42 | 9 | 7 | 4D | 3D |
| Octal | 350 | 141 | 120 | 0 | 72 | 102 | 11 | 7 | 115 | 75 |
| Binary | 11101000 | 1100001 | 1010000 | 0 | 111010 | 1000010 | 1001 | 111 | 1001101 | 111101 |
Color Harmonies of #E86150
Complementary color
Monochromatic Colors of #E86150
Black with #E86150
Text Example
Text Example
White with #E86150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86150; }
p { color: rgb(232,97,80); }
H1.HeaderClassName
{
color: #E86150;
}
.AnyTagClassName
{
color: #E86150;
}
</style>
background-color css
<style>
a { background-color: #E86150; }
a { background-color: rgb(232,97,80); }
div.DivClassName
{
background-color: #E86150;
}
.BgClassName
{
background-color: #E86150;
}
</style>
border-color css
<style>
span { border-color: #E86150; }
span { border-color: rgb(232,97,80); }
td.TdClassName
{
border-color: #E86150;
}
.TagClassName
{
border-color: #E86150;
}
</style>