Shades of Flamingo #E65A47
Tints of Flamingo #E65A47
RGB
CMYK
RGB Variations
Color information
#E65A47 (or 0xE65A47) is known color: Flamingo. HEX triplet: E6, 5A and 47. RGB value is (230,90,71). Sum of RGB (Red+Green+Blue) = 230+90+71=391 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.82% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 71 (28.12% from 255 or 18.16% from 391); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65A47 is #19A5B8. Grayscale: #818181. Windows color (decimal): -1680825 or 4676326. OLE color: 4676326.
HSL color Cylindrical-coordinate representation of color #E65A47: hue angle of 7.17º 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 #E65A47 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 90 | 71 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.10 |
| HSL | 7.17º | 0.76% | 0.59% | - |
| HSV(B) | 7.17º | 0.69% | 0.9% | - |
| XYZ | 37.43 | 24.59 | 8.74 | - |
| YUV | 129.69 | 94.88 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 71 | 0 | 0.61 | 0.69 | 0.10 | 7.17 | 0.76 | 0.59 |
| Hex | E6 | 5A | 47 | 0 | 3D | 45 | A | 7 | 4C | 3B |
| Octal | 346 | 132 | 107 | 0 | 75 | 105 | 12 | 7 | 114 | 73 |
| Binary | 11100110 | 1011010 | 1000111 | 0 | 111101 | 1000101 | 1010 | 111 | 1001100 | 111011 |
Color Harmonies of #E65A47
Complementary color
Monochromatic Colors of #E65A47
Black with #E65A47
Text Example
Text Example
White with #E65A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65A47; }
p { color: rgb(230,90,71); }
H1.HeaderClassName
{
color: #E65A47;
}
.AnyTagClassName
{
color: #E65A47;
}
</style>
background-color css
<style>
a { background-color: #E65A47; }
a { background-color: rgb(230,90,71); }
div.DivClassName
{
background-color: #E65A47;
}
.BgClassName
{
background-color: #E65A47;
}
</style>
border-color css
<style>
span { border-color: #E65A47; }
span { border-color: rgb(230,90,71); }
td.TdClassName
{
border-color: #E65A47;
}
.TagClassName
{
border-color: #E65A47;
}
</style>