Shades of Flamingo #E65D3D
Tints of Flamingo #E65D3D
RGB
CMYK
RGB Variations
Color information
#E65D3D (or 0xE65D3D) is known color: Flamingo. HEX triplet: E6, 5D and 3D. RGB value is (230,93,61). Sum of RGB (Red+Green+Blue) = 230+93+61=384 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.90% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65D3D is #19A2C2. Grayscale: #828282. Windows color (decimal): -1680067 or 4021734. OLE color: 4021734.
HSL color Cylindrical-coordinate representation of color #E65D3D: hue angle of 11.36º 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 #E65D3D is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 93 | 61 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.10 |
| HSL | 11.36º | 0.77% | 0.57% | - |
| HSV(B) | 11.36º | 0.73% | 0.9% | - |
| XYZ | 37.39 | 24.99 | 7.27 | - |
| YUV | 130.32 | 88.89 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 61 | 0 | 0.60 | 0.73 | 0.10 | 11.36 | 0.77 | 0.57 |
| Hex | E6 | 5D | 3D | 0 | 3C | 49 | A | B | 4D | 39 |
| Octal | 346 | 135 | 75 | 0 | 74 | 111 | 12 | 13 | 115 | 71 |
| Binary | 11100110 | 1011101 | 111101 | 0 | 111100 | 1001001 | 1010 | 1011 | 1001101 | 111001 |
Color Harmonies of #E65D3D
Complementary color
Monochromatic Colors of #E65D3D
Black with #E65D3D
Text Example
Text Example
White with #E65D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65D3D; }
p { color: rgb(230,93,61); }
H1.HeaderClassName
{
color: #E65D3D;
}
.AnyTagClassName
{
color: #E65D3D;
}
</style>
background-color css
<style>
a { background-color: #E65D3D; }
a { background-color: rgb(230,93,61); }
div.DivClassName
{
background-color: #E65D3D;
}
.BgClassName
{
background-color: #E65D3D;
}
</style>
border-color css
<style>
span { border-color: #E65D3D; }
span { border-color: rgb(230,93,61); }
td.TdClassName
{
border-color: #E65D3D;
}
.TagClassName
{
border-color: #E65D3D;
}
</style>