Shades of Flamingo #E2563D
Tints of Flamingo #E2563D
RGB
CMYK
RGB Variations
Color information
#E2563D (or 0xE2563D) is known color: Flamingo. HEX triplet: E2, 56 and 3D. RGB value is (226,86,61). Sum of RGB (Red+Green+Blue) = 226+86+61=373 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.59% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 226 - color contains mainly: red. Hex color #E2563D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2563D is #1DA9C2. Grayscale: #7D7D7D. Windows color (decimal): -1944003 or 4019938. OLE color: 4019938.
HSL color Cylindrical-coordinate representation of color #E2563D: hue angle of 9.09º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2563D is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 86 | 61 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.11 |
| HSL | 9.09º | 0.74% | 0.56% | - |
| HSV(B) | 9.09º | 0.73% | 0.89% | - |
| XYZ | 35.53 | 23.16 | 7.01 | - |
| YUV | 125.01 | 91.88 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 86 | 61 | 0 | 0.62 | 0.73 | 0.11 | 9.09 | 0.74 | 0.56 |
| Hex | E2 | 56 | 3D | 0 | 3E | 49 | B | 9 | 4A | 38 |
| Octal | 342 | 126 | 75 | 0 | 76 | 111 | 13 | 11 | 112 | 70 |
| Binary | 11100010 | 1010110 | 111101 | 0 | 111110 | 1001001 | 1011 | 1001 | 1001010 | 111000 |
Color Harmonies of #E2563D
Complementary color
Monochromatic Colors of #E2563D
Black with #E2563D
Text Example
Text Example
White with #E2563D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2563D; }
p { color: rgb(226,86,61); }
H1.HeaderClassName
{
color: #E2563D;
}
.AnyTagClassName
{
color: #E2563D;
}
</style>
background-color css
<style>
a { background-color: #E2563D; }
a { background-color: rgb(226,86,61); }
div.DivClassName
{
background-color: #E2563D;
}
.BgClassName
{
background-color: #E2563D;
}
</style>
border-color css
<style>
span { border-color: #E2563D; }
span { border-color: rgb(226,86,61); }
td.TdClassName
{
border-color: #E2563D;
}
.TagClassName
{
border-color: #E2563D;
}
</style>