Shades of Flamingo #E6604D
Tints of Flamingo #E6604D
RGB
CMYK
RGB Variations
Color information
#E6604D (or 0xE6604D) is known color: Flamingo. HEX triplet: E6, 60 and 4D. RGB value is (230,96,77). Sum of RGB (Red+Green+Blue) = 230+96+77=403 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.07% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 230 - color contains mainly: red. Hex color #E6604D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6604D is #199FB2. Grayscale: #868686. Windows color (decimal): -1679283 or 5071078. OLE color: 5071078.
HSL color Cylindrical-coordinate representation of color #E6604D: hue angle of 7.45º 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 #E6604D is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 77 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.10 |
| HSL | 7.45º | 0.75% | 0.6% | - |
| HSV(B) | 7.45º | 0.67% | 0.9% | - |
| XYZ | 38.16 | 25.72 | 9.98 | - |
| YUV | 133.9 | 95.89 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 77 | 0 | 0.58 | 0.67 | 0.10 | 7.45 | 0.75 | 0.6 |
| Hex | E6 | 60 | 4D | 0 | 3A | 43 | A | 7 | 4B | 3C |
| Octal | 346 | 140 | 115 | 0 | 72 | 103 | 12 | 7 | 113 | 74 |
| Binary | 11100110 | 1100000 | 1001101 | 0 | 111010 | 1000011 | 1010 | 111 | 1001011 | 111100 |
Color Harmonies of #E6604D
Complementary color
Monochromatic Colors of #E6604D
Black with #E6604D
Text Example
Text Example
White with #E6604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6604D; }
p { color: rgb(230,96,77); }
H1.HeaderClassName
{
color: #E6604D;
}
.AnyTagClassName
{
color: #E6604D;
}
</style>
background-color css
<style>
a { background-color: #E6604D; }
a { background-color: rgb(230,96,77); }
div.DivClassName
{
background-color: #E6604D;
}
.BgClassName
{
background-color: #E6604D;
}
</style>
border-color css
<style>
span { border-color: #E6604D; }
span { border-color: rgb(230,96,77); }
td.TdClassName
{
border-color: #E6604D;
}
.TagClassName
{
border-color: #E6604D;
}
</style>