Shades of Flamingo #E15953
Tints of Flamingo #E15953
RGB
CMYK
RGB Variations
Color information
#E15953 (or 0xE15953) is known color: Flamingo. HEX triplet: E1, 59 and 53. RGB value is (225,89,83). Sum of RGB (Red+Green+Blue) = 225+89+83=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E15953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15953 is #1EA6AC. Grayscale: #818181. Windows color (decimal): -2008749 or 5462497. OLE color: 5462497.
HSL color Cylindrical-coordinate representation of color #E15953: hue angle of 2.54º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E15953 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 83 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.12 |
| HSL | 2.54º | 0.7% | 0.6% | - |
| HSV(B) | 2.54º | 0.63% | 0.88% | - |
| XYZ | 36.19 | 23.78 | 10.87 | - |
| YUV | 128.98 | 102.06 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 83 | 0 | 0.60 | 0.63 | 0.12 | 2.54 | 0.7 | 0.6 |
| Hex | E1 | 59 | 53 | 0 | 3C | 3F | C | 3 | 46 | 3C |
| Octal | 341 | 131 | 123 | 0 | 74 | 77 | 14 | 3 | 106 | 74 |
| Binary | 11100001 | 1011001 | 1010011 | 0 | 111100 | 111111 | 1100 | 11 | 1000110 | 111100 |
Color Harmonies of #E15953
Complementary color
Monochromatic Colors of #E15953
Black with #E15953
Text Example
Text Example
White with #E15953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15953; }
p { color: rgb(225,89,83); }
H1.HeaderClassName
{
color: #E15953;
}
.AnyTagClassName
{
color: #E15953;
}
</style>
background-color css
<style>
a { background-color: #E15953; }
a { background-color: rgb(225,89,83); }
div.DivClassName
{
background-color: #E15953;
}
.BgClassName
{
background-color: #E15953;
}
</style>
border-color css
<style>
span { border-color: #E15953; }
span { border-color: rgb(225,89,83); }
td.TdClassName
{
border-color: #E15953;
}
.TagClassName
{
border-color: #E15953;
}
</style>