Shades of Flamingo #E35D54
Tints of Flamingo #E35D54
RGB
CMYK
RGB Variations
Color information
#E35D54 (or 0xE35D54) is known color: Flamingo. HEX triplet: E3, 5D and 54. RGB value is (227,93,84). Sum of RGB (Red+Green+Blue) = 227+93+84=404 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.19% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 84 (33.20% from 255 or 20.79% from 404); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35D54 is #1CA2AB. Grayscale: #848484. Windows color (decimal): -1876652 or 5529059. OLE color: 5529059.
HSL color Cylindrical-coordinate representation of color #E35D54: hue angle of 3.78º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E35D54 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 93 | 84 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.11 |
| HSL | 3.78º | 0.72% | 0.61% | - |
| HSV(B) | 3.78º | 0.63% | 0.89% | - |
| XYZ | 37.19 | 24.8 | 11.21 | - |
| YUV | 132.04 | 100.89 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 93 | 84 | 0 | 0.59 | 0.63 | 0.11 | 3.78 | 0.72 | 0.61 |
| Hex | E3 | 5D | 54 | 0 | 3B | 3F | B | 4 | 48 | 3D |
| Octal | 343 | 135 | 124 | 0 | 73 | 77 | 13 | 4 | 110 | 75 |
| Binary | 11100011 | 1011101 | 1010100 | 0 | 111011 | 111111 | 1011 | 100 | 1001000 | 111101 |
Color Harmonies of #E35D54
Complementary color
Monochromatic Colors of #E35D54
Black with #E35D54
Text Example
Text Example
White with #E35D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35D54; }
p { color: rgb(227,93,84); }
H1.HeaderClassName
{
color: #E35D54;
}
.AnyTagClassName
{
color: #E35D54;
}
</style>
background-color css
<style>
a { background-color: #E35D54; }
a { background-color: rgb(227,93,84); }
div.DivClassName
{
background-color: #E35D54;
}
.BgClassName
{
background-color: #E35D54;
}
</style>
border-color css
<style>
span { border-color: #E35D54; }
span { border-color: rgb(227,93,84); }
td.TdClassName
{
border-color: #E35D54;
}
.TagClassName
{
border-color: #E35D54;
}
</style>