Shades of Flamingo #E16350
Tints of Flamingo #E16350
RGB
CMYK
RGB Variations
Color information
#E16350 (or 0xE16350) is known color: Flamingo. HEX triplet: E1, 63 and 50. RGB value is (225,99,80). Sum of RGB (Red+Green+Blue) = 225+99+80=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E16350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16350 is #1E9CAF. Grayscale: #868686. Windows color (decimal): -2006192 or 5268449. OLE color: 5268449.
HSL color Cylindrical-coordinate representation of color #E16350: hue angle of 7.86º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E16350 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 99 | 80 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.12 |
| HSL | 7.86º | 0.71% | 0.6% | - |
| HSV(B) | 7.86º | 0.64% | 0.88% | - |
| XYZ | 36.96 | 25.51 | 10.57 | - |
| YUV | 134.51 | 97.24 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 99 | 80 | 0 | 0.56 | 0.64 | 0.12 | 7.86 | 0.71 | 0.6 |
| Hex | E1 | 63 | 50 | 0 | 38 | 40 | C | 8 | 47 | 3C |
| Octal | 341 | 143 | 120 | 0 | 70 | 100 | 14 | 10 | 107 | 74 |
| Binary | 11100001 | 1100011 | 1010000 | 0 | 111000 | 1000000 | 1100 | 1000 | 1000111 | 111100 |
Color Harmonies of #E16350
Complementary color
Monochromatic Colors of #E16350
Black with #E16350
Text Example
Text Example
White with #E16350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16350; }
p { color: rgb(225,99,80); }
H1.HeaderClassName
{
color: #E16350;
}
.AnyTagClassName
{
color: #E16350;
}
</style>
background-color css
<style>
a { background-color: #E16350; }
a { background-color: rgb(225,99,80); }
div.DivClassName
{
background-color: #E16350;
}
.BgClassName
{
background-color: #E16350;
}
</style>
border-color css
<style>
span { border-color: #E16350; }
span { border-color: rgb(225,99,80); }
td.TdClassName
{
border-color: #E16350;
}
.TagClassName
{
border-color: #E16350;
}
</style>