Shades of Flamingo #E35A4A
Tints of Flamingo #E35A4A
RGB
CMYK
RGB Variations
Color information
#E35A4A (or 0xE35A4A) is known color: Flamingo. HEX triplet: E3, 5A and 4A. RGB value is (227,90,74). Sum of RGB (Red+Green+Blue) = 227+90+74=391 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.06% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35A4A is #1CA5B5. Grayscale: #818181. Windows color (decimal): -1877430 or 4872931. OLE color: 4872931.
HSL color Cylindrical-coordinate representation of color #E35A4A: hue angle of 6.27º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E35A4A is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 90 | 74 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.11 |
| HSL | 6.27º | 0.73% | 0.59% | - |
| HSV(B) | 6.27º | 0.67% | 0.89% | - |
| XYZ | 36.57 | 24.14 | 9.21 | - |
| YUV | 129.14 | 96.89 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 90 | 74 | 0 | 0.60 | 0.67 | 0.11 | 6.27 | 0.73 | 0.59 |
| Hex | E3 | 5A | 4A | 0 | 3C | 43 | B | 6 | 49 | 3B |
| Octal | 343 | 132 | 112 | 0 | 74 | 103 | 13 | 6 | 111 | 73 |
| Binary | 11100011 | 1011010 | 1001010 | 0 | 111100 | 1000011 | 1011 | 110 | 1001001 | 111011 |
Color Harmonies of #E35A4A
Complementary color
Monochromatic Colors of #E35A4A
Black with #E35A4A
Text Example
Text Example
White with #E35A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35A4A; }
p { color: rgb(227,90,74); }
H1.HeaderClassName
{
color: #E35A4A;
}
.AnyTagClassName
{
color: #E35A4A;
}
</style>
background-color css
<style>
a { background-color: #E35A4A; }
a { background-color: rgb(227,90,74); }
div.DivClassName
{
background-color: #E35A4A;
}
.BgClassName
{
background-color: #E35A4A;
}
</style>
border-color css
<style>
span { border-color: #E35A4A; }
span { border-color: rgb(227,90,74); }
td.TdClassName
{
border-color: #E35A4A;
}
.TagClassName
{
border-color: #E35A4A;
}
</style>