Shades of Flamingo #E65C3D
Tints of Flamingo #E65C3D
RGB
CMYK
RGB Variations
Color information
#E65C3D (or 0xE65C3D) is known color: Flamingo. HEX triplet: E6, 5C and 3D. RGB value is (230,92,61). Sum of RGB (Red+Green+Blue) = 230+92+61=383 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.05% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65C3D is #19A3C2. Grayscale: #818181. Windows color (decimal): -1680323 or 4021478. OLE color: 4021478.
HSL color Cylindrical-coordinate representation of color #E65C3D: hue angle of 11.01º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E65C3D is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 61 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.10 |
| HSL | 11.01º | 0.77% | 0.57% | - |
| HSV(B) | 11.01º | 0.73% | 0.9% | - |
| XYZ | 37.3 | 24.81 | 7.24 | - |
| YUV | 129.73 | 89.22 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 61 | 0 | 0.60 | 0.73 | 0.10 | 11.01 | 0.77 | 0.57 |
| Hex | E6 | 5C | 3D | 0 | 3C | 49 | A | B | 4D | 39 |
| Octal | 346 | 134 | 75 | 0 | 74 | 111 | 12 | 13 | 115 | 71 |
| Binary | 11100110 | 1011100 | 111101 | 0 | 111100 | 1001001 | 1010 | 1011 | 1001101 | 111001 |
Color Harmonies of #E65C3D
Complementary color
Monochromatic Colors of #E65C3D
Black with #E65C3D
Text Example
Text Example
White with #E65C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65C3D; }
p { color: rgb(230,92,61); }
H1.HeaderClassName
{
color: #E65C3D;
}
.AnyTagClassName
{
color: #E65C3D;
}
</style>
background-color css
<style>
a { background-color: #E65C3D; }
a { background-color: rgb(230,92,61); }
div.DivClassName
{
background-color: #E65C3D;
}
.BgClassName
{
background-color: #E65C3D;
}
</style>
border-color css
<style>
span { border-color: #E65C3D; }
span { border-color: rgb(230,92,61); }
td.TdClassName
{
border-color: #E65C3D;
}
.TagClassName
{
border-color: #E65C3D;
}
</style>