Shades of Flamingo #E15A4D
Tints of Flamingo #E15A4D
RGB
CMYK
RGB Variations
Color information
#E15A4D (or 0xE15A4D) is known color: Flamingo. HEX triplet: E1, 5A and 4D. RGB value is (225,90,77). Sum of RGB (Red+Green+Blue) = 225+90+77=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15A4D is #1EA5B2. Grayscale: #818181. Windows color (decimal): -2008499 or 5069537. OLE color: 5069537.
HSL color Cylindrical-coordinate representation of color #E15A4D: hue angle of 5.27º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E15A4D is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 90 | 77 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.12 |
| HSL | 5.27º | 0.71% | 0.59% | - |
| HSV(B) | 5.27º | 0.66% | 0.88% | - |
| XYZ | 36.05 | 23.86 | 9.73 | - |
| YUV | 128.88 | 98.73 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 90 | 77 | 0 | 0.60 | 0.66 | 0.12 | 5.27 | 0.71 | 0.59 |
| Hex | E1 | 5A | 4D | 0 | 3C | 42 | C | 5 | 47 | 3B |
| Octal | 341 | 132 | 115 | 0 | 74 | 102 | 14 | 5 | 107 | 73 |
| Binary | 11100001 | 1011010 | 1001101 | 0 | 111100 | 1000010 | 1100 | 101 | 1000111 | 111011 |
Color Harmonies of #E15A4D
Complementary color
Monochromatic Colors of #E15A4D
Black with #E15A4D
Text Example
Text Example
White with #E15A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15A4D; }
p { color: rgb(225,90,77); }
H1.HeaderClassName
{
color: #E15A4D;
}
.AnyTagClassName
{
color: #E15A4D;
}
</style>
background-color css
<style>
a { background-color: #E15A4D; }
a { background-color: rgb(225,90,77); }
div.DivClassName
{
background-color: #E15A4D;
}
.BgClassName
{
background-color: #E15A4D;
}
</style>
border-color css
<style>
span { border-color: #E15A4D; }
span { border-color: rgb(225,90,77); }
td.TdClassName
{
border-color: #E15A4D;
}
.TagClassName
{
border-color: #E15A4D;
}
</style>