Shades of Flamingo #EA684F
Tints of Flamingo #EA684F
RGB
CMYK
RGB Variations
Color information
#EA684F (or 0xEA684F) is known color: Flamingo. HEX triplet: EA, 68 and 4F. RGB value is (234,104,79). Sum of RGB (Red+Green+Blue) = 234+104+79=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 79 (31.25% from 255 or 18.94% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EA684F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA684F is #1597B0. Grayscale: #8C8C8C. Windows color (decimal): -1415089 or 5204202. OLE color: 5204202.
HSL color Cylindrical-coordinate representation of color #EA684F: hue angle of 9.68º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA684F is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 104 | 79 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.08 |
| HSL | 9.68º | 0.79% | 0.61% | - |
| HSV(B) | 9.68º | 0.66% | 0.92% | - |
| XYZ | 40.29 | 27.96 | 10.67 | - |
| YUV | 140.02 | 93.57 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 104 | 79 | 0 | 0.56 | 0.66 | 0.08 | 9.68 | 0.79 | 0.61 |
| Hex | EA | 68 | 4F | 0 | 38 | 42 | 8 | A | 4F | 3D |
| Octal | 352 | 150 | 117 | 0 | 70 | 102 | 10 | 12 | 117 | 75 |
| Binary | 11101010 | 1101000 | 1001111 | 0 | 111000 | 1000010 | 1000 | 1010 | 1001111 | 111101 |
Color Harmonies of #EA684F
Complementary color
Monochromatic Colors of #EA684F
Black with #EA684F
Text Example
Text Example
White with #EA684F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA684F; }
p { color: rgb(234,104,79); }
H1.HeaderClassName
{
color: #EA684F;
}
.AnyTagClassName
{
color: #EA684F;
}
</style>
background-color css
<style>
a { background-color: #EA684F; }
a { background-color: rgb(234,104,79); }
div.DivClassName
{
background-color: #EA684F;
}
.BgClassName
{
background-color: #EA684F;
}
</style>
border-color css
<style>
span { border-color: #EA684F; }
span { border-color: rgb(234,104,79); }
td.TdClassName
{
border-color: #EA684F;
}
.TagClassName
{
border-color: #EA684F;
}
</style>