Shades of Flamingo #E65C47
Tints of Flamingo #E65C47
RGB
CMYK
RGB Variations
Color information
#E65C47 (or 0xE65C47) is known color: Flamingo. HEX triplet: E6, 5C and 47. RGB value is (230,92,71). Sum of RGB (Red+Green+Blue) = 230+92+71=393 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.52% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 71 (28.12% from 255 or 18.07% from 393); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65C47 is #19A3B8. Grayscale: #838383. Windows color (decimal): -1680313 or 4676838. OLE color: 4676838.
HSL color Cylindrical-coordinate representation of color #E65C47: hue angle of 7.92º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E65C47 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 71 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.10 |
| HSL | 7.92º | 0.76% | 0.59% | - |
| HSV(B) | 7.92º | 0.69% | 0.9% | - |
| XYZ | 37.6 | 24.93 | 8.79 | - |
| YUV | 130.87 | 94.22 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 71 | 0 | 0.60 | 0.69 | 0.10 | 7.92 | 0.76 | 0.59 |
| Hex | E6 | 5C | 47 | 0 | 3C | 45 | A | 8 | 4C | 3B |
| Octal | 346 | 134 | 107 | 0 | 74 | 105 | 12 | 10 | 114 | 73 |
| Binary | 11100110 | 1011100 | 1000111 | 0 | 111100 | 1000101 | 1010 | 1000 | 1001100 | 111011 |
Color Harmonies of #E65C47
Complementary color
Monochromatic Colors of #E65C47
Black with #E65C47
Text Example
Text Example
White with #E65C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65C47; }
p { color: rgb(230,92,71); }
H1.HeaderClassName
{
color: #E65C47;
}
.AnyTagClassName
{
color: #E65C47;
}
</style>
background-color css
<style>
a { background-color: #E65C47; }
a { background-color: rgb(230,92,71); }
div.DivClassName
{
background-color: #E65C47;
}
.BgClassName
{
background-color: #E65C47;
}
</style>
border-color css
<style>
span { border-color: #E65C47; }
span { border-color: rgb(230,92,71); }
td.TdClassName
{
border-color: #E65C47;
}
.TagClassName
{
border-color: #E65C47;
}
</style>