Shades of Flamingo #E35A49
Tints of Flamingo #E35A49
RGB
CMYK
RGB Variations
Color information
#E35A49 (or 0xE35A49) is known color: Flamingo. HEX triplet: E3, 5A and 49. RGB value is (227,90,73). Sum of RGB (Red+Green+Blue) = 227+90+73=390 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.21% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35A49 is #1CA5B6. Grayscale: #818181. Windows color (decimal): -1877431 or 4807395. OLE color: 4807395.
HSL color Cylindrical-coordinate representation of color #E35A49: hue angle of 6.62º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E35A49 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 90 | 73 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.11 |
| HSL | 6.62º | 0.73% | 0.59% | - |
| HSV(B) | 6.62º | 0.68% | 0.89% | - |
| XYZ | 36.54 | 24.12 | 9.03 | - |
| YUV | 129.03 | 96.39 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 90 | 73 | 0 | 0.60 | 0.68 | 0.11 | 6.62 | 0.73 | 0.59 |
| Hex | E3 | 5A | 49 | 0 | 3C | 44 | B | 7 | 49 | 3B |
| Octal | 343 | 132 | 111 | 0 | 74 | 104 | 13 | 7 | 111 | 73 |
| Binary | 11100011 | 1011010 | 1001001 | 0 | 111100 | 1000100 | 1011 | 111 | 1001001 | 111011 |
Color Harmonies of #E35A49
Complementary color
Monochromatic Colors of #E35A49
Black with #E35A49
Text Example
Text Example
White with #E35A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35A49; }
p { color: rgb(227,90,73); }
H1.HeaderClassName
{
color: #E35A49;
}
.AnyTagClassName
{
color: #E35A49;
}
</style>
background-color css
<style>
a { background-color: #E35A49; }
a { background-color: rgb(227,90,73); }
div.DivClassName
{
background-color: #E35A49;
}
.BgClassName
{
background-color: #E35A49;
}
</style>
border-color css
<style>
span { border-color: #E35A49; }
span { border-color: rgb(227,90,73); }
td.TdClassName
{
border-color: #E35A49;
}
.TagClassName
{
border-color: #E35A49;
}
</style>