Shades of Flamingo #E16053
Tints of Flamingo #E16053
RGB
CMYK
RGB Variations
Color information
#E16053 (or 0xE16053) is known color: Flamingo. HEX triplet: E1, 60 and 53. RGB value is (225,96,83). Sum of RGB (Red+Green+Blue) = 225+96+83=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E16053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16053 is #1E9FAC. Grayscale: #858585. Windows color (decimal): -2006957 or 5464289. OLE color: 5464289.
HSL color Cylindrical-coordinate representation of color #E16053: hue angle of 5.49º 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 #E16053 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 96 | 83 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.12 |
| HSL | 5.49º | 0.7% | 0.6% | - |
| HSV(B) | 5.49º | 0.63% | 0.88% | - |
| XYZ | 36.8 | 25 | 11.07 | - |
| YUV | 133.09 | 99.74 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 96 | 83 | 0 | 0.57 | 0.63 | 0.12 | 5.49 | 0.7 | 0.6 |
| Hex | E1 | 60 | 53 | 0 | 39 | 3F | C | 5 | 46 | 3C |
| Octal | 341 | 140 | 123 | 0 | 71 | 77 | 14 | 5 | 106 | 74 |
| Binary | 11100001 | 1100000 | 1010011 | 0 | 111001 | 111111 | 1100 | 101 | 1000110 | 111100 |
Color Harmonies of #E16053
Complementary color
Monochromatic Colors of #E16053
Black with #E16053
Text Example
Text Example
White with #E16053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16053; }
p { color: rgb(225,96,83); }
H1.HeaderClassName
{
color: #E16053;
}
.AnyTagClassName
{
color: #E16053;
}
</style>
background-color css
<style>
a { background-color: #E16053; }
a { background-color: rgb(225,96,83); }
div.DivClassName
{
background-color: #E16053;
}
.BgClassName
{
background-color: #E16053;
}
</style>
border-color css
<style>
span { border-color: #E16053; }
span { border-color: rgb(225,96,83); }
td.TdClassName
{
border-color: #E16053;
}
.TagClassName
{
border-color: #E16053;
}
</style>