Shades of Flamingo #E3564B
Tints of Flamingo #E3564B
RGB
CMYK
RGB Variations
Color information
#E3564B (or 0xE3564B) is known color: Flamingo. HEX triplet: E3, 56 and 4B. RGB value is (227,86,75). Sum of RGB (Red+Green+Blue) = 227+86+75=388 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.51% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 227 - color contains mainly: red. Hex color #E3564B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3564B is #1CA9B4. Grayscale: #7F7F7F. Windows color (decimal): -1878453 or 4937443. OLE color: 4937443.
HSL color Cylindrical-coordinate representation of color #E3564B: hue angle of 4.34º 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 #E3564B is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 86 | 75 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.11 |
| HSL | 4.34º | 0.73% | 0.59% | - |
| HSV(B) | 4.34º | 0.67% | 0.89% | - |
| XYZ | 36.28 | 23.49 | 9.28 | - |
| YUV | 126.91 | 98.71 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 86 | 75 | 0 | 0.62 | 0.67 | 0.11 | 4.34 | 0.73 | 0.59 |
| Hex | E3 | 56 | 4B | 0 | 3E | 43 | B | 4 | 49 | 3B |
| Octal | 343 | 126 | 113 | 0 | 76 | 103 | 13 | 4 | 111 | 73 |
| Binary | 11100011 | 1010110 | 1001011 | 0 | 111110 | 1000011 | 1011 | 100 | 1001001 | 111011 |
Color Harmonies of #E3564B
Complementary color
Monochromatic Colors of #E3564B
Black with #E3564B
Text Example
Text Example
White with #E3564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3564B; }
p { color: rgb(227,86,75); }
H1.HeaderClassName
{
color: #E3564B;
}
.AnyTagClassName
{
color: #E3564B;
}
</style>
background-color css
<style>
a { background-color: #E3564B; }
a { background-color: rgb(227,86,75); }
div.DivClassName
{
background-color: #E3564B;
}
.BgClassName
{
background-color: #E3564B;
}
</style>
border-color css
<style>
span { border-color: #E3564B; }
span { border-color: rgb(227,86,75); }
td.TdClassName
{
border-color: #E3564B;
}
.TagClassName
{
border-color: #E3564B;
}
</style>