Shades of Flamingo #E35A40
Tints of Flamingo #E35A40
RGB
CMYK
RGB Variations
Color information
#E35A40 (or 0xE35A40) is known color: Flamingo. HEX triplet: E3, 5A and 40. RGB value is (227,90,64). Sum of RGB (Red+Green+Blue) = 227+90+64=381 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.58% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35A40 is #1CA5BF. Grayscale: #808080. Windows color (decimal): -1877440 or 4217571. OLE color: 4217571.
HSL color Cylindrical-coordinate representation of color #E35A40: hue angle of 9.57º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E35A40 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 90 | 64 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.11 |
| HSL | 9.57º | 0.74% | 0.57% | - |
| HSV(B) | 9.57º | 0.72% | 0.89% | - |
| XYZ | 36.26 | 24.01 | 7.57 | - |
| YUV | 128 | 91.89 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 90 | 64 | 0 | 0.60 | 0.72 | 0.11 | 9.57 | 0.74 | 0.57 |
| Hex | E3 | 5A | 40 | 0 | 3C | 48 | B | A | 4A | 39 |
| Octal | 343 | 132 | 100 | 0 | 74 | 110 | 13 | 12 | 112 | 71 |
| Binary | 11100011 | 1011010 | 1000000 | 0 | 111100 | 1001000 | 1011 | 1010 | 1001010 | 111001 |
Color Harmonies of #E35A40
Complementary color
Monochromatic Colors of #E35A40
Black with #E35A40
Text Example
Text Example
White with #E35A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35A40; }
p { color: rgb(227,90,64); }
H1.HeaderClassName
{
color: #E35A40;
}
.AnyTagClassName
{
color: #E35A40;
}
</style>
background-color css
<style>
a { background-color: #E35A40; }
a { background-color: rgb(227,90,64); }
div.DivClassName
{
background-color: #E35A40;
}
.BgClassName
{
background-color: #E35A40;
}
</style>
border-color css
<style>
span { border-color: #E35A40; }
span { border-color: rgb(227,90,64); }
td.TdClassName
{
border-color: #E35A40;
}
.TagClassName
{
border-color: #E35A40;
}
</style>