Shades of Flamingo #E35943
Tints of Flamingo #E35943
RGB
CMYK
RGB Variations
Color information
#E35943 (or 0xE35943) is known color: Flamingo. HEX triplet: E3, 59 and 43. RGB value is (227,89,67). Sum of RGB (Red+Green+Blue) = 227+89+67=383 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.27% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 227 - color contains mainly: red. Hex color #E35943 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35943 is #1CA6BC. Grayscale: #7F7F7F. Windows color (decimal): -1877693 or 4413923. OLE color: 4413923.
HSL color Cylindrical-coordinate representation of color #E35943: hue angle of 8.25º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E35943 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 89 | 67 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.11 |
| HSL | 8.25º | 0.74% | 0.58% | - |
| HSV(B) | 8.25º | 0.7% | 0.89% | - |
| XYZ | 36.26 | 23.88 | 8.01 | - |
| YUV | 127.75 | 93.72 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 89 | 67 | 0 | 0.61 | 0.70 | 0.11 | 8.25 | 0.74 | 0.58 |
| Hex | E3 | 59 | 43 | 0 | 3D | 46 | B | 8 | 4A | 3A |
| Octal | 343 | 131 | 103 | 0 | 75 | 106 | 13 | 10 | 112 | 72 |
| Binary | 11100011 | 1011001 | 1000011 | 0 | 111101 | 1000110 | 1011 | 1000 | 1001010 | 111010 |
Color Harmonies of #E35943
Complementary color
Monochromatic Colors of #E35943
Black with #E35943
Text Example
Text Example
White with #E35943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35943; }
p { color: rgb(227,89,67); }
H1.HeaderClassName
{
color: #E35943;
}
.AnyTagClassName
{
color: #E35943;
}
</style>
background-color css
<style>
a { background-color: #E35943; }
a { background-color: rgb(227,89,67); }
div.DivClassName
{
background-color: #E35943;
}
.BgClassName
{
background-color: #E35943;
}
</style>
border-color css
<style>
span { border-color: #E35943; }
span { border-color: rgb(227,89,67); }
td.TdClassName
{
border-color: #E35943;
}
.TagClassName
{
border-color: #E35943;
}
</style>