Shades of Flamingo #EA6646
Tints of Flamingo #EA6646
RGB
CMYK
RGB Variations
Color information
#EA6646 (or 0xEA6646) is known color: Flamingo. HEX triplet: EA, 66 and 46. RGB value is (234,102,70). Sum of RGB (Red+Green+Blue) = 234+102+70=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 70 (27.73% from 255 or 17.24% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6646 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6646 is #1599B9. Grayscale: #8A8A8A. Windows color (decimal): -1415610 or 4613866. OLE color: 4613866.
HSL color Cylindrical-coordinate representation of color #EA6646: hue angle of 11.71º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA6646 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 102 | 70 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.08 |
| HSL | 11.71º | 0.8% | 0.6% | - |
| HSV(B) | 11.71º | 0.7% | 0.92% | - |
| XYZ | 39.79 | 27.44 | 8.99 | - |
| YUV | 137.82 | 89.73 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 102 | 70 | 0 | 0.56 | 0.70 | 0.08 | 11.71 | 0.8 | 0.6 |
| Hex | EA | 66 | 46 | 0 | 38 | 46 | 8 | C | 50 | 3C |
| Octal | 352 | 146 | 106 | 0 | 70 | 106 | 10 | 14 | 120 | 74 |
| Binary | 11101010 | 1100110 | 1000110 | 0 | 111000 | 1000110 | 1000 | 1100 | 1010000 | 111100 |
Color Harmonies of #EA6646
Complementary color
Monochromatic Colors of #EA6646
Black with #EA6646
Text Example
Text Example
White with #EA6646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6646; }
p { color: rgb(234,102,70); }
H1.HeaderClassName
{
color: #EA6646;
}
.AnyTagClassName
{
color: #EA6646;
}
</style>
background-color css
<style>
a { background-color: #EA6646; }
a { background-color: rgb(234,102,70); }
div.DivClassName
{
background-color: #EA6646;
}
.BgClassName
{
background-color: #EA6646;
}
</style>
border-color css
<style>
span { border-color: #EA6646; }
span { border-color: rgb(234,102,70); }
td.TdClassName
{
border-color: #EA6646;
}
.TagClassName
{
border-color: #EA6646;
}
</style>