Shades of Flamingo #EA674D
Tints of Flamingo #EA674D
RGB
CMYK
RGB Variations
Color information
#EA674D (or 0xEA674D) is known color: Flamingo. HEX triplet: EA, 67 and 4D. RGB value is (234,103,77). Sum of RGB (Red+Green+Blue) = 234+103+77=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EA674D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA674D is #1598B2. Grayscale: #8B8B8B. Windows color (decimal): -1415347 or 5072874. OLE color: 5072874.
HSL color Cylindrical-coordinate representation of color #EA674D: hue angle of 9.94º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA674D is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 103 | 77 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.08 |
| HSL | 9.94º | 0.79% | 0.61% | - |
| HSV(B) | 9.94º | 0.67% | 0.92% | - |
| XYZ | 40.12 | 27.73 | 10.26 | - |
| YUV | 139.21 | 92.9 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 103 | 77 | 0 | 0.56 | 0.67 | 0.08 | 9.94 | 0.79 | 0.61 |
| Hex | EA | 67 | 4D | 0 | 38 | 43 | 8 | A | 4F | 3D |
| Octal | 352 | 147 | 115 | 0 | 70 | 103 | 10 | 12 | 117 | 75 |
| Binary | 11101010 | 1100111 | 1001101 | 0 | 111000 | 1000011 | 1000 | 1010 | 1001111 | 111101 |
Color Harmonies of #EA674D
Complementary color
Monochromatic Colors of #EA674D
Black with #EA674D
Text Example
Text Example
White with #EA674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA674D; }
p { color: rgb(234,103,77); }
H1.HeaderClassName
{
color: #EA674D;
}
.AnyTagClassName
{
color: #EA674D;
}
</style>
background-color css
<style>
a { background-color: #EA674D; }
a { background-color: rgb(234,103,77); }
div.DivClassName
{
background-color: #EA674D;
}
.BgClassName
{
background-color: #EA674D;
}
</style>
border-color css
<style>
span { border-color: #EA674D; }
span { border-color: rgb(234,103,77); }
td.TdClassName
{
border-color: #EA674D;
}
.TagClassName
{
border-color: #EA674D;
}
</style>