Shades of Flamingo #E6634D
Tints of Flamingo #E6634D
RGB
CMYK
RGB Variations
Color information
#E6634D (or 0xE6634D) is known color: Flamingo. HEX triplet: E6, 63 and 4D. RGB value is (230,99,77). Sum of RGB (Red+Green+Blue) = 230+99+77=406 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.65% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 230 - color contains mainly: red. Hex color #E6634D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6634D is #199CB2. Grayscale: #878787. Windows color (decimal): -1678515 or 5071846. OLE color: 5071846.
HSL color Cylindrical-coordinate representation of color #E6634D: hue angle of 8.63º 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 #E6634D is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 99 | 77 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.10 |
| HSL | 8.63º | 0.75% | 0.6% | - |
| HSV(B) | 8.63º | 0.67% | 0.9% | - |
| XYZ | 38.43 | 26.28 | 10.07 | - |
| YUV | 135.66 | 94.9 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 99 | 77 | 0 | 0.57 | 0.67 | 0.10 | 8.63 | 0.75 | 0.6 |
| Hex | E6 | 63 | 4D | 0 | 39 | 43 | A | 9 | 4B | 3C |
| Octal | 346 | 143 | 115 | 0 | 71 | 103 | 12 | 11 | 113 | 74 |
| Binary | 11100110 | 1100011 | 1001101 | 0 | 111001 | 1000011 | 1010 | 1001 | 1001011 | 111100 |
Color Harmonies of #E6634D
Complementary color
Monochromatic Colors of #E6634D
Black with #E6634D
Text Example
Text Example
White with #E6634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6634D; }
p { color: rgb(230,99,77); }
H1.HeaderClassName
{
color: #E6634D;
}
.AnyTagClassName
{
color: #E6634D;
}
</style>
background-color css
<style>
a { background-color: #E6634D; }
a { background-color: rgb(230,99,77); }
div.DivClassName
{
background-color: #E6634D;
}
.BgClassName
{
background-color: #E6634D;
}
</style>
border-color css
<style>
span { border-color: #E6634D; }
span { border-color: rgb(230,99,77); }
td.TdClassName
{
border-color: #E6634D;
}
.TagClassName
{
border-color: #E6634D;
}
</style>