Shades of Flamingo #EA554D
Tints of Flamingo #EA554D
RGB
CMYK
RGB Variations
Color information
#EA554D (or 0xEA554D) is known color: Flamingo. HEX triplet: EA, 55 and 4D. RGB value is (234,85,77). Sum of RGB (Red+Green+Blue) = 234+85+77=396 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.09% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 234 - color contains mainly: red. Hex color #EA554D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA554D is #15AAB2. Grayscale: #808080. Windows color (decimal): -1419955 or 5068266. OLE color: 5068266.
HSL color Cylindrical-coordinate representation of color #EA554D: hue angle of 3.06º 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 #EA554D is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 85 | 77 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.08 |
| HSL | 3.06º | 0.79% | 0.61% | - |
| HSV(B) | 3.06º | 0.67% | 0.92% | - |
| XYZ | 38.52 | 24.53 | 9.72 | - |
| YUV | 128.64 | 98.86 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 85 | 77 | 0 | 0.64 | 0.67 | 0.08 | 3.06 | 0.79 | 0.61 |
| Hex | EA | 55 | 4D | 0 | 40 | 43 | 8 | 3 | 4F | 3D |
| Octal | 352 | 125 | 115 | 0 | 100 | 103 | 10 | 3 | 117 | 75 |
| Binary | 11101010 | 1010101 | 1001101 | 0 | 1000000 | 1000011 | 1000 | 11 | 1001111 | 111101 |
Color Harmonies of #EA554D
Complementary color
Monochromatic Colors of #EA554D
Black with #EA554D
Text Example
Text Example
White with #EA554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA554D; }
p { color: rgb(234,85,77); }
H1.HeaderClassName
{
color: #EA554D;
}
.AnyTagClassName
{
color: #EA554D;
}
</style>
background-color css
<style>
a { background-color: #EA554D; }
a { background-color: rgb(234,85,77); }
div.DivClassName
{
background-color: #EA554D;
}
.BgClassName
{
background-color: #EA554D;
}
</style>
border-color css
<style>
span { border-color: #EA554D; }
span { border-color: rgb(234,85,77); }
td.TdClassName
{
border-color: #EA554D;
}
.TagClassName
{
border-color: #EA554D;
}
</style>