Shades of Flamingo #EA6746
Tints of Flamingo #EA6746
RGB
CMYK
RGB Variations
Color information
#EA6746 (or 0xEA6746) is known color: Flamingo. HEX triplet: EA, 67 and 46. RGB value is (234,103,70). Sum of RGB (Red+Green+Blue) = 234+103+70=407 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.49% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6746 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6746 is #1598B9. Grayscale: #8A8A8A. Windows color (decimal): -1415354 or 4614122. OLE color: 4614122.
HSL color Cylindrical-coordinate representation of color #EA6746: hue angle of 12.07º 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 #EA6746 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 103 | 70 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.08 |
| HSL | 12.07º | 0.8% | 0.6% | - |
| HSV(B) | 12.07º | 0.7% | 0.92% | - |
| XYZ | 39.89 | 27.64 | 9.03 | - |
| YUV | 138.41 | 89.4 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 103 | 70 | 0 | 0.56 | 0.70 | 0.08 | 12.07 | 0.8 | 0.6 |
| Hex | EA | 67 | 46 | 0 | 38 | 46 | 8 | C | 50 | 3C |
| Octal | 352 | 147 | 106 | 0 | 70 | 106 | 10 | 14 | 120 | 74 |
| Binary | 11101010 | 1100111 | 1000110 | 0 | 111000 | 1000110 | 1000 | 1100 | 1010000 | 111100 |
Color Harmonies of #EA6746
Complementary color
Monochromatic Colors of #EA6746
Black with #EA6746
Text Example
Text Example
White with #EA6746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6746; }
p { color: rgb(234,103,70); }
H1.HeaderClassName
{
color: #EA6746;
}
.AnyTagClassName
{
color: #EA6746;
}
</style>
background-color css
<style>
a { background-color: #EA6746; }
a { background-color: rgb(234,103,70); }
div.DivClassName
{
background-color: #EA6746;
}
.BgClassName
{
background-color: #EA6746;
}
</style>
border-color css
<style>
span { border-color: #EA6746; }
span { border-color: rgb(234,103,70); }
td.TdClassName
{
border-color: #EA6746;
}
.TagClassName
{
border-color: #EA6746;
}
</style>