Shades of Flamingo #E35A4D
Tints of Flamingo #E35A4D
RGB
CMYK
RGB Variations
Color information
#E35A4D (or 0xE35A4D) is known color: Flamingo. HEX triplet: E3, 5A and 4D. RGB value is (227,90,77). Sum of RGB (Red+Green+Blue) = 227+90+77=394 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.61% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35A4D is #1CA5B2. Grayscale: #818181. Windows color (decimal): -1877427 or 5069539. OLE color: 5069539.
HSL color Cylindrical-coordinate representation of color #E35A4D: hue angle of 5.2º 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 #E35A4D is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 90 | 77 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.11 |
| HSL | 5.2º | 0.73% | 0.6% | - |
| HSV(B) | 5.2º | 0.66% | 0.89% | - |
| XYZ | 36.67 | 24.18 | 9.76 | - |
| YUV | 129.48 | 98.39 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 90 | 77 | 0 | 0.60 | 0.66 | 0.11 | 5.2 | 0.73 | 0.6 |
| Hex | E3 | 5A | 4D | 0 | 3C | 42 | B | 5 | 49 | 3C |
| Octal | 343 | 132 | 115 | 0 | 74 | 102 | 13 | 5 | 111 | 74 |
| Binary | 11100011 | 1011010 | 1001101 | 0 | 111100 | 1000010 | 1011 | 101 | 1001001 | 111100 |
Color Harmonies of #E35A4D
Complementary color
Monochromatic Colors of #E35A4D
Black with #E35A4D
Text Example
Text Example
White with #E35A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35A4D; }
p { color: rgb(227,90,77); }
H1.HeaderClassName
{
color: #E35A4D;
}
.AnyTagClassName
{
color: #E35A4D;
}
</style>
background-color css
<style>
a { background-color: #E35A4D; }
a { background-color: rgb(227,90,77); }
div.DivClassName
{
background-color: #E35A4D;
}
.BgClassName
{
background-color: #E35A4D;
}
</style>
border-color css
<style>
span { border-color: #E35A4D; }
span { border-color: rgb(227,90,77); }
td.TdClassName
{
border-color: #E35A4D;
}
.TagClassName
{
border-color: #E35A4D;
}
</style>