Shades of Flamingo #E15D4D
Tints of Flamingo #E15D4D
RGB
CMYK
RGB Variations
Color information
#E15D4D (or 0xE15D4D) is known color: Flamingo. HEX triplet: E1, 5D and 4D. RGB value is (225,93,77). Sum of RGB (Red+Green+Blue) = 225+93+77=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15D4D is #1EA2B2. Grayscale: #828282. Windows color (decimal): -2007731 or 5070305. OLE color: 5070305.
HSL color Cylindrical-coordinate representation of color #E15D4D: hue angle of 6.49º 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 #E15D4D is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 77 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.12 |
| HSL | 6.49º | 0.71% | 0.59% | - |
| HSV(B) | 6.49º | 0.66% | 0.88% | - |
| XYZ | 36.31 | 24.37 | 9.81 | - |
| YUV | 130.64 | 97.73 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 77 | 0 | 0.59 | 0.66 | 0.12 | 6.49 | 0.71 | 0.59 |
| Hex | E1 | 5D | 4D | 0 | 3B | 42 | C | 6 | 47 | 3B |
| Octal | 341 | 135 | 115 | 0 | 73 | 102 | 14 | 6 | 107 | 73 |
| Binary | 11100001 | 1011101 | 1001101 | 0 | 111011 | 1000010 | 1100 | 110 | 1000111 | 111011 |
Color Harmonies of #E15D4D
Complementary color
Monochromatic Colors of #E15D4D
Black with #E15D4D
Text Example
Text Example
White with #E15D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15D4D; }
p { color: rgb(225,93,77); }
H1.HeaderClassName
{
color: #E15D4D;
}
.AnyTagClassName
{
color: #E15D4D;
}
</style>
background-color css
<style>
a { background-color: #E15D4D; }
a { background-color: rgb(225,93,77); }
div.DivClassName
{
background-color: #E15D4D;
}
.BgClassName
{
background-color: #E15D4D;
}
</style>
border-color css
<style>
span { border-color: #E15D4D; }
span { border-color: rgb(225,93,77); }
td.TdClassName
{
border-color: #E15D4D;
}
.TagClassName
{
border-color: #E15D4D;
}
</style>