Shades of Flamingo #E8613F
Tints of Flamingo #E8613F
RGB
CMYK
RGB Variations
Color information
#E8613F (or 0xE8613F) is known color: Flamingo. HEX triplet: E8, 61 and 3F. RGB value is (232,97,63). Sum of RGB (Red+Green+Blue) = 232+97+63=392 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.18% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 63 (25% from 255 or 16.07% from 392); Max value from RGB is 232 - color contains mainly: red. Hex color #E8613F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8613F is #179EC0. Grayscale: #858585. Windows color (decimal): -1547969 or 4153832. OLE color: 4153832.
HSL color Cylindrical-coordinate representation of color #E8613F: hue angle of 12.07º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E8613F is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 97 | 63 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.09 |
| HSL | 12.07º | 0.79% | 0.58% | - |
| HSV(B) | 12.07º | 0.73% | 0.91% | - |
| XYZ | 38.45 | 26.06 | 7.71 | - |
| YUV | 133.49 | 88.23 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 97 | 63 | 0 | 0.58 | 0.73 | 0.09 | 12.07 | 0.79 | 0.58 |
| Hex | E8 | 61 | 3F | 0 | 3A | 49 | 9 | C | 4F | 3A |
| Octal | 350 | 141 | 77 | 0 | 72 | 111 | 11 | 14 | 117 | 72 |
| Binary | 11101000 | 1100001 | 111111 | 0 | 111010 | 1001001 | 1001 | 1100 | 1001111 | 111010 |
Color Harmonies of #E8613F
Complementary color
Monochromatic Colors of #E8613F
Black with #E8613F
Text Example
Text Example
White with #E8613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8613F; }
p { color: rgb(232,97,63); }
H1.HeaderClassName
{
color: #E8613F;
}
.AnyTagClassName
{
color: #E8613F;
}
</style>
background-color css
<style>
a { background-color: #E8613F; }
a { background-color: rgb(232,97,63); }
div.DivClassName
{
background-color: #E8613F;
}
.BgClassName
{
background-color: #E8613F;
}
</style>
border-color css
<style>
span { border-color: #E8613F; }
span { border-color: rgb(232,97,63); }
td.TdClassName
{
border-color: #E8613F;
}
.TagClassName
{
border-color: #E8613F;
}
</style>