Shades of Flamingo #E15C4C
Tints of Flamingo #E15C4C
RGB
CMYK
RGB Variations
Color information
#E15C4C (or 0xE15C4C) is known color: Flamingo. HEX triplet: E1, 5C and 4C. RGB value is (225,92,76). Sum of RGB (Red+Green+Blue) = 225+92+76=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15C4C is #1EA3B3. Grayscale: #828282. Windows color (decimal): -2007988 or 5004513. OLE color: 5004513.
HSL color Cylindrical-coordinate representation of color #E15C4C: hue angle of 6.44º 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 #E15C4C is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 92 | 76 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.12 |
| HSL | 6.44º | 0.71% | 0.59% | - |
| HSV(B) | 6.44º | 0.66% | 0.88% | - |
| XYZ | 36.18 | 24.18 | 9.6 | - |
| YUV | 129.94 | 97.56 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 76 | 0 | 0.59 | 0.66 | 0.12 | 6.44 | 0.71 | 0.59 |
| Hex | E1 | 5C | 4C | 0 | 3B | 42 | C | 6 | 47 | 3B |
| Octal | 341 | 134 | 114 | 0 | 73 | 102 | 14 | 6 | 107 | 73 |
| Binary | 11100001 | 1011100 | 1001100 | 0 | 111011 | 1000010 | 1100 | 110 | 1000111 | 111011 |
Color Harmonies of #E15C4C
Complementary color
Monochromatic Colors of #E15C4C
Black with #E15C4C
Text Example
Text Example
White with #E15C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15C4C; }
p { color: rgb(225,92,76); }
H1.HeaderClassName
{
color: #E15C4C;
}
.AnyTagClassName
{
color: #E15C4C;
}
</style>
background-color css
<style>
a { background-color: #E15C4C; }
a { background-color: rgb(225,92,76); }
div.DivClassName
{
background-color: #E15C4C;
}
.BgClassName
{
background-color: #E15C4C;
}
</style>
border-color css
<style>
span { border-color: #E15C4C; }
span { border-color: rgb(225,92,76); }
td.TdClassName
{
border-color: #E15C4C;
}
.TagClassName
{
border-color: #E15C4C;
}
</style>