Shades of Flamingo #E15B4E
Tints of Flamingo #E15B4E
RGB
CMYK
RGB Variations
Color information
#E15B4E (or 0xE15B4E) is known color: Flamingo. HEX triplet: E1, 5B and 4E. RGB value is (225,91,78). Sum of RGB (Red+Green+Blue) = 225+91+78=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 78 (30.86% from 255 or 19.80% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E15B4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15B4E is #1EA4B1. Grayscale: #818181. Windows color (decimal): -2008242 or 5135329. OLE color: 5135329.
HSL color Cylindrical-coordinate representation of color #E15B4E: hue angle of 5.31º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E15B4E is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 91 | 78 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.12 |
| HSL | 5.31º | 0.71% | 0.59% | - |
| HSV(B) | 5.31º | 0.65% | 0.88% | - |
| XYZ | 36.17 | 24.04 | 9.94 | - |
| YUV | 129.58 | 98.89 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 78 | 0 | 0.60 | 0.65 | 0.12 | 5.31 | 0.71 | 0.59 |
| Hex | E1 | 5B | 4E | 0 | 3C | 41 | C | 5 | 47 | 3B |
| Octal | 341 | 133 | 116 | 0 | 74 | 101 | 14 | 5 | 107 | 73 |
| Binary | 11100001 | 1011011 | 1001110 | 0 | 111100 | 1000001 | 1100 | 101 | 1000111 | 111011 |
Color Harmonies of #E15B4E
Complementary color
Monochromatic Colors of #E15B4E
Black with #E15B4E
Text Example
Text Example
White with #E15B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15B4E; }
p { color: rgb(225,91,78); }
H1.HeaderClassName
{
color: #E15B4E;
}
.AnyTagClassName
{
color: #E15B4E;
}
</style>
background-color css
<style>
a { background-color: #E15B4E; }
a { background-color: rgb(225,91,78); }
div.DivClassName
{
background-color: #E15B4E;
}
.BgClassName
{
background-color: #E15B4E;
}
</style>
border-color css
<style>
span { border-color: #E15B4E; }
span { border-color: rgb(225,91,78); }
td.TdClassName
{
border-color: #E15B4E;
}
.TagClassName
{
border-color: #E15B4E;
}
</style>