Shades of Flamingo #E65C42
Tints of Flamingo #E65C42
RGB
CMYK
RGB Variations
Color information
#E65C42 (or 0xE65C42) is known color: Flamingo. HEX triplet: E6, 5C and 42. RGB value is (230,92,66). Sum of RGB (Red+Green+Blue) = 230+92+66=388 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.28% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65C42 is #19A3BD. Grayscale: #828282. Windows color (decimal): -1680318 or 4349158. OLE color: 4349158.
HSL color Cylindrical-coordinate representation of color #E65C42: hue angle of 9.51º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E65C42 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 66 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.10 |
| HSL | 9.51º | 0.77% | 0.58% | - |
| HSV(B) | 9.51º | 0.71% | 0.9% | - |
| XYZ | 37.44 | 24.87 | 7.98 | - |
| YUV | 130.3 | 91.72 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 66 | 0 | 0.60 | 0.71 | 0.10 | 9.51 | 0.77 | 0.58 |
| Hex | E6 | 5C | 42 | 0 | 3C | 47 | A | A | 4D | 3A |
| Octal | 346 | 134 | 102 | 0 | 74 | 107 | 12 | 12 | 115 | 72 |
| Binary | 11100110 | 1011100 | 1000010 | 0 | 111100 | 1000111 | 1010 | 1010 | 1001101 | 111010 |
Color Harmonies of #E65C42
Complementary color
Monochromatic Colors of #E65C42
Black with #E65C42
Text Example
Text Example
White with #E65C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65C42; }
p { color: rgb(230,92,66); }
H1.HeaderClassName
{
color: #E65C42;
}
.AnyTagClassName
{
color: #E65C42;
}
</style>
background-color css
<style>
a { background-color: #E65C42; }
a { background-color: rgb(230,92,66); }
div.DivClassName
{
background-color: #E65C42;
}
.BgClassName
{
background-color: #E65C42;
}
</style>
border-color css
<style>
span { border-color: #E65C42; }
span { border-color: rgb(230,92,66); }
td.TdClassName
{
border-color: #E65C42;
}
.TagClassName
{
border-color: #E65C42;
}
</style>