Shades of Flamingo #E6583D
Tints of Flamingo #E6583D
RGB
CMYK
RGB Variations
Color information
#E6583D (or 0xE6583D) is known color: Flamingo. HEX triplet: E6, 58 and 3D. RGB value is (230,88,61). Sum of RGB (Red+Green+Blue) = 230+88+61=379 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.69% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 230 - color contains mainly: red. Hex color #E6583D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6583D is #19A7C2. Grayscale: #7F7F7F. Windows color (decimal): -1681347 or 4020454. OLE color: 4020454.
HSL color Cylindrical-coordinate representation of color #E6583D: hue angle of 9.59º 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 #E6583D is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 88 | 61 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.10 |
| HSL | 9.59º | 0.77% | 0.57% | - |
| HSV(B) | 9.59º | 0.73% | 0.9% | - |
| XYZ | 36.97 | 24.14 | 7.13 | - |
| YUV | 127.38 | 90.54 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 88 | 61 | 0 | 0.62 | 0.73 | 0.10 | 9.59 | 0.77 | 0.57 |
| Hex | E6 | 58 | 3D | 0 | 3E | 49 | A | A | 4D | 39 |
| Octal | 346 | 130 | 75 | 0 | 76 | 111 | 12 | 12 | 115 | 71 |
| Binary | 11100110 | 1011000 | 111101 | 0 | 111110 | 1001001 | 1010 | 1010 | 1001101 | 111001 |
Color Harmonies of #E6583D
Complementary color
Monochromatic Colors of #E6583D
Black with #E6583D
Text Example
Text Example
White with #E6583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6583D; }
p { color: rgb(230,88,61); }
H1.HeaderClassName
{
color: #E6583D;
}
.AnyTagClassName
{
color: #E6583D;
}
</style>
background-color css
<style>
a { background-color: #E6583D; }
a { background-color: rgb(230,88,61); }
div.DivClassName
{
background-color: #E6583D;
}
.BgClassName
{
background-color: #E6583D;
}
</style>
border-color css
<style>
span { border-color: #E6583D; }
span { border-color: rgb(230,88,61); }
td.TdClassName
{
border-color: #E6583D;
}
.TagClassName
{
border-color: #E6583D;
}
</style>