Shades of Flamingo #E66A55
Tints of Flamingo #E66A55
RGB
CMYK
RGB Variations
Color information
#E66A55 (or 0xE66A55) is known color: Flamingo. HEX triplet: E6, 6A and 55. RGB value is (230,106,85). Sum of RGB (Red+Green+Blue) = 230+106+85=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E66A55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66A55 is #1995AA. Grayscale: #8C8C8C. Windows color (decimal): -1676715 or 5597926. OLE color: 5597926.
HSL color Cylindrical-coordinate representation of color #E66A55: hue angle of 8.69º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E66A55 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 106 | 85 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.10 |
| HSL | 8.69º | 0.74% | 0.62% | - |
| HSV(B) | 8.69º | 0.63% | 0.9% | - |
| XYZ | 39.43 | 27.79 | 11.88 | - |
| YUV | 140.68 | 96.58 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 106 | 85 | 0 | 0.54 | 0.63 | 0.10 | 8.69 | 0.74 | 0.62 |
| Hex | E6 | 6A | 55 | 0 | 36 | 3F | A | 9 | 4A | 3E |
| Octal | 346 | 152 | 125 | 0 | 66 | 77 | 12 | 11 | 112 | 76 |
| Binary | 11100110 | 1101010 | 1010101 | 0 | 110110 | 111111 | 1010 | 1001 | 1001010 | 111110 |
Color Harmonies of #E66A55
Complementary color
Monochromatic Colors of #E66A55
Black with #E66A55
Text Example
Text Example
White with #E66A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66A55; }
p { color: rgb(230,106,85); }
H1.HeaderClassName
{
color: #E66A55;
}
.AnyTagClassName
{
color: #E66A55;
}
</style>
background-color css
<style>
a { background-color: #E66A55; }
a { background-color: rgb(230,106,85); }
div.DivClassName
{
background-color: #E66A55;
}
.BgClassName
{
background-color: #E66A55;
}
</style>
border-color css
<style>
span { border-color: #E66A55; }
span { border-color: rgb(230,106,85); }
td.TdClassName
{
border-color: #E66A55;
}
.TagClassName
{
border-color: #E66A55;
}
</style>