Shades of Flamingo #E35F46
Tints of Flamingo #E35F46
RGB
CMYK
RGB Variations
Color information
#E35F46 (or 0xE35F46) is known color: Flamingo. HEX triplet: E3, 5F and 46. RGB value is (227,95,70). Sum of RGB (Red+Green+Blue) = 227+95+70=392 (51% of max value = 765). Red value is 227 (89.06% from 255 or 57.91% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35F46 is #1CA0B9. Grayscale: #838383. Windows color (decimal): -1876154 or 4612067. OLE color: 4612067.
HSL color Cylindrical-coordinate representation of color #E35F46: hue angle of 9.55º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E35F46 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 95 | 70 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.11 |
| HSL | 9.55º | 0.74% | 0.58% | - |
| HSV(B) | 9.55º | 0.69% | 0.89% | - |
| XYZ | 36.88 | 24.96 | 8.67 | - |
| YUV | 131.62 | 93.23 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 95 | 70 | 0 | 0.58 | 0.69 | 0.11 | 9.55 | 0.74 | 0.58 |
| Hex | E3 | 5F | 46 | 0 | 3A | 45 | B | A | 4A | 3A |
| Octal | 343 | 137 | 106 | 0 | 72 | 105 | 13 | 12 | 112 | 72 |
| Binary | 11100011 | 1011111 | 1000110 | 0 | 111010 | 1000101 | 1011 | 1010 | 1001010 | 111010 |
Color Harmonies of #E35F46
Complementary color
Monochromatic Colors of #E35F46
Black with #E35F46
Text Example
Text Example
White with #E35F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35F46; }
p { color: rgb(227,95,70); }
H1.HeaderClassName
{
color: #E35F46;
}
.AnyTagClassName
{
color: #E35F46;
}
</style>
background-color css
<style>
a { background-color: #E35F46; }
a { background-color: rgb(227,95,70); }
div.DivClassName
{
background-color: #E35F46;
}
.BgClassName
{
background-color: #E35F46;
}
</style>
border-color css
<style>
span { border-color: #E35F46; }
span { border-color: rgb(227,95,70); }
td.TdClassName
{
border-color: #E35F46;
}
.TagClassName
{
border-color: #E35F46;
}
</style>