Shades of Flamingo #EA6743
Tints of Flamingo #EA6743
RGB
CMYK
RGB Variations
Color information
#EA6743 (or 0xEA6743) is known color: Flamingo. HEX triplet: EA, 67 and 43. RGB value is (234,103,67). Sum of RGB (Red+Green+Blue) = 234+103+67=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 67 (26.56% from 255 or 16.58% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6743 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6743 is #1598BC. Grayscale: #8A8A8A. Windows color (decimal): -1415357 or 4417514. OLE color: 4417514.
HSL color Cylindrical-coordinate representation of color #EA6743: hue angle of 12.93º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA6743 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 103 | 67 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.08 |
| HSL | 12.93º | 0.8% | 0.59% | - |
| HSV(B) | 12.93º | 0.71% | 0.92% | - |
| XYZ | 39.8 | 27.6 | 8.54 | - |
| YUV | 138.07 | 87.9 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 103 | 67 | 0 | 0.56 | 0.71 | 0.08 | 12.93 | 0.8 | 0.59 |
| Hex | EA | 67 | 43 | 0 | 38 | 47 | 8 | D | 50 | 3B |
| Octal | 352 | 147 | 103 | 0 | 70 | 107 | 10 | 15 | 120 | 73 |
| Binary | 11101010 | 1100111 | 1000011 | 0 | 111000 | 1000111 | 1000 | 1101 | 1010000 | 111011 |
Color Harmonies of #EA6743
Complementary color
Monochromatic Colors of #EA6743
Black with #EA6743
Text Example
Text Example
White with #EA6743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6743; }
p { color: rgb(234,103,67); }
H1.HeaderClassName
{
color: #EA6743;
}
.AnyTagClassName
{
color: #EA6743;
}
</style>
background-color css
<style>
a { background-color: #EA6743; }
a { background-color: rgb(234,103,67); }
div.DivClassName
{
background-color: #EA6743;
}
.BgClassName
{
background-color: #EA6743;
}
</style>
border-color css
<style>
span { border-color: #EA6743; }
span { border-color: rgb(234,103,67); }
td.TdClassName
{
border-color: #EA6743;
}
.TagClassName
{
border-color: #EA6743;
}
</style>