Shades of Flamingo #E66751
Tints of Flamingo #E66751
RGB
CMYK
RGB Variations
Color information
#E66751 (or 0xE66751) is known color: Flamingo. HEX triplet: E6, 67 and 51. RGB value is (230,103,81). Sum of RGB (Red+Green+Blue) = 230+103+81=414 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.56% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 230 - color contains mainly: red. Hex color #E66751 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66751 is #1998AE. Grayscale: #8A8A8A. Windows color (decimal): -1677487 or 5335014. OLE color: 5335014.
HSL color Cylindrical-coordinate representation of color #E66751: hue angle of 8.86º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E66751 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 103 | 81 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.10 |
| HSL | 8.86º | 0.75% | 0.61% | - |
| HSV(B) | 8.86º | 0.65% | 0.9% | - |
| XYZ | 38.97 | 27.12 | 10.96 | - |
| YUV | 138.47 | 95.58 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 103 | 81 | 0 | 0.55 | 0.65 | 0.10 | 8.86 | 0.75 | 0.61 |
| Hex | E6 | 67 | 51 | 0 | 37 | 41 | A | 9 | 4B | 3D |
| Octal | 346 | 147 | 121 | 0 | 67 | 101 | 12 | 11 | 113 | 75 |
| Binary | 11100110 | 1100111 | 1010001 | 0 | 110111 | 1000001 | 1010 | 1001 | 1001011 | 111101 |
Color Harmonies of #E66751
Complementary color
Monochromatic Colors of #E66751
Black with #E66751
Text Example
Text Example
White with #E66751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66751; }
p { color: rgb(230,103,81); }
H1.HeaderClassName
{
color: #E66751;
}
.AnyTagClassName
{
color: #E66751;
}
</style>
background-color css
<style>
a { background-color: #E66751; }
a { background-color: rgb(230,103,81); }
div.DivClassName
{
background-color: #E66751;
}
.BgClassName
{
background-color: #E66751;
}
</style>
border-color css
<style>
span { border-color: #E66751; }
span { border-color: rgb(230,103,81); }
td.TdClassName
{
border-color: #E66751;
}
.TagClassName
{
border-color: #E66751;
}
</style>