Shades of Flamingo #E86152
Tints of Flamingo #E86152
RGB
CMYK
RGB Variations
Color information
#E86152 (or 0xE86152) is known color: Flamingo. HEX triplet: E8, 61 and 52. RGB value is (232,97,82). Sum of RGB (Red+Green+Blue) = 232+97+82=411 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.45% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 232 - color contains mainly: red. Hex color #E86152 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86152 is #179EAD. Grayscale: #878787. Windows color (decimal): -1547950 or 5399016. OLE color: 5399016.
HSL color Cylindrical-coordinate representation of color #E86152: hue angle of 6º 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 #E86152 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 97 | 82 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.09 |
| HSL | 6º | 0.77% | 0.62% | - |
| HSV(B) | 6º | 0.65% | 0.91% | - |
| XYZ | 39.08 | 26.31 | 11 | - |
| YUV | 135.66 | 97.73 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 97 | 82 | 0 | 0.58 | 0.65 | 0.09 | 6 | 0.77 | 0.62 |
| Hex | E8 | 61 | 52 | 0 | 3A | 41 | 9 | 6 | 4D | 3E |
| Octal | 350 | 141 | 122 | 0 | 72 | 101 | 11 | 6 | 115 | 76 |
| Binary | 11101000 | 1100001 | 1010010 | 0 | 111010 | 1000001 | 1001 | 110 | 1001101 | 111110 |
Color Harmonies of #E86152
Complementary color
Monochromatic Colors of #E86152
Black with #E86152
Text Example
Text Example
White with #E86152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86152; }
p { color: rgb(232,97,82); }
H1.HeaderClassName
{
color: #E86152;
}
.AnyTagClassName
{
color: #E86152;
}
</style>
background-color css
<style>
a { background-color: #E86152; }
a { background-color: rgb(232,97,82); }
div.DivClassName
{
background-color: #E86152;
}
.BgClassName
{
background-color: #E86152;
}
</style>
border-color css
<style>
span { border-color: #E86152; }
span { border-color: rgb(232,97,82); }
td.TdClassName
{
border-color: #E86152;
}
.TagClassName
{
border-color: #E86152;
}
</style>