Shades of Flamingo #E66A4D
Tints of Flamingo #E66A4D
RGB
CMYK
RGB Variations
Color information
#E66A4D (or 0xE66A4D) is known color: Flamingo. HEX triplet: E6, 6A and 4D. RGB value is (230,106,77). Sum of RGB (Red+Green+Blue) = 230+106+77=413 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.69% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 230 - color contains mainly: red. Hex color #E66A4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66A4D is #1995B2. Grayscale: #8C8C8C. Windows color (decimal): -1676723 or 5073638. OLE color: 5073638.
HSL color Cylindrical-coordinate representation of color #E66A4D: hue angle of 11.37º 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 #E66A4D is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 106 | 77 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.10 |
| HSL | 11.37º | 0.75% | 0.6% | - |
| HSV(B) | 11.37º | 0.67% | 0.9% | - |
| XYZ | 39.13 | 27.67 | 10.3 | - |
| YUV | 139.77 | 92.58 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 106 | 77 | 0 | 0.54 | 0.67 | 0.10 | 11.37 | 0.75 | 0.6 |
| Hex | E6 | 6A | 4D | 0 | 36 | 43 | A | B | 4B | 3C |
| Octal | 346 | 152 | 115 | 0 | 66 | 103 | 12 | 13 | 113 | 74 |
| Binary | 11100110 | 1101010 | 1001101 | 0 | 110110 | 1000011 | 1010 | 1011 | 1001011 | 111100 |
Color Harmonies of #E66A4D
Complementary color
Monochromatic Colors of #E66A4D
Black with #E66A4D
Text Example
Text Example
White with #E66A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66A4D; }
p { color: rgb(230,106,77); }
H1.HeaderClassName
{
color: #E66A4D;
}
.AnyTagClassName
{
color: #E66A4D;
}
</style>
background-color css
<style>
a { background-color: #E66A4D; }
a { background-color: rgb(230,106,77); }
div.DivClassName
{
background-color: #E66A4D;
}
.BgClassName
{
background-color: #E66A4D;
}
</style>
border-color css
<style>
span { border-color: #E66A4D; }
span { border-color: rgb(230,106,77); }
td.TdClassName
{
border-color: #E66A4D;
}
.TagClassName
{
border-color: #E66A4D;
}
</style>