Shades of Flamingo #E35F50
Tints of Flamingo #E35F50
RGB
CMYK
RGB Variations
Color information
#E35F50 (or 0xE35F50) is known color: Flamingo. HEX triplet: E3, 5F and 50. RGB value is (227,95,80). Sum of RGB (Red+Green+Blue) = 227+95+80=402 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.47% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35F50 is #1CA0AF. Grayscale: #848484. Windows color (decimal): -1876144 or 5267427. OLE color: 5267427.
HSL color Cylindrical-coordinate representation of color #E35F50: hue angle of 6.12º 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 #E35F50 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 95 | 80 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.11 |
| HSL | 6.12º | 0.72% | 0.6% | - |
| HSV(B) | 6.12º | 0.65% | 0.89% | - |
| XYZ | 37.22 | 25.09 | 10.47 | - |
| YUV | 132.76 | 98.23 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 95 | 80 | 0 | 0.58 | 0.65 | 0.11 | 6.12 | 0.72 | 0.6 |
| Hex | E3 | 5F | 50 | 0 | 3A | 41 | B | 6 | 48 | 3C |
| Octal | 343 | 137 | 120 | 0 | 72 | 101 | 13 | 6 | 110 | 74 |
| Binary | 11100011 | 1011111 | 1010000 | 0 | 111010 | 1000001 | 1011 | 110 | 1001000 | 111100 |
Color Harmonies of #E35F50
Complementary color
Monochromatic Colors of #E35F50
Black with #E35F50
Text Example
Text Example
White with #E35F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35F50; }
p { color: rgb(227,95,80); }
H1.HeaderClassName
{
color: #E35F50;
}
.AnyTagClassName
{
color: #E35F50;
}
</style>
background-color css
<style>
a { background-color: #E35F50; }
a { background-color: rgb(227,95,80); }
div.DivClassName
{
background-color: #E35F50;
}
.BgClassName
{
background-color: #E35F50;
}
</style>
border-color css
<style>
span { border-color: #E35F50; }
span { border-color: rgb(227,95,80); }
td.TdClassName
{
border-color: #E35F50;
}
.TagClassName
{
border-color: #E35F50;
}
</style>