Shades of Flamingo #E36050
Tints of Flamingo #E36050
RGB
CMYK
RGB Variations
Color information
#E36050 (or 0xE36050) is known color: Flamingo. HEX triplet: E3, 60 and 50. RGB value is (227,96,80). Sum of RGB (Red+Green+Blue) = 227+96+80=403 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.33% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 227 - color contains mainly: red. Hex color #E36050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36050 is #1C9FAF. Grayscale: #858585. Windows color (decimal): -1875888 or 5267683. OLE color: 5267683.
HSL color Cylindrical-coordinate representation of color #E36050: hue angle of 6.53º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E36050 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 96 | 80 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.11 |
| HSL | 6.53º | 0.72% | 0.6% | - |
| HSV(B) | 6.53º | 0.65% | 0.89% | - |
| XYZ | 37.31 | 25.28 | 10.5 | - |
| YUV | 133.35 | 97.9 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 96 | 80 | 0 | 0.58 | 0.65 | 0.11 | 6.53 | 0.72 | 0.6 |
| Hex | E3 | 60 | 50 | 0 | 3A | 41 | B | 7 | 48 | 3C |
| Octal | 343 | 140 | 120 | 0 | 72 | 101 | 13 | 7 | 110 | 74 |
| Binary | 11100011 | 1100000 | 1010000 | 0 | 111010 | 1000001 | 1011 | 111 | 1001000 | 111100 |
Color Harmonies of #E36050
Complementary color
Monochromatic Colors of #E36050
Black with #E36050
Text Example
Text Example
White with #E36050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36050; }
p { color: rgb(227,96,80); }
H1.HeaderClassName
{
color: #E36050;
}
.AnyTagClassName
{
color: #E36050;
}
</style>
background-color css
<style>
a { background-color: #E36050; }
a { background-color: rgb(227,96,80); }
div.DivClassName
{
background-color: #E36050;
}
.BgClassName
{
background-color: #E36050;
}
</style>
border-color css
<style>
span { border-color: #E36050; }
span { border-color: rgb(227,96,80); }
td.TdClassName
{
border-color: #E36050;
}
.TagClassName
{
border-color: #E36050;
}
</style>