Shades of Flamingo #E15C4D
Tints of Flamingo #E15C4D
RGB
CMYK
RGB Variations
Color information
#E15C4D (or 0xE15C4D) is known color: Flamingo. HEX triplet: E1, 5C and 4D. RGB value is (225,92,77). Sum of RGB (Red+Green+Blue) = 225+92+77=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15C4D is #1EA3B2. Grayscale: #828282. Windows color (decimal): -2007987 or 5070049. OLE color: 5070049.
HSL color Cylindrical-coordinate representation of color #E15C4D: hue angle of 6.08º 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 #E15C4D is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
RGB | 225 | 92 | 77 | - |
CMYK | 0 | 0.59 | 0.66 | 0.12 |
HSL | 6.08º | 0.71% | 0.59% | - |
HSV(B) | 6.08º | 0.66% | 0.88% | - |
XYZ | 36.22 | 24.2 | 9.78 | - |
YUV | 130.06 | 98.06 | 195.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 225 | 92 | 77 | 0 | 0.59 | 0.66 | 0.12 | 6.08 | 0.71 | 0.59 |
Hex | E1 | 5C | 4D | 0 | 3B | 42 | C | 6 | 47 | 3B |
Octal | 341 | 134 | 115 | 0 | 73 | 102 | 14 | 6 | 107 | 73 |
Binary | 11100001 | 1011100 | 1001101 | 0 | 111011 | 1000010 | 1100 | 110 | 1000111 | 111011 |
Color Harmonies of #E15C4D
Complementary color
Monochromatic Colors of #E15C4D
Black with #E15C4D
Text Example
Text Example
White with #E15C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15C4D; }
p { color: rgb(225,92,77); }
H1.HeaderClassName
{
color: #E15C4D;
}
.AnyTagClassName
{
color: #E15C4D;
}
</style>
background-color css
<style>
a { background-color: #E15C4D; }
a { background-color: rgb(225,92,77); }
div.DivClassName
{
background-color: #E15C4D;
}
.BgClassName
{
background-color: #E15C4D;
}
</style>
border-color css
<style>
span { border-color: #E15C4D; }
span { border-color: rgb(225,92,77); }
td.TdClassName
{
border-color: #E15C4D;
}
.TagClassName
{
border-color: #E15C4D;
}
</style>