Shades of Flamingo #E3564A
Tints of Flamingo #E3564A
RGB
CMYK
RGB Variations
Color information
#E3564A (or 0xE3564A) is known color: Flamingo. HEX triplet: E3, 56 and 4A. RGB value is (227,86,74). Sum of RGB (Red+Green+Blue) = 227+86+74=387 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.66% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 227 - color contains mainly: red. Hex color #E3564A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3564A is #1CA9B5. Grayscale: #7E7E7E. Windows color (decimal): -1878454 or 4871907. OLE color: 4871907.
HSL color Cylindrical-coordinate representation of color #E3564A: hue angle of 4.71º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E3564A is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 86 | 74 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.11 |
| HSL | 4.71º | 0.73% | 0.59% | - |
| HSV(B) | 4.71º | 0.67% | 0.89% | - |
| XYZ | 36.24 | 23.48 | 9.1 | - |
| YUV | 126.79 | 98.21 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 86 | 74 | 0 | 0.62 | 0.67 | 0.11 | 4.71 | 0.73 | 0.59 |
| Hex | E3 | 56 | 4A | 0 | 3E | 43 | B | 5 | 49 | 3B |
| Octal | 343 | 126 | 112 | 0 | 76 | 103 | 13 | 5 | 111 | 73 |
| Binary | 11100011 | 1010110 | 1001010 | 0 | 111110 | 1000011 | 1011 | 101 | 1001001 | 111011 |
Color Harmonies of #E3564A
Complementary color
Monochromatic Colors of #E3564A
Black with #E3564A
Text Example
Text Example
White with #E3564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3564A; }
p { color: rgb(227,86,74); }
H1.HeaderClassName
{
color: #E3564A;
}
.AnyTagClassName
{
color: #E3564A;
}
</style>
background-color css
<style>
a { background-color: #E3564A; }
a { background-color: rgb(227,86,74); }
div.DivClassName
{
background-color: #E3564A;
}
.BgClassName
{
background-color: #E3564A;
}
</style>
border-color css
<style>
span { border-color: #E3564A; }
span { border-color: rgb(227,86,74); }
td.TdClassName
{
border-color: #E3564A;
}
.TagClassName
{
border-color: #E3564A;
}
</style>