Shades of Flamingo #E35754
Tints of Flamingo #E35754
RGB
CMYK
RGB Variations
Color information
#E35754 (or 0xE35754) is known color: Flamingo. HEX triplet: E3, 57 and 54. RGB value is (227,87,84). Sum of RGB (Red+Green+Blue) = 227+87+84=398 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.04% from 398); Green value is 87 (34.38% from 255 or 21.86% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 227 - color contains mainly: red. Hex color #E35754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35754 is #1CA8AB. Grayscale: #808080. Windows color (decimal): -1878188 or 5527523. OLE color: 5527523.
HSL color Cylindrical-coordinate representation of color #E35754: hue angle of 1.26º 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 #E35754 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 87 | 84 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.11 |
| HSL | 1.26º | 0.72% | 0.61% | - |
| HSV(B) | 1.26º | 0.63% | 0.89% | - |
| XYZ | 36.69 | 23.79 | 11.05 | - |
| YUV | 128.52 | 102.88 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 87 | 84 | 0 | 0.62 | 0.63 | 0.11 | 1.26 | 0.72 | 0.61 |
| Hex | E3 | 57 | 54 | 0 | 3E | 3F | B | 1 | 48 | 3D |
| Octal | 343 | 127 | 124 | 0 | 76 | 77 | 13 | 1 | 110 | 75 |
| Binary | 11100011 | 1010111 | 1010100 | 0 | 111110 | 111111 | 1011 | 1 | 1001000 | 111101 |
Color Harmonies of #E35754
Complementary color
Monochromatic Colors of #E35754
Black with #E35754
Text Example
Text Example
White with #E35754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35754; }
p { color: rgb(227,87,84); }
H1.HeaderClassName
{
color: #E35754;
}
.AnyTagClassName
{
color: #E35754;
}
</style>
background-color css
<style>
a { background-color: #E35754; }
a { background-color: rgb(227,87,84); }
div.DivClassName
{
background-color: #E35754;
}
.BgClassName
{
background-color: #E35754;
}
</style>
border-color css
<style>
span { border-color: #E35754; }
span { border-color: rgb(227,87,84); }
td.TdClassName
{
border-color: #E35754;
}
.TagClassName
{
border-color: #E35754;
}
</style>