Shades of Flamingo #E15D54
Tints of Flamingo #E15D54
RGB
CMYK
RGB Variations
Color information
#E15D54 (or 0xE15D54) is known color: Flamingo. HEX triplet: E1, 5D and 54. RGB value is (225,93,84). Sum of RGB (Red+Green+Blue) = 225+93+84=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15D54 is #1EA2AB. Grayscale: #838383. Windows color (decimal): -2007724 or 5529057. OLE color: 5529057.
HSL color Cylindrical-coordinate representation of color #E15D54: hue angle of 3.83º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E15D54 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 84 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.12 |
| HSL | 3.83º | 0.7% | 0.61% | - |
| HSV(B) | 3.83º | 0.63% | 0.88% | - |
| XYZ | 36.57 | 24.48 | 11.18 | - |
| YUV | 131.44 | 101.23 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 84 | 0 | 0.59 | 0.63 | 0.12 | 3.83 | 0.7 | 0.61 |
| Hex | E1 | 5D | 54 | 0 | 3B | 3F | C | 4 | 46 | 3D |
| Octal | 341 | 135 | 124 | 0 | 73 | 77 | 14 | 4 | 106 | 75 |
| Binary | 11100001 | 1011101 | 1010100 | 0 | 111011 | 111111 | 1100 | 100 | 1000110 | 111101 |
Color Harmonies of #E15D54
Complementary color
Monochromatic Colors of #E15D54
Black with #E15D54
Text Example
Text Example
White with #E15D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15D54; }
p { color: rgb(225,93,84); }
H1.HeaderClassName
{
color: #E15D54;
}
.AnyTagClassName
{
color: #E15D54;
}
</style>
background-color css
<style>
a { background-color: #E15D54; }
a { background-color: rgb(225,93,84); }
div.DivClassName
{
background-color: #E15D54;
}
.BgClassName
{
background-color: #E15D54;
}
</style>
border-color css
<style>
span { border-color: #E15D54; }
span { border-color: rgb(225,93,84); }
td.TdClassName
{
border-color: #E15D54;
}
.TagClassName
{
border-color: #E15D54;
}
</style>