Shades of Flamingo #E35C4E
Tints of Flamingo #E35C4E
RGB
CMYK
RGB Variations
Color information
#E35C4E (or 0xE35C4E) is known color: Flamingo. HEX triplet: E3, 5C and 4E. RGB value is (227,92,78). Sum of RGB (Red+Green+Blue) = 227+92+78=397 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.18% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35C4E is #1CA3B1. Grayscale: #828282. Windows color (decimal): -1876914 or 5135587. OLE color: 5135587.
HSL color Cylindrical-coordinate representation of color #E35C4E: hue angle of 5.64º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E35C4E is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 92 | 78 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.11 |
| HSL | 5.64º | 0.73% | 0.6% | - |
| HSV(B) | 5.64º | 0.66% | 0.89% | - |
| XYZ | 36.88 | 24.54 | 10 | - |
| YUV | 130.77 | 98.23 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 92 | 78 | 0 | 0.59 | 0.66 | 0.11 | 5.64 | 0.73 | 0.6 |
| Hex | E3 | 5C | 4E | 0 | 3B | 42 | B | 6 | 49 | 3C |
| Octal | 343 | 134 | 116 | 0 | 73 | 102 | 13 | 6 | 111 | 74 |
| Binary | 11100011 | 1011100 | 1001110 | 0 | 111011 | 1000010 | 1011 | 110 | 1001001 | 111100 |
Color Harmonies of #E35C4E
Complementary color
Monochromatic Colors of #E35C4E
Black with #E35C4E
Text Example
Text Example
White with #E35C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35C4E; }
p { color: rgb(227,92,78); }
H1.HeaderClassName
{
color: #E35C4E;
}
.AnyTagClassName
{
color: #E35C4E;
}
</style>
background-color css
<style>
a { background-color: #E35C4E; }
a { background-color: rgb(227,92,78); }
div.DivClassName
{
background-color: #E35C4E;
}
.BgClassName
{
background-color: #E35C4E;
}
</style>
border-color css
<style>
span { border-color: #E35C4E; }
span { border-color: rgb(227,92,78); }
td.TdClassName
{
border-color: #E35C4E;
}
.TagClassName
{
border-color: #E35C4E;
}
</style>