Shades of Flamingo #E6594B
Tints of Flamingo #E6594B
RGB
CMYK
RGB Variations
Color information
#E6594B (or 0xE6594B) is known color: Flamingo. HEX triplet: E6, 59 and 4B. RGB value is (230,89,75). Sum of RGB (Red+Green+Blue) = 230+89+75=394 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.38% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 230 - color contains mainly: red. Hex color #E6594B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6594B is #19A6B4. Grayscale: #818181. Windows color (decimal): -1681077 or 4938214. OLE color: 4938214.
HSL color Cylindrical-coordinate representation of color #E6594B: hue angle of 5.42º degrees, saturation: 0.76, 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 #E6594B is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 89 | 75 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.10 |
| HSL | 5.42º | 0.76% | 0.6% | - |
| HSV(B) | 5.42º | 0.67% | 0.9% | - |
| XYZ | 37.48 | 24.48 | 9.41 | - |
| YUV | 129.56 | 97.21 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 89 | 75 | 0 | 0.61 | 0.67 | 0.10 | 5.42 | 0.76 | 0.6 |
| Hex | E6 | 59 | 4B | 0 | 3D | 43 | A | 5 | 4C | 3C |
| Octal | 346 | 131 | 113 | 0 | 75 | 103 | 12 | 5 | 114 | 74 |
| Binary | 11100110 | 1011001 | 1001011 | 0 | 111101 | 1000011 | 1010 | 101 | 1001100 | 111100 |
Color Harmonies of #E6594B
Complementary color
Monochromatic Colors of #E6594B
Black with #E6594B
Text Example
Text Example
White with #E6594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6594B; }
p { color: rgb(230,89,75); }
H1.HeaderClassName
{
color: #E6594B;
}
.AnyTagClassName
{
color: #E6594B;
}
</style>
background-color css
<style>
a { background-color: #E6594B; }
a { background-color: rgb(230,89,75); }
div.DivClassName
{
background-color: #E6594B;
}
.BgClassName
{
background-color: #E6594B;
}
</style>
border-color css
<style>
span { border-color: #E6594B; }
span { border-color: rgb(230,89,75); }
td.TdClassName
{
border-color: #E6594B;
}
.TagClassName
{
border-color: #E6594B;
}
</style>