Shades of Flamingo #E15C53
Tints of Flamingo #E15C53
RGB
CMYK
RGB Variations
Color information
#E15C53 (or 0xE15C53) is known color: Flamingo. HEX triplet: E1, 5C and 53. RGB value is (225,92,83). Sum of RGB (Red+Green+Blue) = 225+92+83=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 83 (32.81% from 255 or 20.75% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15C53 is #1EA3AC. Grayscale: #828282. Windows color (decimal): -2007981 or 5463265. OLE color: 5463265.
HSL color Cylindrical-coordinate representation of color #E15C53: hue angle of 3.8º 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 #E15C53 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 92 | 83 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.12 |
| HSL | 3.8º | 0.7% | 0.6% | - |
| HSV(B) | 3.8º | 0.63% | 0.88% | - |
| XYZ | 36.44 | 24.29 | 10.95 | - |
| YUV | 130.74 | 101.06 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 83 | 0 | 0.59 | 0.63 | 0.12 | 3.8 | 0.7 | 0.6 |
| Hex | E1 | 5C | 53 | 0 | 3B | 3F | C | 4 | 46 | 3C |
| Octal | 341 | 134 | 123 | 0 | 73 | 77 | 14 | 4 | 106 | 74 |
| Binary | 11100001 | 1011100 | 1010011 | 0 | 111011 | 111111 | 1100 | 100 | 1000110 | 111100 |
Color Harmonies of #E15C53
Complementary color
Monochromatic Colors of #E15C53
Black with #E15C53
Text Example
Text Example
White with #E15C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15C53; }
p { color: rgb(225,92,83); }
H1.HeaderClassName
{
color: #E15C53;
}
.AnyTagClassName
{
color: #E15C53;
}
</style>
background-color css
<style>
a { background-color: #E15C53; }
a { background-color: rgb(225,92,83); }
div.DivClassName
{
background-color: #E15C53;
}
.BgClassName
{
background-color: #E15C53;
}
</style>
border-color css
<style>
span { border-color: #E15C53; }
span { border-color: rgb(225,92,83); }
td.TdClassName
{
border-color: #E15C53;
}
.TagClassName
{
border-color: #E15C53;
}
</style>