Shades of Flamingo #E15F51
Tints of Flamingo #E15F51
RGB
CMYK
RGB Variations
Color information
#E15F51 (or 0xE15F51) is known color: Flamingo. HEX triplet: E1, 5F and 51. RGB value is (225,95,81). Sum of RGB (Red+Green+Blue) = 225+95+81=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E15F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15F51 is #1EA0AE. Grayscale: #848484. Windows color (decimal): -2007215 or 5332961. OLE color: 5332961.
HSL color Cylindrical-coordinate representation of color #E15F51: hue angle of 5.83º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E15F51 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 95 | 81 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.12 |
| HSL | 5.83º | 0.71% | 0.6% | - |
| HSV(B) | 5.83º | 0.64% | 0.88% | - |
| XYZ | 36.63 | 24.79 | 10.64 | - |
| YUV | 132.27 | 99.07 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 95 | 81 | 0 | 0.58 | 0.64 | 0.12 | 5.83 | 0.71 | 0.6 |
| Hex | E1 | 5F | 51 | 0 | 3A | 40 | C | 6 | 47 | 3C |
| Octal | 341 | 137 | 121 | 0 | 72 | 100 | 14 | 6 | 107 | 74 |
| Binary | 11100001 | 1011111 | 1010001 | 0 | 111010 | 1000000 | 1100 | 110 | 1000111 | 111100 |
Color Harmonies of #E15F51
Complementary color
Monochromatic Colors of #E15F51
Black with #E15F51
Text Example
Text Example
White with #E15F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15F51; }
p { color: rgb(225,95,81); }
H1.HeaderClassName
{
color: #E15F51;
}
.AnyTagClassName
{
color: #E15F51;
}
</style>
background-color css
<style>
a { background-color: #E15F51; }
a { background-color: rgb(225,95,81); }
div.DivClassName
{
background-color: #E15F51;
}
.BgClassName
{
background-color: #E15F51;
}
</style>
border-color css
<style>
span { border-color: #E15F51; }
span { border-color: rgb(225,95,81); }
td.TdClassName
{
border-color: #E15F51;
}
.TagClassName
{
border-color: #E15F51;
}
</style>