Shades of Flamingo #E35F51
Tints of Flamingo #E35F51
RGB
CMYK
RGB Variations
Color information
#E35F51 (or 0xE35F51) is known color: Flamingo. HEX triplet: E3, 5F and 51. RGB value is (227,95,81). Sum of RGB (Red+Green+Blue) = 227+95+81=403 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.33% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35F51 is #1CA0AE. Grayscale: #858585. Windows color (decimal): -1876143 or 5332963. OLE color: 5332963.
HSL color Cylindrical-coordinate representation of color #E35F51: hue angle of 5.75º 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 #E35F51 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 95 | 81 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.11 |
| HSL | 5.75º | 0.72% | 0.6% | - |
| HSV(B) | 5.75º | 0.64% | 0.89% | - |
| XYZ | 37.26 | 25.11 | 10.67 | - |
| YUV | 132.87 | 98.73 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 95 | 81 | 0 | 0.58 | 0.64 | 0.11 | 5.75 | 0.72 | 0.6 |
| Hex | E3 | 5F | 51 | 0 | 3A | 40 | B | 6 | 48 | 3C |
| Octal | 343 | 137 | 121 | 0 | 72 | 100 | 13 | 6 | 110 | 74 |
| Binary | 11100011 | 1011111 | 1010001 | 0 | 111010 | 1000000 | 1011 | 110 | 1001000 | 111100 |
Color Harmonies of #E35F51
Complementary color
Monochromatic Colors of #E35F51
Black with #E35F51
Text Example
Text Example
White with #E35F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35F51; }
p { color: rgb(227,95,81); }
H1.HeaderClassName
{
color: #E35F51;
}
.AnyTagClassName
{
color: #E35F51;
}
</style>
background-color css
<style>
a { background-color: #E35F51; }
a { background-color: rgb(227,95,81); }
div.DivClassName
{
background-color: #E35F51;
}
.BgClassName
{
background-color: #E35F51;
}
</style>
border-color css
<style>
span { border-color: #E35F51; }
span { border-color: rgb(227,95,81); }
td.TdClassName
{
border-color: #E35F51;
}
.TagClassName
{
border-color: #E35F51;
}
</style>