Shades of Flamingo #E35A46
Tints of Flamingo #E35A46
RGB
CMYK
RGB Variations
Color information
#E35A46 (or 0xE35A46) is known color: Flamingo. HEX triplet: E3, 5A and 46. RGB value is (227,90,70). Sum of RGB (Red+Green+Blue) = 227+90+70=387 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.66% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 70 (27.73% from 255 or 18.09% from 387); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35A46 is #1CA5B9. Grayscale: #808080. Windows color (decimal): -1877434 or 4610787. OLE color: 4610787.
HSL color Cylindrical-coordinate representation of color #E35A46: hue angle of 7.64º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E35A46 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 90 | 70 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.11 |
| HSL | 7.64º | 0.74% | 0.58% | - |
| HSV(B) | 7.64º | 0.69% | 0.89% | - |
| XYZ | 36.44 | 24.09 | 8.52 | - |
| YUV | 128.68 | 94.89 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 90 | 70 | 0 | 0.60 | 0.69 | 0.11 | 7.64 | 0.74 | 0.58 |
| Hex | E3 | 5A | 46 | 0 | 3C | 45 | B | 8 | 4A | 3A |
| Octal | 343 | 132 | 106 | 0 | 74 | 105 | 13 | 10 | 112 | 72 |
| Binary | 11100011 | 1011010 | 1000110 | 0 | 111100 | 1000101 | 1011 | 1000 | 1001010 | 111010 |
Color Harmonies of #E35A46
Complementary color
Monochromatic Colors of #E35A46
Black with #E35A46
Text Example
Text Example
White with #E35A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35A46; }
p { color: rgb(227,90,70); }
H1.HeaderClassName
{
color: #E35A46;
}
.AnyTagClassName
{
color: #E35A46;
}
</style>
background-color css
<style>
a { background-color: #E35A46; }
a { background-color: rgb(227,90,70); }
div.DivClassName
{
background-color: #E35A46;
}
.BgClassName
{
background-color: #E35A46;
}
</style>
border-color css
<style>
span { border-color: #E35A46; }
span { border-color: rgb(227,90,70); }
td.TdClassName
{
border-color: #E35A46;
}
.TagClassName
{
border-color: #E35A46;
}
</style>