Shades of Flamingo #E6594D
Tints of Flamingo #E6594D
RGB
CMYK
RGB Variations
Color information
#E6594D (or 0xE6594D) is known color: Flamingo. HEX triplet: E6, 59 and 4D. RGB value is (230,89,77). Sum of RGB (Red+Green+Blue) = 230+89+77=396 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.08% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 230 - color contains mainly: red. Hex color #E6594D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6594D is #19A6B2. Grayscale: #818181. Windows color (decimal): -1681075 or 5069286. OLE color: 5069286.
HSL color Cylindrical-coordinate representation of color #E6594D: hue angle of 4.71º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6594D is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 89 | 77 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.10 |
| HSL | 4.71º | 0.75% | 0.6% | - |
| HSV(B) | 4.71º | 0.67% | 0.9% | - |
| XYZ | 37.55 | 24.5 | 9.77 | - |
| YUV | 129.79 | 98.21 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 89 | 77 | 0 | 0.61 | 0.67 | 0.10 | 4.71 | 0.75 | 0.6 |
| Hex | E6 | 59 | 4D | 0 | 3D | 43 | A | 5 | 4B | 3C |
| Octal | 346 | 131 | 115 | 0 | 75 | 103 | 12 | 5 | 113 | 74 |
| Binary | 11100110 | 1011001 | 1001101 | 0 | 111101 | 1000011 | 1010 | 101 | 1001011 | 111100 |
Color Harmonies of #E6594D
Complementary color
Monochromatic Colors of #E6594D
Black with #E6594D
Text Example
Text Example
White with #E6594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6594D; }
p { color: rgb(230,89,77); }
H1.HeaderClassName
{
color: #E6594D;
}
.AnyTagClassName
{
color: #E6594D;
}
</style>
background-color css
<style>
a { background-color: #E6594D; }
a { background-color: rgb(230,89,77); }
div.DivClassName
{
background-color: #E6594D;
}
.BgClassName
{
background-color: #E6594D;
}
</style>
border-color css
<style>
span { border-color: #E6594D; }
span { border-color: rgb(230,89,77); }
td.TdClassName
{
border-color: #E6594D;
}
.TagClassName
{
border-color: #E6594D;
}
</style>