Shades of Flamingo #E35D51
Tints of Flamingo #E35D51
RGB
CMYK
RGB Variations
Color information
#E35D51 (or 0xE35D51) is known color: Flamingo. HEX triplet: E3, 5D and 51. RGB value is (227,93,81). Sum of RGB (Red+Green+Blue) = 227+93+81=401 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.61% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35D51 is #1CA2AE. Grayscale: #838383. Windows color (decimal): -1876655 or 5332451. OLE color: 5332451.
HSL color Cylindrical-coordinate representation of color #E35D51: hue angle of 4.93º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E35D51 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 93 | 81 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.11 |
| HSL | 4.93º | 0.72% | 0.6% | - |
| HSV(B) | 4.93º | 0.64% | 0.89% | - |
| XYZ | 37.08 | 24.75 | 10.61 | - |
| YUV | 131.7 | 99.39 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 93 | 81 | 0 | 0.59 | 0.64 | 0.11 | 4.93 | 0.72 | 0.6 |
| Hex | E3 | 5D | 51 | 0 | 3B | 40 | B | 5 | 48 | 3C |
| Octal | 343 | 135 | 121 | 0 | 73 | 100 | 13 | 5 | 110 | 74 |
| Binary | 11100011 | 1011101 | 1010001 | 0 | 111011 | 1000000 | 1011 | 101 | 1001000 | 111100 |
Color Harmonies of #E35D51
Complementary color
Monochromatic Colors of #E35D51
Black with #E35D51
Text Example
Text Example
White with #E35D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35D51; }
p { color: rgb(227,93,81); }
H1.HeaderClassName
{
color: #E35D51;
}
.AnyTagClassName
{
color: #E35D51;
}
</style>
background-color css
<style>
a { background-color: #E35D51; }
a { background-color: rgb(227,93,81); }
div.DivClassName
{
background-color: #E35D51;
}
.BgClassName
{
background-color: #E35D51;
}
</style>
border-color css
<style>
span { border-color: #E35D51; }
span { border-color: rgb(227,93,81); }
td.TdClassName
{
border-color: #E35D51;
}
.TagClassName
{
border-color: #E35D51;
}
</style>