Shades of Flamingo #E35B4A
Tints of Flamingo #E35B4A
RGB
CMYK
RGB Variations
Color information
#E35B4A (or 0xE35B4A) is known color: Flamingo. HEX triplet: E3, 5B and 4A. RGB value is (227,91,74). Sum of RGB (Red+Green+Blue) = 227+91+74=392 (51% of max value = 765). Red value is 227 (89.06% from 255 or 57.91% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 227 - color contains mainly: red. Hex color #E35B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35B4A is #1CA4B5. Grayscale: #818181. Windows color (decimal): -1877174 or 4873187. OLE color: 4873187.
HSL color Cylindrical-coordinate representation of color #E35B4A: hue angle of 6.67º 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 #E35B4A is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 91 | 74 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.11 |
| HSL | 6.67º | 0.73% | 0.59% | - |
| HSV(B) | 6.67º | 0.67% | 0.89% | - |
| XYZ | 36.66 | 24.31 | 9.24 | - |
| YUV | 129.73 | 96.56 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 91 | 74 | 0 | 0.60 | 0.67 | 0.11 | 6.67 | 0.73 | 0.59 |
| Hex | E3 | 5B | 4A | 0 | 3C | 43 | B | 7 | 49 | 3B |
| Octal | 343 | 133 | 112 | 0 | 74 | 103 | 13 | 7 | 111 | 73 |
| Binary | 11100011 | 1011011 | 1001010 | 0 | 111100 | 1000011 | 1011 | 111 | 1001001 | 111011 |
Color Harmonies of #E35B4A
Complementary color
Monochromatic Colors of #E35B4A
Black with #E35B4A
Text Example
Text Example
White with #E35B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35B4A; }
p { color: rgb(227,91,74); }
H1.HeaderClassName
{
color: #E35B4A;
}
.AnyTagClassName
{
color: #E35B4A;
}
</style>
background-color css
<style>
a { background-color: #E35B4A; }
a { background-color: rgb(227,91,74); }
div.DivClassName
{
background-color: #E35B4A;
}
.BgClassName
{
background-color: #E35B4A;
}
</style>
border-color css
<style>
span { border-color: #E35B4A; }
span { border-color: rgb(227,91,74); }
td.TdClassName
{
border-color: #E35B4A;
}
.TagClassName
{
border-color: #E35B4A;
}
</style>