Shades of Flamingo #E7563E
Tints of Flamingo #E7563E
RGB
CMYK
RGB Variations
Color information
#E7563E (or 0xE7563E) is known color: Flamingo. HEX triplet: E7, 56 and 3E. RGB value is (231,86,62). Sum of RGB (Red+Green+Blue) = 231+86+62=379 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.95% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 62 (24.61% from 255 or 16.36% from 379); Max value from RGB is 231 - color contains mainly: red. Hex color #E7563E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7563E is #18A9C1. Grayscale: #7E7E7E. Windows color (decimal): -1616322 or 4085479. OLE color: 4085479.
HSL color Cylindrical-coordinate representation of color #E7563E: hue angle of 8.52º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E7563E is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 86 | 62 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.09 |
| HSL | 8.52º | 0.78% | 0.57% | - |
| HSV(B) | 8.52º | 0.73% | 0.91% | - |
| XYZ | 37.15 | 23.99 | 7.23 | - |
| YUV | 126.62 | 91.54 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 86 | 62 | 0 | 0.63 | 0.73 | 0.09 | 8.52 | 0.78 | 0.57 |
| Hex | E7 | 56 | 3E | 0 | 3F | 49 | 9 | 9 | 4E | 39 |
| Octal | 347 | 126 | 76 | 0 | 77 | 111 | 11 | 11 | 116 | 71 |
| Binary | 11100111 | 1010110 | 111110 | 0 | 111111 | 1001001 | 1001 | 1001 | 1001110 | 111001 |
Color Harmonies of #E7563E
Complementary color
Monochromatic Colors of #E7563E
Black with #E7563E
Text Example
Text Example
White with #E7563E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7563E; }
p { color: rgb(231,86,62); }
H1.HeaderClassName
{
color: #E7563E;
}
.AnyTagClassName
{
color: #E7563E;
}
</style>
background-color css
<style>
a { background-color: #E7563E; }
a { background-color: rgb(231,86,62); }
div.DivClassName
{
background-color: #E7563E;
}
.BgClassName
{
background-color: #E7563E;
}
</style>
border-color css
<style>
span { border-color: #E7563E; }
span { border-color: rgb(231,86,62); }
td.TdClassName
{
border-color: #E7563E;
}
.TagClassName
{
border-color: #E7563E;
}
</style>