Shades of Flamingo #E8634F
Tints of Flamingo #E8634F
RGB
CMYK
RGB Variations
Color information
#E8634F (or 0xE8634F) is known color: Flamingo. HEX triplet: E8, 63 and 4F. RGB value is (232,99,79). Sum of RGB (Red+Green+Blue) = 232+99+79=410 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.59% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 79 (31.25% from 255 or 19.27% from 410); Max value from RGB is 232 - color contains mainly: red. Hex color #E8634F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8634F is #179CB0. Grayscale: #888888. Windows color (decimal): -1547441 or 5202920. OLE color: 5202920.
HSL color Cylindrical-coordinate representation of color #E8634F: hue angle of 7.84º 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 #E8634F is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 99 | 79 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.09 |
| HSL | 7.84º | 0.77% | 0.61% | - |
| HSV(B) | 7.84º | 0.66% | 0.91% | - |
| XYZ | 39.15 | 26.64 | 10.48 | - |
| YUV | 136.49 | 95.56 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 99 | 79 | 0 | 0.57 | 0.66 | 0.09 | 7.84 | 0.77 | 0.61 |
| Hex | E8 | 63 | 4F | 0 | 39 | 42 | 9 | 8 | 4D | 3D |
| Octal | 350 | 143 | 117 | 0 | 71 | 102 | 11 | 10 | 115 | 75 |
| Binary | 11101000 | 1100011 | 1001111 | 0 | 111001 | 1000010 | 1001 | 1000 | 1001101 | 111101 |
Color Harmonies of #E8634F
Complementary color
Monochromatic Colors of #E8634F
Black with #E8634F
Text Example
Text Example
White with #E8634F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8634F; }
p { color: rgb(232,99,79); }
H1.HeaderClassName
{
color: #E8634F;
}
.AnyTagClassName
{
color: #E8634F;
}
</style>
background-color css
<style>
a { background-color: #E8634F; }
a { background-color: rgb(232,99,79); }
div.DivClassName
{
background-color: #E8634F;
}
.BgClassName
{
background-color: #E8634F;
}
</style>
border-color css
<style>
span { border-color: #E8634F; }
span { border-color: rgb(232,99,79); }
td.TdClassName
{
border-color: #E8634F;
}
.TagClassName
{
border-color: #E8634F;
}
</style>